summaryrefslogtreecommitdiff
path: root/t/001_compile.t
diff options
context:
space:
mode:
authorKarel Miko <karel.miko@gmail.com>2017-10-18 20:29:06 +0200
committerKarel Miko <karel.miko@gmail.com>2017-10-18 20:29:06 +0200
commiteb20877c5001ba3f648035072fb3716bf509cc9a (patch)
treedd2d7dc92cdd1513801ed891c38be238d5261f96 /t/001_compile.t
parent79c1bad3491d8d10c8cf70bdc0198bec9a62ea9a (diff)
gen IDEA/Serpent
Diffstat (limited to 't/001_compile.t')
-rw-r--r--t/001_compile.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/001_compile.t b/t/001_compile.t
index 5d26782a..7179b7b4 100644
--- a/t/001_compile.t
+++ b/t/001_compile.t
@@ -17,6 +17,7 @@ use Crypt::Cipher::Camellia;
use Crypt::Cipher::CAST5;
use Crypt::Cipher::DES;
use Crypt::Cipher::DES_EDE;
+use Crypt::Cipher::IDEA;
use Crypt::Cipher::KASUMI;
use Crypt::Cipher::Khazad;
use Crypt::Cipher::MULTI2;
@@ -30,6 +31,7 @@ use Crypt::Cipher::SAFER_K64;
use Crypt::Cipher::SAFER_SK128;
use Crypt::Cipher::SAFER_SK64;
use Crypt::Cipher::SEED;
+use Crypt::Cipher::Serpent;
use Crypt::Cipher::Skipjack;
use Crypt::Cipher::Twofish;
use Crypt::Cipher::XTEA;