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\ConcurrentSafeKmac.cs (1)
48return _liteKmac.Finalize(destination);
System\Security\Cryptography\HashProviderDispenser.Windows.cs (1)
108kmac.Finalize(destination);