Crypt-RC6

 view release on metacpan or  search on metacpan

CHANGES  view on Meta::CPAN


0.50   November 17, 2001

    -- Thanks to feedback from Andrew Page, fixed two serious
       bugs in function rc6_generateKeySchedule. The module now
       performs in accordance with the test data provided in
       THE RC6 BLOCK CIPHER.

0.50   November 12, 2001

    -- Made the distribution Crypt::CBC compliant.

0.05   September 16, 2001

    -- Added test.pl to the distribution.

0.04   September 16, 2001

    -- Added a load test.

0.03   September 14, 2001

RC6.pm  view on Meta::CPAN

=head1 NAME

Crypt::RC6 - Crypt::CBC compliant RC6 block cipher encryption module

=head1 SYNOPSIS

    use Crypt::RC6;
    
    my $cipher = new Crypt::RC6 $key;

    my $ciphertext = $cipher->encrypt($plaintext);
    my $plaintext = $cipher->decrypt($ciphertext);

README  view on Meta::CPAN

NAME

    Crypt::RC6 - Crypt::CBC compliant RC6 block cipher encryption module

SYNOPSIS

    use Crypt::RC6;
    
    my $cipher = new Crypt::RC6 $key;

    my $ciphertext = $cipher->encrypt($plaintext);
    my $plaintext = $cipher->decrypt($ciphertext);



( run in 0.649 second using v1.01-cache-2.11-cpan-e1769b4cff6 )