3 references to HashSizeInBits
System.Security.Cryptography (3)
System\Security\Cryptography\SHA512.cs (2)
29
public const int HashSizeInBytes =
HashSizeInBits
/ 8;
33
HashSizeValue =
HashSizeInBits
;
System\Security\Cryptography\SHA512CryptoServiceProvider.cs (1)
22
HashSizeValue =
HashSizeInBits
;