Tpm2Lib.TpmHash.BlockSize C# (CSharp) Method

BlockSize() public static method

Return the hash function block size in bytes
public static BlockSize ( TpmAlgId hashAlg ) : ushort
hashAlg TpmAlgId
return ushort
        public static ushort BlockSize(TpmAlgId hashAlg)
        {
            return (ushort)CryptoLib.BlockSize(hashAlg);
        }