2 references to HashSizeInBits
System.Security.Cryptography (2)
System\Security\Cryptography\SHA3_256.cs (2)
36
public const int HashSizeInBytes =
HashSizeInBits
/ 8;
43
HashSizeValue =
HashSizeInBits
;