The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.