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

NAME

MYDan::Agent::Auth

SYNOPSIS

 use MYDan::Agent::Auth;

 my $sig = MYDan::Agent::Auth->new( key => /foo/ca/ )->sign( $mesg );

 MYDan::Agent::Auth->new( pub => /foo/ca/ )->verify( $sig, $mesg );