Help for this page

Select Code to Download


  1. or download this
    perl -E 'use Crypt::RSA::Key; my($pari,$big) = ($Math::Pari::VERSION, 
    +$Math::BigInt::VERSION); my $lib = Math::BigInt->config()->{lib} if $
    +big; printf "Using %s\n", $pari ? "Pari $pari" : $big ? "BigInt with 
    +$lib" : "???";'