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