Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-CryptX for openSUSE:Factory checked in at 2021-04-12 12:36:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-CryptX (Old) and /work/SRC/openSUSE:Factory/.perl-CryptX.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-CryptX" Mon Apr 12 12:36:46 2021 rev:7 rq:884103 version:0.071 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-CryptX/perl-CryptX.changes 2021-02-16 22:50:52.282696323 +0100 +++ /work/SRC/openSUSE:Factory/.perl-CryptX.new.2401/perl-CryptX.changes 2021-04-12 12:39:39.241528963 +0200 @@ -1,0 +2,9 @@ +Wed Mar 31 03:06:54 UTC 2021 - Tina M??ller <timueller+p...@suse.de> + +- updated to 0.071 + see /usr/share/doc/packages/perl-CryptX/Changes + + 0.071 2021-03-30 + - fix #67 (better handling of PEM decoding failures) + +------------------------------------------------------------------- Old: ---- CryptX-0.070.tar.gz New: ---- CryptX-0.071.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-CryptX.spec ++++++ --- /var/tmp/diff_new_pack.z5zLqB/_old 2021-04-12 12:39:39.625529409 +0200 +++ /var/tmp/diff_new_pack.z5zLqB/_new 2021-04-12 12:39:39.625529409 +0200 @@ -18,7 +18,7 @@ %define cpan_name CryptX Name: perl-CryptX -Version: 0.070 +Version: 0.071 Release: 0 Summary: Cryptographic toolkit License: Artistic-1.0 OR GPL-1.0-or-later ++++++ CryptX-0.070.tar.gz -> CryptX-0.071.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/Changes new/CryptX-0.071/Changes --- old/CryptX-0.070/Changes 2021-02-12 15:36:15.000000000 +0100 +++ new/CryptX-0.071/Changes 2021-03-30 11:18:58.000000000 +0200 @@ -1,5 +1,8 @@ Changes for CryptX +0.071 2021-03-30 + - fix #67 (better handling of PEM decoding failures) + 0.070 2021-02-12 - fix #66 remove -flto=auto (Makefile.PL) - fix #65 typo in docs (lib/Crypt/Cipher.pm) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/META.json new/CryptX-0.071/META.json --- old/CryptX-0.070/META.json 2021-02-12 15:37:32.000000000 +0100 +++ new/CryptX-0.071/META.json 2021-03-30 11:32:01.000000000 +0200 @@ -4,7 +4,7 @@ "Karel Miko" ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 7.58, CPAN::Meta::Converter version 2.150010", + "generated_by" : "ExtUtils::MakeMaker version 7.60, CPAN::Meta::Converter version 2.150010", "license" : [ "perl_5" ], @@ -50,6 +50,6 @@ "url" : "https://github.com/DCIT/perl-CryptX" } }, - "version" : "0.070", - "x_serialization_backend" : "JSON::PP version 4.05" + "version" : "0.071", + "x_serialization_backend" : "JSON::PP version 4.06" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/META.yml new/CryptX-0.071/META.yml --- old/CryptX-0.070/META.yml 2021-02-12 15:37:29.000000000 +0100 +++ new/CryptX-0.071/META.yml 2021-03-30 11:31:56.000000000 +0200 @@ -8,7 +8,7 @@ configure_requires: ExtUtils::MakeMaker: '0' dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 7.58, CPAN::Meta::Converter version 2.150010' +generated_by: 'ExtUtils::MakeMaker version 7.60, CPAN::Meta::Converter version 2.150010' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -23,5 +23,5 @@ resources: bugtracker: https://github.com/DCIT/perl-CryptX/issues repository: https://github.com/DCIT/perl-CryptX -version: '0.070' +version: '0.071' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/Makefile.PL new/CryptX-0.071/Makefile.PL --- old/CryptX-0.070/Makefile.PL 2020-12-01 09:35:59.000000000 +0100 +++ new/CryptX-0.071/Makefile.PL 2021-03-30 11:28:23.000000000 +0200 @@ -74,7 +74,7 @@ PREREQ_PM => { }, TEST_REQUIRES => { 'Test::More' => 0 }, META_MERGE => { resources => { repository => 'https://github.com/DCIT/perl-CryptX', bugtracker => 'https://github.com/DCIT/perl-CryptX/issues' } }, - dist => { PREOP => 'perldoc -u lib/CryptX.pm | pod2markdown > README.md', TAR => 'ptar', TARFLAGS => '-c -C -f' }, + dist => { PREOP => 'perldoc -u lib/CryptX.pm | pod2markdown > README.md', TARFLAGS => '--owner=0 --group=0 -cvf' }, @EUMM_INC_LIB ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/AuthEnc/CCM.pm new/CryptX-0.071/lib/Crypt/AuthEnc/CCM.pm --- old/CryptX-0.070/lib/Crypt/AuthEnc/CCM.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/AuthEnc/CCM.pm 2021-03-30 11:17:57.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; require Exporter; our @ISA = qw(Exporter); ### use Exporter 5.57 'import'; our %EXPORT_TAGS = ( all => [qw( ccm_encrypt_authenticate ccm_decrypt_verify )] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/AuthEnc/ChaCha20Poly1305.pm new/CryptX-0.071/lib/Crypt/AuthEnc/ChaCha20Poly1305.pm --- old/CryptX-0.070/lib/Crypt/AuthEnc/ChaCha20Poly1305.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/AuthEnc/ChaCha20Poly1305.pm 2021-03-30 11:17:57.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; require Exporter; our @ISA = qw(Exporter); ### use Exporter 5.57 'import'; our %EXPORT_TAGS = ( all => [qw( chacha20poly1305_encrypt_authenticate chacha20poly1305_decrypt_verify )] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/AuthEnc/EAX.pm new/CryptX-0.071/lib/Crypt/AuthEnc/EAX.pm --- old/CryptX-0.070/lib/Crypt/AuthEnc/EAX.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/AuthEnc/EAX.pm 2021-03-30 11:17:57.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; require Exporter; our @ISA = qw(Exporter); ### use Exporter 5.57 'import'; our %EXPORT_TAGS = ( all => [qw( eax_encrypt_authenticate eax_decrypt_verify )] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/AuthEnc/GCM.pm new/CryptX-0.071/lib/Crypt/AuthEnc/GCM.pm --- old/CryptX-0.070/lib/Crypt/AuthEnc/GCM.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/AuthEnc/GCM.pm 2021-03-30 11:17:57.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; require Exporter; our @ISA = qw(Exporter); ### use Exporter 5.57 'import'; our %EXPORT_TAGS = ( all => [qw( gcm_encrypt_authenticate gcm_decrypt_verify )] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/AuthEnc/OCB.pm new/CryptX-0.071/lib/Crypt/AuthEnc/OCB.pm --- old/CryptX-0.070/lib/Crypt/AuthEnc/OCB.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/AuthEnc/OCB.pm 2021-03-30 11:17:57.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; require Exporter; our @ISA = qw(Exporter); ### use Exporter 5.57 'import'; our %EXPORT_TAGS = ( all => [qw( ocb_encrypt_authenticate ocb_decrypt_verify )] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/AuthEnc.pm new/CryptX-0.071/lib/Crypt/AuthEnc.pm --- old/CryptX-0.070/lib/Crypt/AuthEnc.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/AuthEnc.pm 2021-03-30 11:17:57.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; ### not used diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Checksum/Adler32.pm new/CryptX-0.071/lib/Crypt/Checksum/Adler32.pm --- old/CryptX-0.070/lib/Crypt/Checksum/Adler32.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Checksum/Adler32.pm 2021-03-30 11:17:57.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Checksum Exporter); our %EXPORT_TAGS = ( all => [qw( adler32_data adler32_data_hex adler32_data_int adler32_file adler32_file_hex adler32_file_int )] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Checksum/CRC32.pm new/CryptX-0.071/lib/Crypt/Checksum/CRC32.pm --- old/CryptX-0.070/lib/Crypt/Checksum/CRC32.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Checksum/CRC32.pm 2021-03-30 11:17:57.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Checksum Exporter); our %EXPORT_TAGS = ( all => [qw( crc32_data crc32_data_hex crc32_data_int crc32_file crc32_file_hex crc32_file_int )] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Checksum.pm new/CryptX-0.071/lib/Crypt/Checksum.pm --- old/CryptX-0.070/lib/Crypt/Checksum.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Checksum.pm 2021-03-30 11:17:57.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; require Exporter; our @ISA = qw(Exporter); ### use Exporter 5.57 'import'; our %EXPORT_TAGS = ( all => [qw/ adler32_data adler32_data_hex adler32_data_int adler32_file adler32_file_hex adler32_file_int diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Cipher/AES.pm new/CryptX-0.071/lib/Crypt/Cipher/AES.pm --- old/CryptX-0.070/lib/Crypt/Cipher/AES.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Cipher/AES.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Cipher); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Cipher/Anubis.pm new/CryptX-0.071/lib/Crypt/Cipher/Anubis.pm --- old/CryptX-0.070/lib/Crypt/Cipher/Anubis.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Cipher/Anubis.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Cipher); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Cipher/Blowfish.pm new/CryptX-0.071/lib/Crypt/Cipher/Blowfish.pm --- old/CryptX-0.070/lib/Crypt/Cipher/Blowfish.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Cipher/Blowfish.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Cipher); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Cipher/CAST5.pm new/CryptX-0.071/lib/Crypt/Cipher/CAST5.pm --- old/CryptX-0.070/lib/Crypt/Cipher/CAST5.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Cipher/CAST5.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Cipher); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Cipher/Camellia.pm new/CryptX-0.071/lib/Crypt/Cipher/Camellia.pm --- old/CryptX-0.070/lib/Crypt/Cipher/Camellia.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Cipher/Camellia.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Cipher); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Cipher/DES.pm new/CryptX-0.071/lib/Crypt/Cipher/DES.pm --- old/CryptX-0.070/lib/Crypt/Cipher/DES.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Cipher/DES.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Cipher); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Cipher/DES_EDE.pm new/CryptX-0.071/lib/Crypt/Cipher/DES_EDE.pm --- old/CryptX-0.070/lib/Crypt/Cipher/DES_EDE.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Cipher/DES_EDE.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Cipher); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Cipher/IDEA.pm new/CryptX-0.071/lib/Crypt/Cipher/IDEA.pm --- old/CryptX-0.070/lib/Crypt/Cipher/IDEA.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Cipher/IDEA.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Cipher); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Cipher/KASUMI.pm new/CryptX-0.071/lib/Crypt/Cipher/KASUMI.pm --- old/CryptX-0.070/lib/Crypt/Cipher/KASUMI.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Cipher/KASUMI.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Cipher); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Cipher/Khazad.pm new/CryptX-0.071/lib/Crypt/Cipher/Khazad.pm --- old/CryptX-0.070/lib/Crypt/Cipher/Khazad.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Cipher/Khazad.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Cipher); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Cipher/MULTI2.pm new/CryptX-0.071/lib/Crypt/Cipher/MULTI2.pm --- old/CryptX-0.070/lib/Crypt/Cipher/MULTI2.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Cipher/MULTI2.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Cipher); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Cipher/Noekeon.pm new/CryptX-0.071/lib/Crypt/Cipher/Noekeon.pm --- old/CryptX-0.070/lib/Crypt/Cipher/Noekeon.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Cipher/Noekeon.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Cipher); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Cipher/RC2.pm new/CryptX-0.071/lib/Crypt/Cipher/RC2.pm --- old/CryptX-0.070/lib/Crypt/Cipher/RC2.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Cipher/RC2.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Cipher); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Cipher/RC5.pm new/CryptX-0.071/lib/Crypt/Cipher/RC5.pm --- old/CryptX-0.070/lib/Crypt/Cipher/RC5.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Cipher/RC5.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Cipher); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Cipher/RC6.pm new/CryptX-0.071/lib/Crypt/Cipher/RC6.pm --- old/CryptX-0.070/lib/Crypt/Cipher/RC6.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Cipher/RC6.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Cipher); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Cipher/SAFERP.pm new/CryptX-0.071/lib/Crypt/Cipher/SAFERP.pm --- old/CryptX-0.070/lib/Crypt/Cipher/SAFERP.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Cipher/SAFERP.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Cipher); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Cipher/SAFER_K128.pm new/CryptX-0.071/lib/Crypt/Cipher/SAFER_K128.pm --- old/CryptX-0.070/lib/Crypt/Cipher/SAFER_K128.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Cipher/SAFER_K128.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Cipher); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Cipher/SAFER_K64.pm new/CryptX-0.071/lib/Crypt/Cipher/SAFER_K64.pm --- old/CryptX-0.070/lib/Crypt/Cipher/SAFER_K64.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Cipher/SAFER_K64.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Cipher); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Cipher/SAFER_SK128.pm new/CryptX-0.071/lib/Crypt/Cipher/SAFER_SK128.pm --- old/CryptX-0.070/lib/Crypt/Cipher/SAFER_SK128.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Cipher/SAFER_SK128.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Cipher); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Cipher/SAFER_SK64.pm new/CryptX-0.071/lib/Crypt/Cipher/SAFER_SK64.pm --- old/CryptX-0.070/lib/Crypt/Cipher/SAFER_SK64.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Cipher/SAFER_SK64.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Cipher); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Cipher/SEED.pm new/CryptX-0.071/lib/Crypt/Cipher/SEED.pm --- old/CryptX-0.070/lib/Crypt/Cipher/SEED.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Cipher/SEED.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Cipher); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Cipher/Serpent.pm new/CryptX-0.071/lib/Crypt/Cipher/Serpent.pm --- old/CryptX-0.070/lib/Crypt/Cipher/Serpent.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Cipher/Serpent.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Cipher); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Cipher/Skipjack.pm new/CryptX-0.071/lib/Crypt/Cipher/Skipjack.pm --- old/CryptX-0.070/lib/Crypt/Cipher/Skipjack.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Cipher/Skipjack.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Cipher); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Cipher/Twofish.pm new/CryptX-0.071/lib/Crypt/Cipher/Twofish.pm --- old/CryptX-0.070/lib/Crypt/Cipher/Twofish.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Cipher/Twofish.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Cipher); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Cipher/XTEA.pm new/CryptX-0.071/lib/Crypt/Cipher/XTEA.pm --- old/CryptX-0.070/lib/Crypt/Cipher/XTEA.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Cipher/XTEA.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Cipher); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Cipher.pm new/CryptX-0.071/lib/Crypt/Cipher.pm --- old/CryptX-0.070/lib/Crypt/Cipher.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Cipher.pm 2021-03-30 11:17:57.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use Carp; $Carp::Internal{(__PACKAGE__)}++; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Digest/BLAKE2b_160.pm new/CryptX-0.071/lib/Crypt/Digest/BLAKE2b_160.pm --- old/CryptX-0.070/lib/Crypt/Digest/BLAKE2b_160.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Digest/BLAKE2b_160.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Digest Exporter); our %EXPORT_TAGS = ( all => [qw( blake2b_160 blake2b_160_hex blake2b_160_b64 blake2b_160_b64u blake2b_160_file blake2b_160_file_hex blake2b_160_file_b64 blake2b_160_file_b64u )] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Digest/BLAKE2b_256.pm new/CryptX-0.071/lib/Crypt/Digest/BLAKE2b_256.pm --- old/CryptX-0.070/lib/Crypt/Digest/BLAKE2b_256.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Digest/BLAKE2b_256.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Digest Exporter); our %EXPORT_TAGS = ( all => [qw( blake2b_256 blake2b_256_hex blake2b_256_b64 blake2b_256_b64u blake2b_256_file blake2b_256_file_hex blake2b_256_file_b64 blake2b_256_file_b64u )] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Digest/BLAKE2b_384.pm new/CryptX-0.071/lib/Crypt/Digest/BLAKE2b_384.pm --- old/CryptX-0.070/lib/Crypt/Digest/BLAKE2b_384.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Digest/BLAKE2b_384.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Digest Exporter); our %EXPORT_TAGS = ( all => [qw( blake2b_384 blake2b_384_hex blake2b_384_b64 blake2b_384_b64u blake2b_384_file blake2b_384_file_hex blake2b_384_file_b64 blake2b_384_file_b64u )] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Digest/BLAKE2b_512.pm new/CryptX-0.071/lib/Crypt/Digest/BLAKE2b_512.pm --- old/CryptX-0.070/lib/Crypt/Digest/BLAKE2b_512.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Digest/BLAKE2b_512.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Digest Exporter); our %EXPORT_TAGS = ( all => [qw( blake2b_512 blake2b_512_hex blake2b_512_b64 blake2b_512_b64u blake2b_512_file blake2b_512_file_hex blake2b_512_file_b64 blake2b_512_file_b64u )] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Digest/BLAKE2s_128.pm new/CryptX-0.071/lib/Crypt/Digest/BLAKE2s_128.pm --- old/CryptX-0.070/lib/Crypt/Digest/BLAKE2s_128.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Digest/BLAKE2s_128.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Digest Exporter); our %EXPORT_TAGS = ( all => [qw( blake2s_128 blake2s_128_hex blake2s_128_b64 blake2s_128_b64u blake2s_128_file blake2s_128_file_hex blake2s_128_file_b64 blake2s_128_file_b64u )] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Digest/BLAKE2s_160.pm new/CryptX-0.071/lib/Crypt/Digest/BLAKE2s_160.pm --- old/CryptX-0.070/lib/Crypt/Digest/BLAKE2s_160.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Digest/BLAKE2s_160.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Digest Exporter); our %EXPORT_TAGS = ( all => [qw( blake2s_160 blake2s_160_hex blake2s_160_b64 blake2s_160_b64u blake2s_160_file blake2s_160_file_hex blake2s_160_file_b64 blake2s_160_file_b64u )] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Digest/BLAKE2s_224.pm new/CryptX-0.071/lib/Crypt/Digest/BLAKE2s_224.pm --- old/CryptX-0.070/lib/Crypt/Digest/BLAKE2s_224.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Digest/BLAKE2s_224.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Digest Exporter); our %EXPORT_TAGS = ( all => [qw( blake2s_224 blake2s_224_hex blake2s_224_b64 blake2s_224_b64u blake2s_224_file blake2s_224_file_hex blake2s_224_file_b64 blake2s_224_file_b64u )] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Digest/BLAKE2s_256.pm new/CryptX-0.071/lib/Crypt/Digest/BLAKE2s_256.pm --- old/CryptX-0.070/lib/Crypt/Digest/BLAKE2s_256.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Digest/BLAKE2s_256.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Digest Exporter); our %EXPORT_TAGS = ( all => [qw( blake2s_256 blake2s_256_hex blake2s_256_b64 blake2s_256_b64u blake2s_256_file blake2s_256_file_hex blake2s_256_file_b64 blake2s_256_file_b64u )] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Digest/CHAES.pm new/CryptX-0.071/lib/Crypt/Digest/CHAES.pm --- old/CryptX-0.070/lib/Crypt/Digest/CHAES.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Digest/CHAES.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Digest Exporter); our %EXPORT_TAGS = ( all => [qw( chaes chaes_hex chaes_b64 chaes_b64u chaes_file chaes_file_hex chaes_file_b64 chaes_file_b64u )] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Digest/Keccak224.pm new/CryptX-0.071/lib/Crypt/Digest/Keccak224.pm --- old/CryptX-0.070/lib/Crypt/Digest/Keccak224.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Digest/Keccak224.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Digest Exporter); our %EXPORT_TAGS = ( all => [qw( keccak224 keccak224_hex keccak224_b64 keccak224_b64u keccak224_file keccak224_file_hex keccak224_file_b64 keccak224_file_b64u )] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Digest/Keccak256.pm new/CryptX-0.071/lib/Crypt/Digest/Keccak256.pm --- old/CryptX-0.070/lib/Crypt/Digest/Keccak256.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Digest/Keccak256.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Digest Exporter); our %EXPORT_TAGS = ( all => [qw( keccak256 keccak256_hex keccak256_b64 keccak256_b64u keccak256_file keccak256_file_hex keccak256_file_b64 keccak256_file_b64u )] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Digest/Keccak384.pm new/CryptX-0.071/lib/Crypt/Digest/Keccak384.pm --- old/CryptX-0.070/lib/Crypt/Digest/Keccak384.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Digest/Keccak384.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Digest Exporter); our %EXPORT_TAGS = ( all => [qw( keccak384 keccak384_hex keccak384_b64 keccak384_b64u keccak384_file keccak384_file_hex keccak384_file_b64 keccak384_file_b64u )] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Digest/Keccak512.pm new/CryptX-0.071/lib/Crypt/Digest/Keccak512.pm --- old/CryptX-0.070/lib/Crypt/Digest/Keccak512.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Digest/Keccak512.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Digest Exporter); our %EXPORT_TAGS = ( all => [qw( keccak512 keccak512_hex keccak512_b64 keccak512_b64u keccak512_file keccak512_file_hex keccak512_file_b64 keccak512_file_b64u )] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Digest/MD2.pm new/CryptX-0.071/lib/Crypt/Digest/MD2.pm --- old/CryptX-0.070/lib/Crypt/Digest/MD2.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Digest/MD2.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Digest Exporter); our %EXPORT_TAGS = ( all => [qw( md2 md2_hex md2_b64 md2_b64u md2_file md2_file_hex md2_file_b64 md2_file_b64u )] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Digest/MD4.pm new/CryptX-0.071/lib/Crypt/Digest/MD4.pm --- old/CryptX-0.070/lib/Crypt/Digest/MD4.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Digest/MD4.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Digest Exporter); our %EXPORT_TAGS = ( all => [qw( md4 md4_hex md4_b64 md4_b64u md4_file md4_file_hex md4_file_b64 md4_file_b64u )] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Digest/MD5.pm new/CryptX-0.071/lib/Crypt/Digest/MD5.pm --- old/CryptX-0.070/lib/Crypt/Digest/MD5.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Digest/MD5.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Digest Exporter); our %EXPORT_TAGS = ( all => [qw( md5 md5_hex md5_b64 md5_b64u md5_file md5_file_hex md5_file_b64 md5_file_b64u )] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Digest/RIPEMD128.pm new/CryptX-0.071/lib/Crypt/Digest/RIPEMD128.pm --- old/CryptX-0.070/lib/Crypt/Digest/RIPEMD128.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Digest/RIPEMD128.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Digest Exporter); our %EXPORT_TAGS = ( all => [qw( ripemd128 ripemd128_hex ripemd128_b64 ripemd128_b64u ripemd128_file ripemd128_file_hex ripemd128_file_b64 ripemd128_file_b64u )] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Digest/RIPEMD160.pm new/CryptX-0.071/lib/Crypt/Digest/RIPEMD160.pm --- old/CryptX-0.070/lib/Crypt/Digest/RIPEMD160.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Digest/RIPEMD160.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Digest Exporter); our %EXPORT_TAGS = ( all => [qw( ripemd160 ripemd160_hex ripemd160_b64 ripemd160_b64u ripemd160_file ripemd160_file_hex ripemd160_file_b64 ripemd160_file_b64u )] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Digest/RIPEMD256.pm new/CryptX-0.071/lib/Crypt/Digest/RIPEMD256.pm --- old/CryptX-0.070/lib/Crypt/Digest/RIPEMD256.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Digest/RIPEMD256.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Digest Exporter); our %EXPORT_TAGS = ( all => [qw( ripemd256 ripemd256_hex ripemd256_b64 ripemd256_b64u ripemd256_file ripemd256_file_hex ripemd256_file_b64 ripemd256_file_b64u )] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Digest/RIPEMD320.pm new/CryptX-0.071/lib/Crypt/Digest/RIPEMD320.pm --- old/CryptX-0.070/lib/Crypt/Digest/RIPEMD320.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Digest/RIPEMD320.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Digest Exporter); our %EXPORT_TAGS = ( all => [qw( ripemd320 ripemd320_hex ripemd320_b64 ripemd320_b64u ripemd320_file ripemd320_file_hex ripemd320_file_b64 ripemd320_file_b64u )] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Digest/SHA1.pm new/CryptX-0.071/lib/Crypt/Digest/SHA1.pm --- old/CryptX-0.070/lib/Crypt/Digest/SHA1.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Digest/SHA1.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Digest Exporter); our %EXPORT_TAGS = ( all => [qw( sha1 sha1_hex sha1_b64 sha1_b64u sha1_file sha1_file_hex sha1_file_b64 sha1_file_b64u )] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Digest/SHA224.pm new/CryptX-0.071/lib/Crypt/Digest/SHA224.pm --- old/CryptX-0.070/lib/Crypt/Digest/SHA224.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Digest/SHA224.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Digest Exporter); our %EXPORT_TAGS = ( all => [qw( sha224 sha224_hex sha224_b64 sha224_b64u sha224_file sha224_file_hex sha224_file_b64 sha224_file_b64u )] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Digest/SHA256.pm new/CryptX-0.071/lib/Crypt/Digest/SHA256.pm --- old/CryptX-0.070/lib/Crypt/Digest/SHA256.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Digest/SHA256.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Digest Exporter); our %EXPORT_TAGS = ( all => [qw( sha256 sha256_hex sha256_b64 sha256_b64u sha256_file sha256_file_hex sha256_file_b64 sha256_file_b64u )] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Digest/SHA384.pm new/CryptX-0.071/lib/Crypt/Digest/SHA384.pm --- old/CryptX-0.070/lib/Crypt/Digest/SHA384.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Digest/SHA384.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Digest Exporter); our %EXPORT_TAGS = ( all => [qw( sha384 sha384_hex sha384_b64 sha384_b64u sha384_file sha384_file_hex sha384_file_b64 sha384_file_b64u )] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Digest/SHA3_224.pm new/CryptX-0.071/lib/Crypt/Digest/SHA3_224.pm --- old/CryptX-0.070/lib/Crypt/Digest/SHA3_224.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Digest/SHA3_224.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Digest Exporter); our %EXPORT_TAGS = ( all => [qw( sha3_224 sha3_224_hex sha3_224_b64 sha3_224_b64u sha3_224_file sha3_224_file_hex sha3_224_file_b64 sha3_224_file_b64u )] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Digest/SHA3_256.pm new/CryptX-0.071/lib/Crypt/Digest/SHA3_256.pm --- old/CryptX-0.070/lib/Crypt/Digest/SHA3_256.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Digest/SHA3_256.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Digest Exporter); our %EXPORT_TAGS = ( all => [qw( sha3_256 sha3_256_hex sha3_256_b64 sha3_256_b64u sha3_256_file sha3_256_file_hex sha3_256_file_b64 sha3_256_file_b64u )] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Digest/SHA3_384.pm new/CryptX-0.071/lib/Crypt/Digest/SHA3_384.pm --- old/CryptX-0.070/lib/Crypt/Digest/SHA3_384.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Digest/SHA3_384.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Digest Exporter); our %EXPORT_TAGS = ( all => [qw( sha3_384 sha3_384_hex sha3_384_b64 sha3_384_b64u sha3_384_file sha3_384_file_hex sha3_384_file_b64 sha3_384_file_b64u )] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Digest/SHA3_512.pm new/CryptX-0.071/lib/Crypt/Digest/SHA3_512.pm --- old/CryptX-0.070/lib/Crypt/Digest/SHA3_512.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Digest/SHA3_512.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Digest Exporter); our %EXPORT_TAGS = ( all => [qw( sha3_512 sha3_512_hex sha3_512_b64 sha3_512_b64u sha3_512_file sha3_512_file_hex sha3_512_file_b64 sha3_512_file_b64u )] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Digest/SHA512.pm new/CryptX-0.071/lib/Crypt/Digest/SHA512.pm --- old/CryptX-0.070/lib/Crypt/Digest/SHA512.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Digest/SHA512.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Digest Exporter); our %EXPORT_TAGS = ( all => [qw( sha512 sha512_hex sha512_b64 sha512_b64u sha512_file sha512_file_hex sha512_file_b64 sha512_file_b64u )] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Digest/SHA512_224.pm new/CryptX-0.071/lib/Crypt/Digest/SHA512_224.pm --- old/CryptX-0.070/lib/Crypt/Digest/SHA512_224.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Digest/SHA512_224.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Digest Exporter); our %EXPORT_TAGS = ( all => [qw( sha512_224 sha512_224_hex sha512_224_b64 sha512_224_b64u sha512_224_file sha512_224_file_hex sha512_224_file_b64 sha512_224_file_b64u )] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Digest/SHA512_256.pm new/CryptX-0.071/lib/Crypt/Digest/SHA512_256.pm --- old/CryptX-0.070/lib/Crypt/Digest/SHA512_256.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Digest/SHA512_256.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Digest Exporter); our %EXPORT_TAGS = ( all => [qw( sha512_256 sha512_256_hex sha512_256_b64 sha512_256_b64u sha512_256_file sha512_256_file_hex sha512_256_file_b64 sha512_256_file_b64u )] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Digest/SHAKE.pm new/CryptX-0.071/lib/Crypt/Digest/SHAKE.pm --- old/CryptX-0.070/lib/Crypt/Digest/SHAKE.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Digest/SHAKE.pm 2021-03-30 11:17:57.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use Carp; $Carp::Internal{(__PACKAGE__)}++; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Digest/Tiger192.pm new/CryptX-0.071/lib/Crypt/Digest/Tiger192.pm --- old/CryptX-0.070/lib/Crypt/Digest/Tiger192.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Digest/Tiger192.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Digest Exporter); our %EXPORT_TAGS = ( all => [qw( tiger192 tiger192_hex tiger192_b64 tiger192_b64u tiger192_file tiger192_file_hex tiger192_file_b64 tiger192_file_b64u )] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Digest/Whirlpool.pm new/CryptX-0.071/lib/Crypt/Digest/Whirlpool.pm --- old/CryptX-0.070/lib/Crypt/Digest/Whirlpool.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Digest/Whirlpool.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Digest Exporter); our %EXPORT_TAGS = ( all => [qw( whirlpool whirlpool_hex whirlpool_b64 whirlpool_b64u whirlpool_file whirlpool_file_hex whirlpool_file_b64 whirlpool_file_b64u )] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Digest.pm new/CryptX-0.071/lib/Crypt/Digest.pm --- old/CryptX-0.070/lib/Crypt/Digest.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Digest.pm 2021-03-30 11:17:57.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; require Exporter; our @ISA = qw(Exporter); ### use Exporter 5.57 'import'; our %EXPORT_TAGS = ( all => [qw( digest_data digest_data_hex digest_data_b64 digest_data_b64u digest_file digest_file_hex digest_file_b64 digest_file_b64u )] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/KeyDerivation.pm new/CryptX-0.071/lib/Crypt/KeyDerivation.pm --- old/CryptX-0.070/lib/Crypt/KeyDerivation.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/KeyDerivation.pm 2021-03-30 11:17:57.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; require Exporter; our @ISA = qw(Exporter); ### use Exporter 5.57 'import'; our %EXPORT_TAGS = ( all => [qw(pbkdf1 pbkdf2 hkdf hkdf_expand hkdf_extract)] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Mac/BLAKE2b.pm new/CryptX-0.071/lib/Crypt/Mac/BLAKE2b.pm --- old/CryptX-0.070/lib/Crypt/Mac/BLAKE2b.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Mac/BLAKE2b.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Mac Exporter); our %EXPORT_TAGS = ( all => [qw( blake2b blake2b_hex blake2b_b64 blake2b_b64u )] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Mac/BLAKE2s.pm new/CryptX-0.071/lib/Crypt/Mac/BLAKE2s.pm --- old/CryptX-0.070/lib/Crypt/Mac/BLAKE2s.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Mac/BLAKE2s.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Mac Exporter); our %EXPORT_TAGS = ( all => [qw( blake2s blake2s_hex blake2s_b64 blake2s_b64u )] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Mac/F9.pm new/CryptX-0.071/lib/Crypt/Mac/F9.pm --- old/CryptX-0.070/lib/Crypt/Mac/F9.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Mac/F9.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Mac Exporter); our %EXPORT_TAGS = ( all => [qw( f9 f9_hex f9_b64 f9_b64u )] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Mac/HMAC.pm new/CryptX-0.071/lib/Crypt/Mac/HMAC.pm --- old/CryptX-0.070/lib/Crypt/Mac/HMAC.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Mac/HMAC.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Mac Exporter); our %EXPORT_TAGS = ( all => [qw( hmac hmac_hex hmac_b64 hmac_b64u )] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Mac/OMAC.pm new/CryptX-0.071/lib/Crypt/Mac/OMAC.pm --- old/CryptX-0.070/lib/Crypt/Mac/OMAC.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Mac/OMAC.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Mac Exporter); our %EXPORT_TAGS = ( all => [qw( omac omac_hex omac_b64 omac_b64u )] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Mac/PMAC.pm new/CryptX-0.071/lib/Crypt/Mac/PMAC.pm --- old/CryptX-0.070/lib/Crypt/Mac/PMAC.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Mac/PMAC.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Mac Exporter); our %EXPORT_TAGS = ( all => [qw( pmac pmac_hex pmac_b64 pmac_b64u )] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Mac/Pelican.pm new/CryptX-0.071/lib/Crypt/Mac/Pelican.pm --- old/CryptX-0.070/lib/Crypt/Mac/Pelican.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Mac/Pelican.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Mac Exporter); our %EXPORT_TAGS = ( all => [qw( pelican pelican_hex pelican_b64 pelican_b64u )] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Mac/Poly1305.pm new/CryptX-0.071/lib/Crypt/Mac/Poly1305.pm --- old/CryptX-0.070/lib/Crypt/Mac/Poly1305.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Mac/Poly1305.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Mac Exporter); our %EXPORT_TAGS = ( all => [qw( poly1305 poly1305_hex poly1305_b64 poly1305_b64u )] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Mac/XCBC.pm new/CryptX-0.071/lib/Crypt/Mac/XCBC.pm --- old/CryptX-0.070/lib/Crypt/Mac/XCBC.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Mac/XCBC.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::Mac Exporter); our %EXPORT_TAGS = ( all => [qw( xcbc xcbc_hex xcbc_b64 xcbc_b64u )] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Mac.pm new/CryptX-0.071/lib/Crypt/Mac.pm --- old/CryptX-0.070/lib/Crypt/Mac.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Mac.pm 2021-03-30 11:17:57.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use Carp; $Carp::Internal{(__PACKAGE__)}++; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Misc.pm new/CryptX-0.071/lib/Crypt/Misc.pm --- old/CryptX-0.070/lib/Crypt/Misc.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Misc.pm 2021-03-30 11:17:57.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; require Exporter; our @ISA = qw(Exporter); ### use Exporter 5.57 'import'; use Carp 'croak'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Mode/CBC.pm new/CryptX-0.071/lib/Crypt/Mode/CBC.pm --- old/CryptX-0.070/lib/Crypt/Mode/CBC.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Mode/CBC.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use Crypt::Cipher; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Mode/CFB.pm new/CryptX-0.071/lib/Crypt/Mode/CFB.pm --- old/CryptX-0.070/lib/Crypt/Mode/CFB.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Mode/CFB.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use Crypt::Cipher; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Mode/CTR.pm new/CryptX-0.071/lib/Crypt/Mode/CTR.pm --- old/CryptX-0.070/lib/Crypt/Mode/CTR.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Mode/CTR.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use Crypt::Cipher; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Mode/ECB.pm new/CryptX-0.071/lib/Crypt/Mode/ECB.pm --- old/CryptX-0.070/lib/Crypt/Mode/ECB.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Mode/ECB.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use Crypt::Cipher; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Mode/OFB.pm new/CryptX-0.071/lib/Crypt/Mode/OFB.pm --- old/CryptX-0.070/lib/Crypt/Mode/OFB.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Mode/OFB.pm 2021-03-30 11:17:57.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use Crypt::Cipher; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Mode.pm new/CryptX-0.071/lib/Crypt/Mode.pm --- old/CryptX-0.070/lib/Crypt/Mode.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Mode.pm 2021-03-30 11:17:57.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; ### not used diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/PK/DH.pm new/CryptX-0.071/lib/Crypt/PK/DH.pm --- old/CryptX-0.070/lib/Crypt/PK/DH.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/PK/DH.pm 2021-03-30 11:17:57.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; require Exporter; our @ISA = qw(Exporter); ### use Exporter 5.57 'import'; our %EXPORT_TAGS = ( all => [qw( dh_shared_secret )] ); @@ -227,7 +227,9 @@ } elsif (ref $param eq 'SCALAR') { my $data = $$param; - $data = pem_to_der($data) if $data =~ /-----BEGIN DH PARAMETERS-----\s*(.+)\s*-----END DH PARAMETERS-----/s; + if ($data =~ /-----BEGIN DH PARAMETERS-----\s*(.+)\s*-----END DH PARAMETERS-----/s) { + $data = pem_to_der($data) or croak "FATAL: PEM/params decode failed"; + } return $self->_generate_key_dhparam($data); } elsif (ref $param eq 'HASH') { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/PK/DSA.pm new/CryptX-0.071/lib/Crypt/PK/DSA.pm --- old/CryptX-0.070/lib/Crypt/PK/DSA.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/PK/DSA.pm 2021-03-30 11:17:57.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; require Exporter; our @ISA = qw(Exporter); ### use Exporter 5.57 'import'; our %EXPORT_TAGS = ( all => [qw( dsa_encrypt dsa_decrypt dsa_sign_message dsa_verify_message dsa_sign_hash dsa_verify_hash )] ); @@ -36,7 +36,9 @@ } elsif (@_ == 1 && ref $_[0] eq 'SCALAR') { my $data = ${$_[0]}; - $data = pem_to_der($data) if $data =~ /-----BEGIN DSA PARAMETERS-----\s*(.+)\s*-----END DSA PARAMETERS-----/s; + if ($data =~ /-----BEGIN DSA PARAMETERS-----\s*(.+)\s*-----END DSA PARAMETERS-----/s) { + $data = pem_to_der($data) or croak "FATAL: PEM/params decode failed"; + } return $self->_generate_key_dsaparam($data); } croak "FATAL: DSA generate_key - invalid args"; @@ -76,11 +78,11 @@ croak "FATAL: invalid key data" unless $data; if ($data =~ /-----BEGIN (DSA PRIVATE|DSA PUBLIC|PRIVATE|PUBLIC) KEY-----(.*?)-----END/sg) { - $data = pem_to_der($data, $password); + $data = pem_to_der($data, $password) or croak "FATAL: PEM/key decode failed"; return $self->_import($data); } elsif ($data =~ /---- BEGIN SSH2 PUBLIC KEY ----(.*?)---- END SSH2 PUBLIC KEY ----/sg) { - $data = pem_to_der($data); + $data = pem_to_der($data) or croak "FATAL: PEM/key decode failed"; my ($typ, $p, $q, $g, $y) = Crypt::PK::_ssh_parse($data); return $self->_import_hex(unpack('H*',$p), unpack('H*',$q), unpack('H*',$g), undef, unpack('H*',$y)) if $typ && $p && $q && $g && $y && $typ eq 'ssh-dss'; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/PK/ECC.pm new/CryptX-0.071/lib/Crypt/PK/ECC.pm --- old/CryptX-0.070/lib/Crypt/PK/ECC.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/PK/ECC.pm 2021-03-30 11:17:57.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; require Exporter; our @ISA = qw(Exporter); ### use Exporter 5.57 'import'; our %EXPORT_TAGS = ( all => [qw( ecc_encrypt ecc_decrypt ecc_sign_message ecc_verify_message ecc_sign_hash ecc_verify_hash ecc_shared_secret )] ); @@ -219,16 +219,16 @@ croak "FATAL: invalid key data" unless $data; if ($data =~ /-----BEGIN (EC PRIVATE|EC PUBLIC|PUBLIC) KEY-----(.*?)-----END/sg) { - $data = pem_to_der($data, $password); + $data = pem_to_der($data, $password) or croak "FATAL: PEM/key decode failed"; my $rv = eval { $self->_import($data) } || eval { $self->_import_old($data) }; return $rv if $rv; } elsif ($data =~ /-----BEGIN PRIVATE KEY-----(.*?)-----END/sg) { - $data = pem_to_der($data, $password); + $data = pem_to_der($data, $password) or croak "FATAL: PEM/key decode failed"; return $self->_import_pkcs8($data, $password); } elsif ($data =~ /-----BEGIN ENCRYPTED PRIVATE KEY-----(.*?)-----END/sg) { - $data = pem_to_der($data, $password); + $data = pem_to_der($data, $password) or croak "FATAL: PEM/key decode failed"; return $self->_import_pkcs8($data, $password); } elsif ($data =~ /^\s*(\{.*?\})\s*$/s) { @@ -244,11 +244,11 @@ } } elsif ($data =~ /-----BEGIN CERTIFICATE-----(.*?)-----END CERTIFICATE-----/sg) { - $data = pem_to_der($data); + $data = pem_to_der($data) or croak "FATAL: PEM/cert decode failed"; return $self->_import_x509($data); } elsif ($data =~ /---- BEGIN SSH2 PUBLIC KEY ----(.*?)---- END SSH2 PUBLIC KEY ----/sg) { - $data = pem_to_der($data); + $data = pem_to_der($data) or croak "FATAL: PEM/key decode failed"; my ($typ, $skip, $pubkey) = Crypt::PK::_ssh_parse($data); return $self->import_key_raw($pubkey, "$2") if $pubkey && $typ =~ /^ecdsa-(.+?)-(.*)$/; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/PK/Ed25519.pm new/CryptX-0.071/lib/Crypt/PK/Ed25519.pm --- old/CryptX-0.070/lib/Crypt/PK/Ed25519.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/PK/Ed25519.pm 2021-03-30 11:17:57.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; require Exporter; our @ISA = qw(Exporter); ### use Exporter 5.57 'import'; our %EXPORT_TAGS = ( all => [qw( )] ); @@ -64,19 +64,19 @@ croak "FATAL: invalid key data" unless $data; if ($data =~ /-----BEGIN PUBLIC KEY-----(.*?)-----END/sg) { - $data = pem_to_der($data, $password); + $data = pem_to_der($data, $password) or croak "FATAL: PEM/key decode failed"; return $self->_import($data); } elsif ($data =~ /-----BEGIN PRIVATE KEY-----(.*?)-----END/sg) { - $data = pem_to_der($data, $password); + $data = pem_to_der($data, $password) or croak "FATAL: PEM/key decode failed"; return $self->_import_pkcs8($data, $password); } elsif ($data =~ /-----BEGIN ENCRYPTED PRIVATE KEY-----(.*?)-----END/sg) { - $data = pem_to_der($data, $password); + $data = pem_to_der($data, $password) or croak "FATAL: PEM/key decode failed"; return $self->_import_pkcs8($data, $password); } elsif ($data =~ /-----BEGIN ED25519 PRIVATE KEY-----(.*?)-----END/sg) { - $data = pem_to_der($data, $password); + $data = pem_to_der($data, $password) or croak "FATAL: PEM/key decode failed"; return $self->_import_pkcs8($data, $password); } elsif ($data =~ /^\s*(\{.*?\})\s*$/s) { # JSON @@ -87,7 +87,7 @@ } } elsif ($data =~ /-----BEGIN CERTIFICATE-----(.*?)-----END CERTIFICATE-----/sg) { - $data = pem_to_der($data); + $data = pem_to_der($data) or croak "FATAL: PEM/cert decode failed"; return $self->_import_x509($data); } elsif ($data =~ /-----BEGIN OPENSSH PRIVATE KEY-----(.*?)-----END/sg) { @@ -97,7 +97,7 @@ croak "FATAL: OPENSSH PRIVATE KEY not supported"; } elsif ($data =~ /---- BEGIN SSH2 PUBLIC KEY ----(.*?)---- END SSH2 PUBLIC KEY ----/sg) { - $data = pem_to_der($data); + $data = pem_to_der($data) or croak "FATAL: PEM/key decode failed"; my ($typ, $pubkey) = Crypt::PK::_ssh_parse($data); return $self->_import_raw($pubkey, 0) if $typ eq 'ssh-ed25519' && length($pubkey) == 32; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/PK/RSA.pm new/CryptX-0.071/lib/Crypt/PK/RSA.pm --- old/CryptX-0.070/lib/Crypt/PK/RSA.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/PK/RSA.pm 2021-03-30 11:17:57.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; require Exporter; our @ISA = qw(Exporter); ### use Exporter 5.57 'import'; our %EXPORT_TAGS = ( all => [qw(rsa_encrypt rsa_decrypt rsa_sign_message rsa_verify_message rsa_sign_hash rsa_verify_hash)] ); @@ -122,17 +122,17 @@ # PKCS#1 RSAPublicKey (PEM header: BEGIN RSA PUBLIC KEY) # PKCS#1 RSAPrivateKey (PEM header: BEGIN RSA PRIVATE KEY) # X.509 SubjectPublicKeyInfo (PEM header: BEGIN PUBLIC KEY) - $data = pem_to_der($data, $password); + $data = pem_to_der($data, $password) or croak "FATAL: PEM/key decode failed"; return $self->_import($data) if $data; } elsif ($data =~ /-----BEGIN PRIVATE KEY-----(.*?)-----END/sg) { # PKCS#8 PrivateKeyInfo (PEM header: BEGIN PRIVATE KEY) - $data = pem_to_der($data, $password); + $data = pem_to_der($data, $password) or croak "FATAL: PEM/key decode failed"; return $self->_import_pkcs8($data, $password); } elsif ($data =~ /-----BEGIN ENCRYPTED PRIVATE KEY-----(.*?)-----END/sg) { # PKCS#8 PrivateKeyInfo (PEM header: BEGIN ENCRYPTED PRIVATE KEY) - $data = pem_to_der($data, $password); + $data = pem_to_der($data, $password) or croak "FATAL: PEM/key decode failed"; return $self->_import_pkcs8($data, $password); } elsif ($data =~ /^\s*(\{.*?\})\s*$/s) { @@ -147,11 +147,11 @@ } } elsif ($data =~ /-----BEGIN CERTIFICATE-----(.*?)-----END CERTIFICATE-----/sg) { - $data = pem_to_der($data); + $data = pem_to_der($data) or croak "FATAL: PEM/cert decode failed"; return $self->_import_x509($data); } elsif ($data =~ /---- BEGIN SSH2 PUBLIC KEY ----(.*?)---- END SSH2 PUBLIC KEY ----/sg) { - $data = pem_to_der($data); + $data = pem_to_der($data) or croak "FATAL: PEM/key decode failed"; my ($typ, $N, $e) = Crypt::PK::_ssh_parse($data); return $self->_import_hex(unpack("H*", $e), unpack("H*", $N)) if $typ && $e && $N && $typ eq 'ssh-rsa'; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/PK/X25519.pm new/CryptX-0.071/lib/Crypt/PK/X25519.pm --- old/CryptX-0.070/lib/Crypt/PK/X25519.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/PK/X25519.pm 2021-03-30 11:17:57.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; require Exporter; our @ISA = qw(Exporter); ### use Exporter 5.57 'import'; our %EXPORT_TAGS = ( all => [qw( )] ); @@ -64,19 +64,19 @@ croak "FATAL: invalid key data" unless $data; if ($data =~ /-----BEGIN PUBLIC KEY-----(.*?)-----END/sg) { - $data = pem_to_der($data, $password); + $data = pem_to_der($data, $password) or croak "FATAL: PEM/key decode failed"; return $self->_import($data); } elsif ($data =~ /-----BEGIN PRIVATE KEY-----(.*?)-----END/sg) { - $data = pem_to_der($data, $password); + $data = pem_to_der($data, $password) or croak "FATAL: PEM/key decode failed"; return $self->_import_pkcs8($data, $password); } elsif ($data =~ /-----BEGIN ENCRYPTED PRIVATE KEY-----(.*?)-----END/sg) { - $data = pem_to_der($data, $password); + $data = pem_to_der($data, $password) or croak "FATAL: PEM/key decode failed"; return $self->_import_pkcs8($data, $password); } elsif ($data =~ /-----BEGIN X25519 PRIVATE KEY-----(.*?)-----END/sg) { - $data = pem_to_der($data, $password); + $data = pem_to_der($data, $password) or croak "FATAL: PEM/key decode failed"; return $self->_import_pkcs8($data, $password); } elsif ($data =~ /^\s*(\{.*?\})\s*$/s) { # JSON diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/PK.pm new/CryptX-0.071/lib/Crypt/PK.pm --- old/CryptX-0.070/lib/Crypt/PK.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/PK.pm 2021-03-30 11:17:57.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use Carp; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/PRNG/ChaCha20.pm new/CryptX-0.071/lib/Crypt/PRNG/ChaCha20.pm --- old/CryptX-0.070/lib/Crypt/PRNG/ChaCha20.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/PRNG/ChaCha20.pm 2021-03-30 11:17:57.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::PRNG Exporter); our %EXPORT_TAGS = ( all => [qw(random_bytes random_bytes_hex random_bytes_b64 random_bytes_b64u random_string random_string_from rand irand)] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/PRNG/Fortuna.pm new/CryptX-0.071/lib/Crypt/PRNG/Fortuna.pm --- old/CryptX-0.070/lib/Crypt/PRNG/Fortuna.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/PRNG/Fortuna.pm 2021-03-30 11:17:58.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::PRNG Exporter); our %EXPORT_TAGS = ( all => [qw(random_bytes random_bytes_hex random_bytes_b64 random_bytes_b64u random_string random_string_from rand irand)] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/PRNG/RC4.pm new/CryptX-0.071/lib/Crypt/PRNG/RC4.pm --- old/CryptX-0.070/lib/Crypt/PRNG/RC4.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/PRNG/RC4.pm 2021-03-30 11:17:58.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::PRNG Exporter); our %EXPORT_TAGS = ( all => [qw(random_bytes random_bytes_hex random_bytes_b64 random_bytes_b64u random_string random_string_from rand irand)] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/PRNG/Sober128.pm new/CryptX-0.071/lib/Crypt/PRNG/Sober128.pm --- old/CryptX-0.070/lib/Crypt/PRNG/Sober128.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/PRNG/Sober128.pm 2021-03-30 11:17:58.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::PRNG Exporter); our %EXPORT_TAGS = ( all => [qw(random_bytes random_bytes_hex random_bytes_b64 random_bytes_b64u random_string random_string_from rand irand)] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/PRNG/Yarrow.pm new/CryptX-0.071/lib/Crypt/PRNG/Yarrow.pm --- old/CryptX-0.070/lib/Crypt/PRNG/Yarrow.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/PRNG/Yarrow.pm 2021-03-30 11:17:58.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use base qw(Crypt::PRNG Exporter); our %EXPORT_TAGS = ( all => [qw(random_bytes random_bytes_hex random_bytes_b64 random_bytes_b64u random_string random_string_from rand irand)] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/PRNG.pm new/CryptX-0.071/lib/Crypt/PRNG.pm --- old/CryptX-0.070/lib/Crypt/PRNG.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/PRNG.pm 2021-03-30 11:17:57.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; require Exporter; our @ISA = qw(Exporter); ### use Exporter 5.57 'import'; our %EXPORT_TAGS = ( all => [qw(random_bytes random_bytes_hex random_bytes_b64 random_bytes_b64u random_string random_string_from rand irand)] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Stream/ChaCha.pm new/CryptX-0.071/lib/Crypt/Stream/ChaCha.pm --- old/CryptX-0.070/lib/Crypt/Stream/ChaCha.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Stream/ChaCha.pm 2021-03-30 11:17:58.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use CryptX; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Stream/RC4.pm new/CryptX-0.071/lib/Crypt/Stream/RC4.pm --- old/CryptX-0.070/lib/Crypt/Stream/RC4.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Stream/RC4.pm 2021-03-30 11:17:58.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use CryptX; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Stream/Rabbit.pm new/CryptX-0.071/lib/Crypt/Stream/Rabbit.pm --- old/CryptX-0.070/lib/Crypt/Stream/Rabbit.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Stream/Rabbit.pm 2021-03-30 11:17:58.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use CryptX; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Stream/Salsa20.pm new/CryptX-0.071/lib/Crypt/Stream/Salsa20.pm --- old/CryptX-0.070/lib/Crypt/Stream/Salsa20.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Stream/Salsa20.pm 2021-03-30 11:17:58.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use CryptX; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Stream/Sober128.pm new/CryptX-0.071/lib/Crypt/Stream/Sober128.pm --- old/CryptX-0.070/lib/Crypt/Stream/Sober128.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Stream/Sober128.pm 2021-03-30 11:17:58.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use CryptX; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Crypt/Stream/Sosemanuk.pm new/CryptX-0.071/lib/Crypt/Stream/Sosemanuk.pm --- old/CryptX-0.070/lib/Crypt/Stream/Sosemanuk.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Crypt/Stream/Sosemanuk.pm 2021-03-30 11:17:58.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use CryptX; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/CryptX.pm new/CryptX-0.071/lib/CryptX.pm --- old/CryptX-0.070/lib/CryptX.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/CryptX.pm 2021-03-30 11:17:57.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings ; -our $VERSION = '0.070'; +our $VERSION = '0.071'; require XSLoader; XSLoader::load('CryptX', $VERSION); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CryptX-0.070/lib/Math/BigInt/LTM.pm new/CryptX-0.071/lib/Math/BigInt/LTM.pm --- old/CryptX-0.070/lib/Math/BigInt/LTM.pm 2021-02-12 15:35:44.000000000 +0100 +++ new/CryptX-0.071/lib/Math/BigInt/LTM.pm 2021-03-30 11:17:58.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '0.070'; +our $VERSION = '0.071'; use CryptX; use Carp;