• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

CAST5_PP/H01-Jul-2006-376363

t/H01-Jul-2006-7860

test/H01-Jul-2006-6143

CAST5_PP.pmH A D01-Jul-20068.6 KiB262130

ChangesH A D01-Jul-2006885 3424

MANIFESTH A D01-Jul-2006203 1514

META.ymlH A D01-Jul-2006342 1210

Makefile.PLH A D01-Jul-2006503 129

READMEH A D01-Jul-2006585 2818

SIGNATUREH A D01-Jul-20061.7 KiB4134

mkscheduleH A D01-Jul-20063.1 KiB9488

README

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