3 references to BlockSize
System.Security.Cryptography (3)
System\Security\Cryptography\HMACSHA3_512.cs (3)
45
: this(RandomNumberGenerator.GetBytes(
BlockSize
))
64
_hMacCommon = new HMACCommon(HashAlgorithmNames.SHA3_512, key,
BlockSize
);
66
BlockSizeValue =
BlockSize
;