Org.BouncyCastle.Crypto.Digests.Sha512tDigest.GetDigestSize C# (CSharp) Method

GetDigestSize() public method

public GetDigestSize ( ) : int
return int
        public override int GetDigestSize()
        {
            return digestLength;
        }