Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    
    $private->write( Filename => 'working.private');
    $public->write( Filename => 'working.public');
    
  2. or download this
    $VAR1 = bless( {
                     'Version' => '1.99',
    ...
                                                   }, 'Tie::EncryptedHash'
    + ),
                     'Cipher' => 'Blowfish'
                   }, 'Crypt::RSA::Key::Private' );
    
  3. or download this
    #!/perl/bin/perl
    
    ...
    }
    
    1;
    
  4. or download this
    #!/perl/bin/perl
    
    ...
    
      return $signatureValue;
    }
    
  5. or download this
    [Mon Oct 26 21:15:33 2009] [error] [client 10.29.12.38] PARI:   ***   
    +log is not
     meromorphic at 0. at /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread
    +-multi/Mat
    h/Pari.pm line 994.
    
  6. or download this
    sub bitsize ($)
    {
      return pari2num(floor(Math::Pari::log(shift)/Matth::Pari::log(2)) + 
    +1);
    }
    
  7. or download this
    sub AUTOLOAD {
      $AUTOLOAD =~ /^(?:Math::Pari::)?(.*)/;
    ...
      &$1;
    #  &$AUTOLOAD;
    }