openbsd-ports/security/p5-Crypt-DSA/pkg/DESCR
sturm 6cf0a1a7e7 Initial import of
- 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
2005-02-23 20:08:48 +00:00

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.