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

..03-May-2022-

ChangesH A D26-Feb-2002572 1712

GOST_PP.pmH A D26-Feb-20023.4 KiB13664

MANIFESTH A D26-Feb-200255 76

Makefile.PLH A D26-Feb-2002513 129

READMEH A D26-Feb-2002653 2717

test.plH A D26-Feb-2002669 2716

README

1Crypt/GOST_PP version 1.10
2===========================
3
4Crypt::GOST_PP is a pure perl implementation of GOST, a 64-bit
5symmetrical block cipher with a 256-bit key from the former Soviet
6Union. Please read the Pod documentation contained in the module
7itself for additional information, including the rationale behind
8the writing of this module.
9
10
11INSTALLATION
12
13To install this module type the following:
14
15   perl Makefile.PL
16   make
17   make test
18   make install
19
20COPYRIGHT AND LICENCE
21
22This module is free software and may be modified and/or
23redistributed under the same terms as Perl itself.
24
25Copyright (C) 2002, Kurt Kincaid <sifukurt@yahoo.com>
26
27