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

..03-May-2022-

t/H01-Jul-2006-10885

test/H01-Jul-2006-9061

CAST5.pmH A D01-Jul-20062.7 KiB11410

CAST5.xsH A D01-Jul-20062 KiB11386

ChangesH A D01-Jul-2006476 2013

MANIFESTH A D01-Jul-2006180 1918

META.ymlH A D01-Jul-2006336 1210

Makefile.PLH A D01-Jul-2006606 1714

READMEH A D01-Jul-2006669 3520

SIGNATUREH A D01-Jul-20061.9 KiB4538

_cast5.cH A D01-Jul-20069.3 KiB202171

cast5.hH A D01-Jul-2006989 4326

ppport.hH A D01-Jul-200614.4 KiB541271

tables.cH A D01-Jul-200628.5 KiB446425

typemapH A D01-Jul-200622 21

README

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