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

GetDigestSize() public method

public GetDigestSize ( ) : int
return int
		public int GetDigestSize()
		{
			return (int) bOut.Length;
		}