コード例 #1
0
 public function testBlockSize()
 {
     $cipher = new \CryptLib\Cipher\Block\Cipher\TripleDES('tripledes');
     $this->assertEquals(8, $cipher->getBlockSize());
 }