Implemented interface member:
method
Finalize
System.Security.Cryptography.ILiteHash.Finalize(System.Span<System.Byte>)
2 references to Finalize
System.Security.Cryptography (2)
System\Security\Cryptography\LiteHash.Windows.cs (2)
261public int FinalizeAndReset(Span<byte> destination) => Finalize(destination); 263public void Reset() => Finalize(Span<byte>.Empty);