The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Crypt::DSA::Signature - DSA signature object

SYNOPSIS

    use Crypt::DSA::Signature;
    my $sig = Crypt::DSA::Signature->new;

    $sig->r($r);
    $sig->s($s);

DESCRIPTION

AUTHOR & COPYRIGHTS

Please see the Crypt::DSA manpage for author, copyright, and license information.