public void Dispose() { if (ShaContext != null) { ShaContext.Dispose(); ShaContext = null; } }
public void GenerateHash() { ShaContext.Initialize(); PhxHash.UInt16(ShaContext, (ushort)Flags); PhxHash.UInt16(ShaContext, kVersion); Header.UpdateHash(ShaContext); }