7 references to HashSizeInBytes
System.Security.Cryptography (7)
System\Security\Cryptography\HKDF.cs (1)
299return HMACSHA3_512.HashSizeInBytes;
System\Security\Cryptography\HMACSHA3_512.cs (6)
138byte[] buffer = new byte[HashSizeInBytes]; 184if (destination.Length < HashSizeInBytes) 191Debug.Assert(bytesWritten == HashSizeInBytes); 220if (destination.Length < HashSizeInBytes) 250return LiteHashProvider.HmacStream(HashAlgorithmNames.SHA3_512, HashSizeInBytes, key, source); 354if (destination.Length < HashSizeInBytes)