Exemple #1
0
 /**
  * return the blocksize for the underlying cipher.
  *
  * @return the blocksize for the underlying cipher.
  */
 public override int GetBlockSize()
 {
     return(cipher.GetBlockSize());
 }