4 implementations of ILiteHash
System.Security.Cryptography (4)
System\Security\Cryptography\LiteHash.OpenSsl.cs (1)
32
internal readonly struct LiteKmac :
ILiteHash
System\Security\Cryptography\LiteHash.Unix.cs (3)
31
internal readonly struct LiteXof :
ILiteHash
115
internal readonly struct LiteHash :
ILiteHash
205
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