Org.BouncyCastle.Crypto.Modes.SicBlockCipher.GetBlockSize C# (CSharp) Method

GetBlockSize() public method

public GetBlockSize ( ) : int
return int
		public int GetBlockSize()
		{
			return cipher.GetBlockSize();
		}

Usage Example

示例#1
0
 public virtual int GetBlockSize()
 {
     return(cipher.GetBlockSize());
 }