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