aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-Ctr/distinfo
Commit message (Collapse)AuthorAgeFilesLines
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276991
* Generic Counter Mode implementation in pure Perl. The Counter Mode moduleErwin Lansing2005-12-181-0/+3
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: svn path=/head/; revision=151519