6cf0a1a7e7
- Crypt-DH-0.03, Diffie-Hellman implementation - Crypt-DSA-0.12, DSA implementation - Crypt-Primes-0.50, prime number generator - Crypt-RSA-1.55, RSA implementation - Crypt-Random-1.23, cryptographically secure random number generator all written in pure perl
8 lines
311 B
Plaintext
8 lines
311 B
Plaintext
Crypt::DSA is an implementation of the DSA (Digital Signature
|
|
Algorithm) signature verification system. The implementation
|
|
itself is pure Perl, although the heavy-duty mathematics underneath
|
|
are provided by the Math::Pari library.
|
|
|
|
This package provides DSA signing, signature verification, and key
|
|
generation.
|