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