File: README

package info (click to toggle)
libcrypt-dh-perl 0.06-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 136 kB
  • ctags: 100
  • sloc: perl: 1,173; makefile: 44
file content (32 lines) | stat: -rw-r--r-- 722 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
$Id: README 128 2001-04-10 21:26:36Z btrott $

This is Crypt::DH, a module implementing the Diffie-Hellman
key exchange system.

PREREQUISITES

    * Math::Pari (2.001804 or greater)
    * Crypt::Random (0.33 or greater)

INSTALLATION

Crypt::DH installation is straightforward. If your cpan shell
is set up, you should just be able to do

    % perl -MCPAN -e 'install Crypt::DH'

If you don't like that, you can download the distribution; the
latest version on CPAN can be found in

    ftp://ftp.cpan.org/pub/CPAN/authors/id/B/BT/BTROTT/

Download it, unpack it, then build it as per the usual:

    % perl Makefile.PL
    % make && make test

Then install it:

    % make install

Benjamin Trott / ben@rhumba.pair.com