1Crypt::CAST5_PP
2
3The CAST5 block cipher, implemented in pure Perl.
4
5
6Dependencies:
7    Module::Signature is needed to check the signature
8    Test::More is needed to run the tests
9    Test::Taint is needed for the tainting test
10    Crypt::CBC is useful but not required
11
12
13Installation:
14    cpansign -v
15    perl Makefile.PL
16    make
17    make test
18    make install
19
20
21Author:
22    Bob Mathews <bobmathews@alumni.calpoly.edu>
23
24
25Copyright (c) 2006 Bob Mathews. All rights reserved.
26This program is free software; you can redistribute it and/or
27modify it under the same terms as Perl itself.
28