blob: 72e069aaf55c79d734f693754b446cc5b4400d94 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
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.
WWW: https://metacpan.org/release/Crypt-DSA
|