From fee17bae77fdd1ff597bc4a3548c8478f8b4538a Mon Sep 17 00:00:00 2001 From: jfitz Date: Thu, 24 Oct 1996 08:35:48 +0000 Subject: perl5 interface to IDEA block cipher. --- security/p5-Crypt-IDEA/pkg-descr | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 security/p5-Crypt-IDEA/pkg-descr (limited to 'security/p5-Crypt-IDEA/pkg-descr') diff --git a/security/p5-Crypt-IDEA/pkg-descr b/security/p5-Crypt-IDEA/pkg-descr new file mode 100644 index 000000000000..ce1df95c9e8c --- /dev/null +++ b/security/p5-Crypt-IDEA/pkg-descr @@ -0,0 +1,6 @@ + This perl extension is an implementation of the IDEA block + cipher algorithm. The module implements the + Crypt::BlockCipher interface, which has the following + methods + + blocksize =item keysize =item encrypt =item decrypt -- cgit