mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
83764e1daa
Change some URLs from author dirs to dist dirs. The example in the porter's handbook didn't have the trailing slash; mea culpa for not having caught that when it went in.
9 lines
425 B
Plaintext
9 lines
425 B
Plaintext
Generic CFB implementation in pure Perl. The Cipher Feedback 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-CFB/
|