DESCR 311 B

12345678
  1. Crypt::DSA is an implementation of the DSA (Digital Signature
  2. Algorithm) signature verification system. The implementation
  3. itself is pure Perl, although the heavy-duty mathematics underneath
  4. are provided by the Math::Pari library.
  5. This package provides DSA signing, signature verification, and key
  6. generation.