2 references to HashSizeInBits
System.Security.Cryptography (2)
System\Security\Cryptography\HMACSHA3_512.cs (2)
28
public const int HashSizeInBytes =
HashSizeInBits
/ 8;
67
HashSizeValue =
HashSizeInBits
;