Org.BouncyCastle.Crypto.Engines.SkipjackEngine.GetBlockSize C# (CSharp) Method

GetBlockSize() public method

public GetBlockSize ( ) : int
return int
		public int GetBlockSize()
        {
            return BLOCK_SIZE;
        }