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

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 );