Group
Extension

Matches 1

Object-Signature-Portable ( R/RR/RRWO/Object-Signature-Portable-v1.2.2.tar.gz, RRWO, 2024; MetaCPAN )
Object-Signature-Portable/lib/Object/Signature/Portable.pm ( view source; MetaCPAN )
jects

use v5.14;
use warnings;

use Carp;
use Crypt::Digest;
use Exporter 5.57 qw/ import /;
use JSON::MaybeXS;

# RECOMMEND PREREQ: Crypt::Digest 0.062

our $VERSION = 'v1.2.2';

our @EXPORT    = qw
nvalid digest format: %s', $args{format} );
    }

    $args{serializer} //= sub {
        return JSON->new->canonical(1)->allow_nonref(1)->utf8(1)->pretty(0)
            ->indent(0)->space_before(0)-
 with
public key signatures.) of Perl data structures.

The object is serialized into a canonical JSON structure, and then
hashed using the MD5 algorithm.

Any two machines running different versions 

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.