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