diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2005-12-18 21:59:47 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2005-12-18 21:59:47 +0000 |
commit | 429feed8fca4ac2199e7ddbed0637f19bd2bcee9 (patch) | |
tree | 25a25fe59449a0c1158207e2425fe735aac9b686 /security/Makefile | |
parent | 23be9d08e950f6f49d8a91b5b41048d3cb6c3659 (diff) | |
download | ports-429feed8fca4ac2199e7ddbed0637f19bd2bcee9.tar.gz ports-429feed8fca4ac2199e7ddbed0637f19bd2bcee9.zip |
Generic Counter Mode implementation in pure Perl. The Counter Mode module
constructs a stream cipher from a block cipher or cryptographic hash funtion
and returns it as an object. Any block cipher in the Crypt:: class can be
used, as long as it supports the blocksize and keysize methods. Any hash
function in the Digest:: class can be used, as long as it supports
the add method.
WWW: http://search.cpan.org/dist/Crypt-Ctr
PR: ports/90613
Submitted by: Gabor Kovesdan
Notes
Notes:
svn path=/head/; revision=151519
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index ecb4add9a8a6..1b6daf7ab725 100644 --- a/security/Makefile +++ b/security/Makefile @@ -293,6 +293,7 @@ SUBDIR += p5-Crypt-CipherSaber SUBDIR += p5-Crypt-Cracklib SUBDIR += p5-Crypt-Cryptix + SUBDIR += p5-Crypt-Ctr SUBDIR += p5-Crypt-DES SUBDIR += p5-Crypt-DES_EDE3 SUBDIR += p5-Crypt-DH |