1Crypt::CAST5 version 0.05
2=========================
3
4This module implements the CAST5 block cipher using compiled C code for
5increased speed. See RFC 2114.
6
7
8INSTALLATION
9
10To install this module type the following:
11
12   cpansign -v
13   perl Makefile.PL
14   make
15   make test
16   make install
17
18
19DEPENDENCIES
20
21This module requires these other modules and libraries:
22
23  Module::Signature is needed to verify the signature
24  Test::More is needed to run the tests
25  Crypt::CBC is useful, but not required
26
27
28COPYRIGHT AND LICENSE
29
30Copyright (C) 2002-2006 Bob Mathews
31
32This library is free software; you can redistribute it and/or modify
33it under the same terms as Perl itself.
34
35