4 implementations of ILiteHash
System.Security.Cryptography (4)
System\Security\Cryptography\LiteHash.Windows.cs (4)
37internal readonly struct LiteKmac : ILiteHash 174internal readonly struct LiteXof : ILiteHash 304internal readonly struct LiteHash : ILiteHash 378internal 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