4 implementations of ILiteHash
System.Security.Cryptography (4)
System\Security\Cryptography\LiteHash.Windows.cs (4)
37
internal readonly struct LiteKmac :
ILiteHash
174
internal readonly struct LiteXof :
ILiteHash
304
internal readonly struct LiteHash :
ILiteHash
378
internal readonly struct LiteHmac :
ILiteHash
4 references to ILiteHash
System.Security.Cryptography (4)
System\Security\Cryptography\LiteHashProvider.cs (3)
112
private static int ProcessStream<T>(T hash, Stream source, Span<byte> destination) where T :
ILiteHash
143
CancellationToken cancellationToken) where T :
ILiteHash
174
CancellationToken cancellationToken) where T :
ILiteHash
System\Security\Cryptography\LiteHashProvider.Xof.cs (1)
128
CancellationToken cancellationToken) where T :
ILiteHash