aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Crypt-IDEA/pkg-descr
diff options
context:
space:
mode:
authorjfitz <jfitz@FreeBSD.org>1996-10-24 16:35:48 +0800
committerjfitz <jfitz@FreeBSD.org>1996-10-24 16:35:48 +0800
commitfee17bae77fdd1ff597bc4a3548c8478f8b4538a (patch)
tree5e1c5f25e1bd47d447c7ca59a37c1fd742a87c2f /security/p5-Crypt-IDEA/pkg-descr
parentc019c1b822b3e4cf433e0a67667be367d1fd763f (diff)
downloadfreebsd-ports-gnome-fee17bae77fdd1ff597bc4a3548c8478f8b4538a.tar.gz
freebsd-ports-gnome-fee17bae77fdd1ff597bc4a3548c8478f8b4538a.tar.zst
freebsd-ports-gnome-fee17bae77fdd1ff597bc4a3548c8478f8b4538a.zip
perl5 interface to IDEA block cipher.
Diffstat (limited to 'security/p5-Crypt-IDEA/pkg-descr')
-rw-r--r--security/p5-Crypt-IDEA/pkg-descr6
1 files changed, 6 insertions, 0 deletions
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