diff options
author | erwin <erwin@FreeBSD.org> | 2006-07-14 23:45:24 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-07-14 23:45:24 +0800 |
commit | d15eeab0495341c1f7d06b6b7fff34e00f1897f3 (patch) | |
tree | a9f9159ecc9e9061fe20d5b1ae451e401ca13af2 /security/p5-Crypt-Rijndael_PP/pkg-descr | |
parent | f86f069e5b6c85b36b2218c7b6a95f799b704d3f (diff) | |
download | freebsd-ports-gnome-d15eeab0495341c1f7d06b6b7fff34e00f1897f3.tar.gz freebsd-ports-gnome-d15eeab0495341c1f7d06b6b7fff34e00f1897f3.tar.zst freebsd-ports-gnome-d15eeab0495341c1f7d06b6b7fff34e00f1897f3.zip |
This is a pure perl implementation of the new AES Rijndael. You want
to use Crypt::Rijndael where available. This implementation is really
slow, but I am working on it.
WWW: http://search.cpan.org/dist/Crypt-Rijndael_PP/
PR: ports/100262
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Diffstat (limited to 'security/p5-Crypt-Rijndael_PP/pkg-descr')
-rw-r--r-- | security/p5-Crypt-Rijndael_PP/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/security/p5-Crypt-Rijndael_PP/pkg-descr b/security/p5-Crypt-Rijndael_PP/pkg-descr new file mode 100644 index 000000000000..0315d03cc04e --- /dev/null +++ b/security/p5-Crypt-Rijndael_PP/pkg-descr @@ -0,0 +1,5 @@ +This is a pure perl implementation of the new AES Rijndael. You want +to use Crypt::Rijndael where available. This implementation is really +slow, but I am working on it. + +WWW: http://search.cpan.org/dist/Crypt-Rijndael_PP/ |