I played a little with Crypt::DSA today for my own project and found that I cannot make it work. Overall it is very .. well .. cryptic.
So I switched to Crypt::OpenSSL::DSA. This is your example
use Crypt::OpenSSL::DSA;
my $dsa = Crypt::OpenSSL::DSA->generate_parameters( 512 )...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.