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