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-11-10 21:46:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-CryptX (Old)
 and      /work/SRC/openSUSE:Factory/.perl-CryptX.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-CryptX"

Wed Nov 10 21:46:56 2021 rev:10 rq:930662 version:0.074

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-CryptX/perl-CryptX.changes  2021-07-26 
17:38:33.998060215 +0200
+++ /work/SRC/openSUSE:Factory/.perl-CryptX.new.1890/perl-CryptX.changes        
2021-11-10 21:47:37.415842186 +0100
@@ -1,0 +2,10 @@
+Sun Nov  7 03:07:13 UTC 2021 - Tina M??ller <timueller+p...@suse.de>
+
+- updated to 0.074
+   see /usr/share/doc/packages/perl-CryptX/Changes
+
+  0.077   2021-11-06
+          - fix #75 Missing methods _sadd + _ssub in Math::BigInt::LTM
+          - fix #76 Tests failing for numbers with multiple underscore 
characters (Math::BigInt::LTM)
+
+-------------------------------------------------------------------

Old:
----
  CryptX-0.073.tar.gz

New:
----
  CryptX-0.074.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-CryptX.spec ++++++
--- /var/tmp/diff_new_pack.luRtRt/_old  2021-11-10 21:47:37.875842386 +0100
+++ /var/tmp/diff_new_pack.luRtRt/_new  2021-11-10 21:47:37.879842388 +0100
@@ -18,7 +18,7 @@
 
 %define cpan_name CryptX
 Name:           perl-CryptX
-Version:        0.073
+Version:        0.074
 Release:        0
 Summary:        Cryptographic toolkit
 License:        Artistic-1.0 OR GPL-1.0-or-later

++++++ CryptX-0.073.tar.gz -> CryptX-0.074.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/Changes new/CryptX-0.074/Changes
--- old/CryptX-0.073/Changes    2021-07-18 11:25:44.000000000 +0200
+++ new/CryptX-0.074/Changes    2021-11-06 10:20:38.000000000 +0100
@@ -1,5 +1,9 @@
 Changes for CryptX
 
+0.077   2021-11-06
+        - fix #75 Missing methods _sadd + _ssub in Math::BigInt::LTM
+        - fix #76 Tests failing for numbers with multiple underscore 
characters (Math::BigInt::LTM)
+
 0.073   2021-07-18
         - fix #73 CPAN testers failure with Math::BigInt 1.99982
         - fix #70 remove lto related hacks from Makefile.PL
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/META.json new/CryptX-0.074/META.json
--- old/CryptX-0.073/META.json  2021-07-18 14:15:23.000000000 +0200
+++ new/CryptX-0.074/META.json  2021-11-06 10:24:54.000000000 +0100
@@ -4,7 +4,7 @@
       "Karel Miko"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.60, CPAN::Meta::Converter 
version 2.150010",
+   "generated_by" : "ExtUtils::MakeMaker version 7.62, CPAN::Meta::Converter 
version 2.150010",
    "license" : [
       "perl_5"
    ],
@@ -32,6 +32,7 @@
       },
       "runtime" : {
          "requires" : {
+            "Math::BigInt" : "0",
             "perl" : "5.006"
          }
       },
@@ -50,6 +51,6 @@
          "url" : "https://github.com/DCIT/perl-CryptX";
       }
    },
-   "version" : "0.073",
+   "version" : "0.074",
    "x_serialization_backend" : "JSON::PP version 4.06"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/META.yml new/CryptX-0.074/META.yml
--- old/CryptX-0.073/META.yml   2021-07-18 14:15:19.000000000 +0200
+++ new/CryptX-0.074/META.yml   2021-11-06 10:24:51.000000000 +0100
@@ -8,7 +8,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.60, CPAN::Meta::Converter version 
2.150010'
+generated_by: 'ExtUtils::MakeMaker version 7.62, CPAN::Meta::Converter version 
2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -19,9 +19,10 @@
     - t
     - inc
 requires:
+  Math::BigInt: '0'
   perl: '5.006'
 resources:
   bugtracker: https://github.com/DCIT/perl-CryptX/issues
   repository: https://github.com/DCIT/perl-CryptX
-version: '0.073'
+version: '0.074'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/Makefile.PL new/CryptX-0.074/Makefile.PL
--- old/CryptX-0.073/Makefile.PL        2021-07-12 18:31:21.000000000 +0200
+++ new/CryptX-0.074/Makefile.PL        2021-10-13 19:52:32.000000000 +0200
@@ -71,7 +71,7 @@
   ABSTRACT         => 'Cryptographic toolkit',
   MIN_PERL_VERSION => '5.006',
   LICENSE          => 'perl_5',
-  PREREQ_PM        => { },
+  PREREQ_PM        => { 'Math::BigInt' => 0 },
   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', TARFLAGS => '--owner=0 --group=0 -cvf' },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/lib/Crypt/AuthEnc/CCM.pm 
new/CryptX-0.074/lib/Crypt/AuthEnc/CCM.pm
--- old/CryptX-0.073/lib/Crypt/AuthEnc/CCM.pm   2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/AuthEnc/CCM.pm   2021-11-06 10:18:43.000000000 
+0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/AuthEnc/ChaCha20Poly1305.pm 
new/CryptX-0.074/lib/Crypt/AuthEnc/ChaCha20Poly1305.pm
--- old/CryptX-0.073/lib/Crypt/AuthEnc/ChaCha20Poly1305.pm      2021-07-18 
11:24:49.000000000 +0200
+++ new/CryptX-0.074/lib/Crypt/AuthEnc/ChaCha20Poly1305.pm      2021-11-06 
10:18:43.000000000 +0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/AuthEnc/EAX.pm 
new/CryptX-0.074/lib/Crypt/AuthEnc/EAX.pm
--- old/CryptX-0.073/lib/Crypt/AuthEnc/EAX.pm   2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/AuthEnc/EAX.pm   2021-11-06 10:18:43.000000000 
+0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/AuthEnc/GCM.pm 
new/CryptX-0.074/lib/Crypt/AuthEnc/GCM.pm
--- old/CryptX-0.073/lib/Crypt/AuthEnc/GCM.pm   2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/AuthEnc/GCM.pm   2021-11-06 10:18:43.000000000 
+0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/AuthEnc/OCB.pm 
new/CryptX-0.074/lib/Crypt/AuthEnc/OCB.pm
--- old/CryptX-0.073/lib/Crypt/AuthEnc/OCB.pm   2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/AuthEnc/OCB.pm   2021-11-06 10:18:43.000000000 
+0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/AuthEnc.pm 
new/CryptX-0.074/lib/Crypt/AuthEnc.pm
--- old/CryptX-0.073/lib/Crypt/AuthEnc.pm       2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/AuthEnc.pm       2021-11-06 10:18:43.000000000 
+0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 ### not used
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/lib/Crypt/Checksum/Adler32.pm 
new/CryptX-0.074/lib/Crypt/Checksum/Adler32.pm
--- old/CryptX-0.073/lib/Crypt/Checksum/Adler32.pm      2021-07-18 
11:24:49.000000000 +0200
+++ new/CryptX-0.074/lib/Crypt/Checksum/Adler32.pm      2021-11-06 
10:18:43.000000000 +0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/Checksum/CRC32.pm 
new/CryptX-0.074/lib/Crypt/Checksum/CRC32.pm
--- old/CryptX-0.073/lib/Crypt/Checksum/CRC32.pm        2021-07-18 
11:24:49.000000000 +0200
+++ new/CryptX-0.074/lib/Crypt/Checksum/CRC32.pm        2021-11-06 
10:18:43.000000000 +0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/Checksum.pm 
new/CryptX-0.074/lib/Crypt/Checksum.pm
--- old/CryptX-0.073/lib/Crypt/Checksum.pm      2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/Checksum.pm      2021-11-06 10:18:43.000000000 
+0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/Cipher/AES.pm 
new/CryptX-0.074/lib/Crypt/Cipher/AES.pm
--- old/CryptX-0.073/lib/Crypt/Cipher/AES.pm    2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/Cipher/AES.pm    2021-11-06 10:18:43.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 use base qw(Crypt::Cipher);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/lib/Crypt/Cipher/Anubis.pm 
new/CryptX-0.074/lib/Crypt/Cipher/Anubis.pm
--- old/CryptX-0.073/lib/Crypt/Cipher/Anubis.pm 2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/Cipher/Anubis.pm 2021-11-06 10:18:43.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 use base qw(Crypt::Cipher);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/lib/Crypt/Cipher/Blowfish.pm 
new/CryptX-0.074/lib/Crypt/Cipher/Blowfish.pm
--- old/CryptX-0.073/lib/Crypt/Cipher/Blowfish.pm       2021-07-18 
11:24:49.000000000 +0200
+++ new/CryptX-0.074/lib/Crypt/Cipher/Blowfish.pm       2021-11-06 
10:18:43.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 use base qw(Crypt::Cipher);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/lib/Crypt/Cipher/CAST5.pm 
new/CryptX-0.074/lib/Crypt/Cipher/CAST5.pm
--- old/CryptX-0.073/lib/Crypt/Cipher/CAST5.pm  2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/Cipher/CAST5.pm  2021-11-06 10:18:43.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 use base qw(Crypt::Cipher);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/lib/Crypt/Cipher/Camellia.pm 
new/CryptX-0.074/lib/Crypt/Cipher/Camellia.pm
--- old/CryptX-0.073/lib/Crypt/Cipher/Camellia.pm       2021-07-18 
11:24:49.000000000 +0200
+++ new/CryptX-0.074/lib/Crypt/Cipher/Camellia.pm       2021-11-06 
10:18:43.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 use base qw(Crypt::Cipher);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/lib/Crypt/Cipher/DES.pm 
new/CryptX-0.074/lib/Crypt/Cipher/DES.pm
--- old/CryptX-0.073/lib/Crypt/Cipher/DES.pm    2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/Cipher/DES.pm    2021-11-06 10:18:43.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 use base qw(Crypt::Cipher);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/lib/Crypt/Cipher/DES_EDE.pm 
new/CryptX-0.074/lib/Crypt/Cipher/DES_EDE.pm
--- old/CryptX-0.073/lib/Crypt/Cipher/DES_EDE.pm        2021-07-18 
11:24:49.000000000 +0200
+++ new/CryptX-0.074/lib/Crypt/Cipher/DES_EDE.pm        2021-11-06 
10:18:43.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 use base qw(Crypt::Cipher);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/lib/Crypt/Cipher/IDEA.pm 
new/CryptX-0.074/lib/Crypt/Cipher/IDEA.pm
--- old/CryptX-0.073/lib/Crypt/Cipher/IDEA.pm   2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/Cipher/IDEA.pm   2021-11-06 10:18:43.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 use base qw(Crypt::Cipher);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/lib/Crypt/Cipher/KASUMI.pm 
new/CryptX-0.074/lib/Crypt/Cipher/KASUMI.pm
--- old/CryptX-0.073/lib/Crypt/Cipher/KASUMI.pm 2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/Cipher/KASUMI.pm 2021-11-06 10:18:43.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 use base qw(Crypt::Cipher);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/lib/Crypt/Cipher/Khazad.pm 
new/CryptX-0.074/lib/Crypt/Cipher/Khazad.pm
--- old/CryptX-0.073/lib/Crypt/Cipher/Khazad.pm 2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/Cipher/Khazad.pm 2021-11-06 10:18:43.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 use base qw(Crypt::Cipher);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/lib/Crypt/Cipher/MULTI2.pm 
new/CryptX-0.074/lib/Crypt/Cipher/MULTI2.pm
--- old/CryptX-0.073/lib/Crypt/Cipher/MULTI2.pm 2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/Cipher/MULTI2.pm 2021-11-06 10:18:43.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 use base qw(Crypt::Cipher);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/lib/Crypt/Cipher/Noekeon.pm 
new/CryptX-0.074/lib/Crypt/Cipher/Noekeon.pm
--- old/CryptX-0.073/lib/Crypt/Cipher/Noekeon.pm        2021-07-18 
11:24:49.000000000 +0200
+++ new/CryptX-0.074/lib/Crypt/Cipher/Noekeon.pm        2021-11-06 
10:18:43.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 use base qw(Crypt::Cipher);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/lib/Crypt/Cipher/RC2.pm 
new/CryptX-0.074/lib/Crypt/Cipher/RC2.pm
--- old/CryptX-0.073/lib/Crypt/Cipher/RC2.pm    2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/Cipher/RC2.pm    2021-11-06 10:18:43.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 use base qw(Crypt::Cipher);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/lib/Crypt/Cipher/RC5.pm 
new/CryptX-0.074/lib/Crypt/Cipher/RC5.pm
--- old/CryptX-0.073/lib/Crypt/Cipher/RC5.pm    2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/Cipher/RC5.pm    2021-11-06 10:18:43.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 use base qw(Crypt::Cipher);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/lib/Crypt/Cipher/RC6.pm 
new/CryptX-0.074/lib/Crypt/Cipher/RC6.pm
--- old/CryptX-0.073/lib/Crypt/Cipher/RC6.pm    2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/Cipher/RC6.pm    2021-11-06 10:18:43.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 use base qw(Crypt::Cipher);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/lib/Crypt/Cipher/SAFERP.pm 
new/CryptX-0.074/lib/Crypt/Cipher/SAFERP.pm
--- old/CryptX-0.073/lib/Crypt/Cipher/SAFERP.pm 2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/Cipher/SAFERP.pm 2021-11-06 10:18:43.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 use base qw(Crypt::Cipher);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/lib/Crypt/Cipher/SAFER_K128.pm 
new/CryptX-0.074/lib/Crypt/Cipher/SAFER_K128.pm
--- old/CryptX-0.073/lib/Crypt/Cipher/SAFER_K128.pm     2021-07-18 
11:24:49.000000000 +0200
+++ new/CryptX-0.074/lib/Crypt/Cipher/SAFER_K128.pm     2021-11-06 
10:18:43.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 use base qw(Crypt::Cipher);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/lib/Crypt/Cipher/SAFER_K64.pm 
new/CryptX-0.074/lib/Crypt/Cipher/SAFER_K64.pm
--- old/CryptX-0.073/lib/Crypt/Cipher/SAFER_K64.pm      2021-07-18 
11:24:49.000000000 +0200
+++ new/CryptX-0.074/lib/Crypt/Cipher/SAFER_K64.pm      2021-11-06 
10:18:43.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 use base qw(Crypt::Cipher);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/lib/Crypt/Cipher/SAFER_SK128.pm 
new/CryptX-0.074/lib/Crypt/Cipher/SAFER_SK128.pm
--- old/CryptX-0.073/lib/Crypt/Cipher/SAFER_SK128.pm    2021-07-18 
11:24:49.000000000 +0200
+++ new/CryptX-0.074/lib/Crypt/Cipher/SAFER_SK128.pm    2021-11-06 
10:18:43.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 use base qw(Crypt::Cipher);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/lib/Crypt/Cipher/SAFER_SK64.pm 
new/CryptX-0.074/lib/Crypt/Cipher/SAFER_SK64.pm
--- old/CryptX-0.073/lib/Crypt/Cipher/SAFER_SK64.pm     2021-07-18 
11:24:49.000000000 +0200
+++ new/CryptX-0.074/lib/Crypt/Cipher/SAFER_SK64.pm     2021-11-06 
10:18:43.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 use base qw(Crypt::Cipher);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/lib/Crypt/Cipher/SEED.pm 
new/CryptX-0.074/lib/Crypt/Cipher/SEED.pm
--- old/CryptX-0.073/lib/Crypt/Cipher/SEED.pm   2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/Cipher/SEED.pm   2021-11-06 10:18:43.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 use base qw(Crypt::Cipher);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/lib/Crypt/Cipher/Serpent.pm 
new/CryptX-0.074/lib/Crypt/Cipher/Serpent.pm
--- old/CryptX-0.073/lib/Crypt/Cipher/Serpent.pm        2021-07-18 
11:24:49.000000000 +0200
+++ new/CryptX-0.074/lib/Crypt/Cipher/Serpent.pm        2021-11-06 
10:18:43.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 use base qw(Crypt::Cipher);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/lib/Crypt/Cipher/Skipjack.pm 
new/CryptX-0.074/lib/Crypt/Cipher/Skipjack.pm
--- old/CryptX-0.073/lib/Crypt/Cipher/Skipjack.pm       2021-07-18 
11:24:49.000000000 +0200
+++ new/CryptX-0.074/lib/Crypt/Cipher/Skipjack.pm       2021-11-06 
10:18:43.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 use base qw(Crypt::Cipher);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/lib/Crypt/Cipher/Twofish.pm 
new/CryptX-0.074/lib/Crypt/Cipher/Twofish.pm
--- old/CryptX-0.073/lib/Crypt/Cipher/Twofish.pm        2021-07-18 
11:24:49.000000000 +0200
+++ new/CryptX-0.074/lib/Crypt/Cipher/Twofish.pm        2021-11-06 
10:18:43.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 use base qw(Crypt::Cipher);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/lib/Crypt/Cipher/XTEA.pm 
new/CryptX-0.074/lib/Crypt/Cipher/XTEA.pm
--- old/CryptX-0.073/lib/Crypt/Cipher/XTEA.pm   2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/Cipher/XTEA.pm   2021-11-06 10:18:43.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 use base qw(Crypt::Cipher);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/lib/Crypt/Cipher.pm 
new/CryptX-0.074/lib/Crypt/Cipher.pm
--- old/CryptX-0.073/lib/Crypt/Cipher.pm        2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/Cipher.pm        2021-11-06 10:18:43.000000000 
+0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 use Carp;
 $Carp::Internal{(__PACKAGE__)}++;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/lib/Crypt/Digest/BLAKE2b_160.pm 
new/CryptX-0.074/lib/Crypt/Digest/BLAKE2b_160.pm
--- old/CryptX-0.073/lib/Crypt/Digest/BLAKE2b_160.pm    2021-07-18 
11:24:49.000000000 +0200
+++ new/CryptX-0.074/lib/Crypt/Digest/BLAKE2b_160.pm    2021-11-06 
10:18:43.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/Digest/BLAKE2b_256.pm 
new/CryptX-0.074/lib/Crypt/Digest/BLAKE2b_256.pm
--- old/CryptX-0.073/lib/Crypt/Digest/BLAKE2b_256.pm    2021-07-18 
11:24:49.000000000 +0200
+++ new/CryptX-0.074/lib/Crypt/Digest/BLAKE2b_256.pm    2021-11-06 
10:18:43.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/Digest/BLAKE2b_384.pm 
new/CryptX-0.074/lib/Crypt/Digest/BLAKE2b_384.pm
--- old/CryptX-0.073/lib/Crypt/Digest/BLAKE2b_384.pm    2021-07-18 
11:24:49.000000000 +0200
+++ new/CryptX-0.074/lib/Crypt/Digest/BLAKE2b_384.pm    2021-11-06 
10:18:43.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/Digest/BLAKE2b_512.pm 
new/CryptX-0.074/lib/Crypt/Digest/BLAKE2b_512.pm
--- old/CryptX-0.073/lib/Crypt/Digest/BLAKE2b_512.pm    2021-07-18 
11:24:49.000000000 +0200
+++ new/CryptX-0.074/lib/Crypt/Digest/BLAKE2b_512.pm    2021-11-06 
10:18:43.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/Digest/BLAKE2s_128.pm 
new/CryptX-0.074/lib/Crypt/Digest/BLAKE2s_128.pm
--- old/CryptX-0.073/lib/Crypt/Digest/BLAKE2s_128.pm    2021-07-18 
11:24:49.000000000 +0200
+++ new/CryptX-0.074/lib/Crypt/Digest/BLAKE2s_128.pm    2021-11-06 
10:18:43.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/Digest/BLAKE2s_160.pm 
new/CryptX-0.074/lib/Crypt/Digest/BLAKE2s_160.pm
--- old/CryptX-0.073/lib/Crypt/Digest/BLAKE2s_160.pm    2021-07-18 
11:24:49.000000000 +0200
+++ new/CryptX-0.074/lib/Crypt/Digest/BLAKE2s_160.pm    2021-11-06 
10:18:43.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/Digest/BLAKE2s_224.pm 
new/CryptX-0.074/lib/Crypt/Digest/BLAKE2s_224.pm
--- old/CryptX-0.073/lib/Crypt/Digest/BLAKE2s_224.pm    2021-07-18 
11:24:49.000000000 +0200
+++ new/CryptX-0.074/lib/Crypt/Digest/BLAKE2s_224.pm    2021-11-06 
10:18:43.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/Digest/BLAKE2s_256.pm 
new/CryptX-0.074/lib/Crypt/Digest/BLAKE2s_256.pm
--- old/CryptX-0.073/lib/Crypt/Digest/BLAKE2s_256.pm    2021-07-18 
11:24:49.000000000 +0200
+++ new/CryptX-0.074/lib/Crypt/Digest/BLAKE2s_256.pm    2021-11-06 
10:18:43.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/Digest/CHAES.pm 
new/CryptX-0.074/lib/Crypt/Digest/CHAES.pm
--- old/CryptX-0.073/lib/Crypt/Digest/CHAES.pm  2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/Digest/CHAES.pm  2021-11-06 10:18:43.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/Digest/Keccak224.pm 
new/CryptX-0.074/lib/Crypt/Digest/Keccak224.pm
--- old/CryptX-0.073/lib/Crypt/Digest/Keccak224.pm      2021-07-18 
11:24:49.000000000 +0200
+++ new/CryptX-0.074/lib/Crypt/Digest/Keccak224.pm      2021-11-06 
10:18:43.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/Digest/Keccak256.pm 
new/CryptX-0.074/lib/Crypt/Digest/Keccak256.pm
--- old/CryptX-0.073/lib/Crypt/Digest/Keccak256.pm      2021-07-18 
11:24:49.000000000 +0200
+++ new/CryptX-0.074/lib/Crypt/Digest/Keccak256.pm      2021-11-06 
10:18:43.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/Digest/Keccak384.pm 
new/CryptX-0.074/lib/Crypt/Digest/Keccak384.pm
--- old/CryptX-0.073/lib/Crypt/Digest/Keccak384.pm      2021-07-18 
11:24:49.000000000 +0200
+++ new/CryptX-0.074/lib/Crypt/Digest/Keccak384.pm      2021-11-06 
10:18:43.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/Digest/Keccak512.pm 
new/CryptX-0.074/lib/Crypt/Digest/Keccak512.pm
--- old/CryptX-0.073/lib/Crypt/Digest/Keccak512.pm      2021-07-18 
11:24:49.000000000 +0200
+++ new/CryptX-0.074/lib/Crypt/Digest/Keccak512.pm      2021-11-06 
10:18:43.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/Digest/MD2.pm 
new/CryptX-0.074/lib/Crypt/Digest/MD2.pm
--- old/CryptX-0.073/lib/Crypt/Digest/MD2.pm    2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/Digest/MD2.pm    2021-11-06 10:18:43.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/Digest/MD4.pm 
new/CryptX-0.074/lib/Crypt/Digest/MD4.pm
--- old/CryptX-0.073/lib/Crypt/Digest/MD4.pm    2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/Digest/MD4.pm    2021-11-06 10:18:43.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/Digest/MD5.pm 
new/CryptX-0.074/lib/Crypt/Digest/MD5.pm
--- old/CryptX-0.073/lib/Crypt/Digest/MD5.pm    2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/Digest/MD5.pm    2021-11-06 10:18:43.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/Digest/RIPEMD128.pm 
new/CryptX-0.074/lib/Crypt/Digest/RIPEMD128.pm
--- old/CryptX-0.073/lib/Crypt/Digest/RIPEMD128.pm      2021-07-18 
11:24:49.000000000 +0200
+++ new/CryptX-0.074/lib/Crypt/Digest/RIPEMD128.pm      2021-11-06 
10:18:43.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/Digest/RIPEMD160.pm 
new/CryptX-0.074/lib/Crypt/Digest/RIPEMD160.pm
--- old/CryptX-0.073/lib/Crypt/Digest/RIPEMD160.pm      2021-07-18 
11:24:49.000000000 +0200
+++ new/CryptX-0.074/lib/Crypt/Digest/RIPEMD160.pm      2021-11-06 
10:18:43.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/Digest/RIPEMD256.pm 
new/CryptX-0.074/lib/Crypt/Digest/RIPEMD256.pm
--- old/CryptX-0.073/lib/Crypt/Digest/RIPEMD256.pm      2021-07-18 
11:24:49.000000000 +0200
+++ new/CryptX-0.074/lib/Crypt/Digest/RIPEMD256.pm      2021-11-06 
10:18:43.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/Digest/RIPEMD320.pm 
new/CryptX-0.074/lib/Crypt/Digest/RIPEMD320.pm
--- old/CryptX-0.073/lib/Crypt/Digest/RIPEMD320.pm      2021-07-18 
11:24:49.000000000 +0200
+++ new/CryptX-0.074/lib/Crypt/Digest/RIPEMD320.pm      2021-11-06 
10:18:43.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/Digest/SHA1.pm 
new/CryptX-0.074/lib/Crypt/Digest/SHA1.pm
--- old/CryptX-0.073/lib/Crypt/Digest/SHA1.pm   2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/Digest/SHA1.pm   2021-11-06 10:18:43.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/Digest/SHA224.pm 
new/CryptX-0.074/lib/Crypt/Digest/SHA224.pm
--- old/CryptX-0.073/lib/Crypt/Digest/SHA224.pm 2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/Digest/SHA224.pm 2021-11-06 10:18:43.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/Digest/SHA256.pm 
new/CryptX-0.074/lib/Crypt/Digest/SHA256.pm
--- old/CryptX-0.073/lib/Crypt/Digest/SHA256.pm 2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/Digest/SHA256.pm 2021-11-06 10:18:43.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/Digest/SHA384.pm 
new/CryptX-0.074/lib/Crypt/Digest/SHA384.pm
--- old/CryptX-0.073/lib/Crypt/Digest/SHA384.pm 2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/Digest/SHA384.pm 2021-11-06 10:18:43.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/Digest/SHA3_224.pm 
new/CryptX-0.074/lib/Crypt/Digest/SHA3_224.pm
--- old/CryptX-0.073/lib/Crypt/Digest/SHA3_224.pm       2021-07-18 
11:24:49.000000000 +0200
+++ new/CryptX-0.074/lib/Crypt/Digest/SHA3_224.pm       2021-11-06 
10:18:43.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/Digest/SHA3_256.pm 
new/CryptX-0.074/lib/Crypt/Digest/SHA3_256.pm
--- old/CryptX-0.073/lib/Crypt/Digest/SHA3_256.pm       2021-07-18 
11:24:49.000000000 +0200
+++ new/CryptX-0.074/lib/Crypt/Digest/SHA3_256.pm       2021-11-06 
10:18:43.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/Digest/SHA3_384.pm 
new/CryptX-0.074/lib/Crypt/Digest/SHA3_384.pm
--- old/CryptX-0.073/lib/Crypt/Digest/SHA3_384.pm       2021-07-18 
11:24:49.000000000 +0200
+++ new/CryptX-0.074/lib/Crypt/Digest/SHA3_384.pm       2021-11-06 
10:18:43.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/Digest/SHA3_512.pm 
new/CryptX-0.074/lib/Crypt/Digest/SHA3_512.pm
--- old/CryptX-0.073/lib/Crypt/Digest/SHA3_512.pm       2021-07-18 
11:24:49.000000000 +0200
+++ new/CryptX-0.074/lib/Crypt/Digest/SHA3_512.pm       2021-11-06 
10:18:43.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/Digest/SHA512.pm 
new/CryptX-0.074/lib/Crypt/Digest/SHA512.pm
--- old/CryptX-0.073/lib/Crypt/Digest/SHA512.pm 2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/Digest/SHA512.pm 2021-11-06 10:18:43.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/Digest/SHA512_224.pm 
new/CryptX-0.074/lib/Crypt/Digest/SHA512_224.pm
--- old/CryptX-0.073/lib/Crypt/Digest/SHA512_224.pm     2021-07-18 
11:24:49.000000000 +0200
+++ new/CryptX-0.074/lib/Crypt/Digest/SHA512_224.pm     2021-11-06 
10:18:43.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/Digest/SHA512_256.pm 
new/CryptX-0.074/lib/Crypt/Digest/SHA512_256.pm
--- old/CryptX-0.073/lib/Crypt/Digest/SHA512_256.pm     2021-07-18 
11:24:49.000000000 +0200
+++ new/CryptX-0.074/lib/Crypt/Digest/SHA512_256.pm     2021-11-06 
10:18:43.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/Digest/SHAKE.pm 
new/CryptX-0.074/lib/Crypt/Digest/SHAKE.pm
--- old/CryptX-0.073/lib/Crypt/Digest/SHAKE.pm  2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/Digest/SHAKE.pm  2021-11-06 10:18:43.000000000 
+0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 use Carp;
 $Carp::Internal{(__PACKAGE__)}++;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/lib/Crypt/Digest/Tiger192.pm 
new/CryptX-0.074/lib/Crypt/Digest/Tiger192.pm
--- old/CryptX-0.073/lib/Crypt/Digest/Tiger192.pm       2021-07-18 
11:24:49.000000000 +0200
+++ new/CryptX-0.074/lib/Crypt/Digest/Tiger192.pm       2021-11-06 
10:18:43.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/Digest/Whirlpool.pm 
new/CryptX-0.074/lib/Crypt/Digest/Whirlpool.pm
--- old/CryptX-0.073/lib/Crypt/Digest/Whirlpool.pm      2021-07-18 
11:24:49.000000000 +0200
+++ new/CryptX-0.074/lib/Crypt/Digest/Whirlpool.pm      2021-11-06 
10:18:43.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/Digest.pm 
new/CryptX-0.074/lib/Crypt/Digest.pm
--- old/CryptX-0.073/lib/Crypt/Digest.pm        2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/Digest.pm        2021-11-06 10:18:43.000000000 
+0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/KeyDerivation.pm 
new/CryptX-0.074/lib/Crypt/KeyDerivation.pm
--- old/CryptX-0.073/lib/Crypt/KeyDerivation.pm 2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/KeyDerivation.pm 2021-11-06 10:18:43.000000000 
+0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/Mac/BLAKE2b.pm 
new/CryptX-0.074/lib/Crypt/Mac/BLAKE2b.pm
--- old/CryptX-0.073/lib/Crypt/Mac/BLAKE2b.pm   2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/Mac/BLAKE2b.pm   2021-11-06 10:18:43.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/Mac/BLAKE2s.pm 
new/CryptX-0.074/lib/Crypt/Mac/BLAKE2s.pm
--- old/CryptX-0.073/lib/Crypt/Mac/BLAKE2s.pm   2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/Mac/BLAKE2s.pm   2021-11-06 10:18:43.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/Mac/F9.pm 
new/CryptX-0.074/lib/Crypt/Mac/F9.pm
--- old/CryptX-0.073/lib/Crypt/Mac/F9.pm        2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/Mac/F9.pm        2021-11-06 10:18:43.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/Mac/HMAC.pm 
new/CryptX-0.074/lib/Crypt/Mac/HMAC.pm
--- old/CryptX-0.073/lib/Crypt/Mac/HMAC.pm      2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/Mac/HMAC.pm      2021-11-06 10:18:43.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/Mac/OMAC.pm 
new/CryptX-0.074/lib/Crypt/Mac/OMAC.pm
--- old/CryptX-0.073/lib/Crypt/Mac/OMAC.pm      2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/Mac/OMAC.pm      2021-11-06 10:18:43.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/Mac/PMAC.pm 
new/CryptX-0.074/lib/Crypt/Mac/PMAC.pm
--- old/CryptX-0.073/lib/Crypt/Mac/PMAC.pm      2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/Mac/PMAC.pm      2021-11-06 10:18:43.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/Mac/Pelican.pm 
new/CryptX-0.074/lib/Crypt/Mac/Pelican.pm
--- old/CryptX-0.073/lib/Crypt/Mac/Pelican.pm   2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/Mac/Pelican.pm   2021-11-06 10:18:43.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/Mac/Poly1305.pm 
new/CryptX-0.074/lib/Crypt/Mac/Poly1305.pm
--- old/CryptX-0.073/lib/Crypt/Mac/Poly1305.pm  2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/Mac/Poly1305.pm  2021-11-06 10:18:43.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/Mac/XCBC.pm 
new/CryptX-0.074/lib/Crypt/Mac/XCBC.pm
--- old/CryptX-0.073/lib/Crypt/Mac/XCBC.pm      2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/Mac/XCBC.pm      2021-11-06 10:18:43.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/Mac.pm 
new/CryptX-0.074/lib/Crypt/Mac.pm
--- old/CryptX-0.073/lib/Crypt/Mac.pm   2021-07-18 11:24:49.000000000 +0200
+++ new/CryptX-0.074/lib/Crypt/Mac.pm   2021-11-06 10:18:43.000000000 +0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 use Carp;
 $Carp::Internal{(__PACKAGE__)}++;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/lib/Crypt/Misc.pm 
new/CryptX-0.074/lib/Crypt/Misc.pm
--- old/CryptX-0.073/lib/Crypt/Misc.pm  2021-07-18 11:24:49.000000000 +0200
+++ new/CryptX-0.074/lib/Crypt/Misc.pm  2021-11-06 10:18:43.000000000 +0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/Mode/CBC.pm 
new/CryptX-0.074/lib/Crypt/Mode/CBC.pm
--- old/CryptX-0.073/lib/Crypt/Mode/CBC.pm      2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/Mode/CBC.pm      2021-11-06 10:18:43.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 use Crypt::Cipher;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/lib/Crypt/Mode/CFB.pm 
new/CryptX-0.074/lib/Crypt/Mode/CFB.pm
--- old/CryptX-0.073/lib/Crypt/Mode/CFB.pm      2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/Mode/CFB.pm      2021-11-06 10:18:43.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 use Crypt::Cipher;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/lib/Crypt/Mode/CTR.pm 
new/CryptX-0.074/lib/Crypt/Mode/CTR.pm
--- old/CryptX-0.073/lib/Crypt/Mode/CTR.pm      2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/Mode/CTR.pm      2021-11-06 10:18:43.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 use Crypt::Cipher;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/lib/Crypt/Mode/ECB.pm 
new/CryptX-0.074/lib/Crypt/Mode/ECB.pm
--- old/CryptX-0.073/lib/Crypt/Mode/ECB.pm      2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/Mode/ECB.pm      2021-11-06 10:18:43.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 use Crypt::Cipher;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/lib/Crypt/Mode/OFB.pm 
new/CryptX-0.074/lib/Crypt/Mode/OFB.pm
--- old/CryptX-0.073/lib/Crypt/Mode/OFB.pm      2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/Mode/OFB.pm      2021-11-06 10:18:43.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 use Crypt::Cipher;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/lib/Crypt/Mode.pm 
new/CryptX-0.074/lib/Crypt/Mode.pm
--- old/CryptX-0.073/lib/Crypt/Mode.pm  2021-07-18 11:24:49.000000000 +0200
+++ new/CryptX-0.074/lib/Crypt/Mode.pm  2021-11-06 10:18:43.000000000 +0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 ### not used
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/lib/Crypt/PK/DH.pm 
new/CryptX-0.074/lib/Crypt/PK/DH.pm
--- old/CryptX-0.073/lib/Crypt/PK/DH.pm 2021-07-18 11:24:49.000000000 +0200
+++ new/CryptX-0.074/lib/Crypt/PK/DH.pm 2021-11-06 10:18:43.000000000 +0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 require Exporter; our @ISA = qw(Exporter); ### use Exporter 5.57 'import';
 our %EXPORT_TAGS = ( all => [qw( dh_shared_secret )] );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/lib/Crypt/PK/DSA.pm 
new/CryptX-0.074/lib/Crypt/PK/DSA.pm
--- old/CryptX-0.073/lib/Crypt/PK/DSA.pm        2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/PK/DSA.pm        2021-11-06 10:18:43.000000000 
+0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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 )] );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/lib/Crypt/PK/ECC.pm 
new/CryptX-0.074/lib/Crypt/PK/ECC.pm
--- old/CryptX-0.073/lib/Crypt/PK/ECC.pm        2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/PK/ECC.pm        2021-11-06 10:18:43.000000000 
+0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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 )] );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/lib/Crypt/PK/Ed25519.pm 
new/CryptX-0.074/lib/Crypt/PK/Ed25519.pm
--- old/CryptX-0.073/lib/Crypt/PK/Ed25519.pm    2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/PK/Ed25519.pm    2021-11-06 10:18:43.000000000 
+0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 require Exporter; our @ISA = qw(Exporter); ### use Exporter 5.57 'import';
 our %EXPORT_TAGS = ( all => [qw( )] );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/lib/Crypt/PK/RSA.pm 
new/CryptX-0.074/lib/Crypt/PK/RSA.pm
--- old/CryptX-0.073/lib/Crypt/PK/RSA.pm        2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/PK/RSA.pm        2021-11-06 10:18:43.000000000 
+0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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)] );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/lib/Crypt/PK/X25519.pm 
new/CryptX-0.074/lib/Crypt/PK/X25519.pm
--- old/CryptX-0.073/lib/Crypt/PK/X25519.pm     2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/PK/X25519.pm     2021-11-06 10:18:43.000000000 
+0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 require Exporter; our @ISA = qw(Exporter); ### use Exporter 5.57 'import';
 our %EXPORT_TAGS = ( all => [qw( )] );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/lib/Crypt/PK.pm 
new/CryptX-0.074/lib/Crypt/PK.pm
--- old/CryptX-0.073/lib/Crypt/PK.pm    2021-07-18 11:24:49.000000000 +0200
+++ new/CryptX-0.074/lib/Crypt/PK.pm    2021-11-06 10:18:43.000000000 +0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 use Carp;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/lib/Crypt/PRNG/ChaCha20.pm 
new/CryptX-0.074/lib/Crypt/PRNG/ChaCha20.pm
--- old/CryptX-0.073/lib/Crypt/PRNG/ChaCha20.pm 2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/PRNG/ChaCha20.pm 2021-11-06 10:18:43.000000000 
+0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/PRNG/Fortuna.pm 
new/CryptX-0.074/lib/Crypt/PRNG/Fortuna.pm
--- old/CryptX-0.073/lib/Crypt/PRNG/Fortuna.pm  2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/PRNG/Fortuna.pm  2021-11-06 10:18:43.000000000 
+0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/PRNG/RC4.pm 
new/CryptX-0.074/lib/Crypt/PRNG/RC4.pm
--- old/CryptX-0.073/lib/Crypt/PRNG/RC4.pm      2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/PRNG/RC4.pm      2021-11-06 10:18:43.000000000 
+0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/PRNG/Sober128.pm 
new/CryptX-0.074/lib/Crypt/PRNG/Sober128.pm
--- old/CryptX-0.073/lib/Crypt/PRNG/Sober128.pm 2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/PRNG/Sober128.pm 2021-11-06 10:18:43.000000000 
+0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/PRNG/Yarrow.pm 
new/CryptX-0.074/lib/Crypt/PRNG/Yarrow.pm
--- old/CryptX-0.073/lib/Crypt/PRNG/Yarrow.pm   2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/PRNG/Yarrow.pm   2021-11-06 10:18:43.000000000 
+0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/PRNG.pm 
new/CryptX-0.074/lib/Crypt/PRNG.pm
--- old/CryptX-0.073/lib/Crypt/PRNG.pm  2021-07-18 11:24:49.000000000 +0200
+++ new/CryptX-0.074/lib/Crypt/PRNG.pm  2021-11-06 10:18:43.000000000 +0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 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.073/lib/Crypt/Stream/ChaCha.pm 
new/CryptX-0.074/lib/Crypt/Stream/ChaCha.pm
--- old/CryptX-0.073/lib/Crypt/Stream/ChaCha.pm 2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/Stream/ChaCha.pm 2021-11-06 10:18:43.000000000 
+0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 use CryptX;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/lib/Crypt/Stream/RC4.pm 
new/CryptX-0.074/lib/Crypt/Stream/RC4.pm
--- old/CryptX-0.073/lib/Crypt/Stream/RC4.pm    2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/Stream/RC4.pm    2021-11-06 10:18:43.000000000 
+0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 use CryptX;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/lib/Crypt/Stream/Rabbit.pm 
new/CryptX-0.074/lib/Crypt/Stream/Rabbit.pm
--- old/CryptX-0.073/lib/Crypt/Stream/Rabbit.pm 2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Crypt/Stream/Rabbit.pm 2021-11-06 10:18:43.000000000 
+0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 use CryptX;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/lib/Crypt/Stream/Salsa20.pm 
new/CryptX-0.074/lib/Crypt/Stream/Salsa20.pm
--- old/CryptX-0.073/lib/Crypt/Stream/Salsa20.pm        2021-07-18 
11:24:49.000000000 +0200
+++ new/CryptX-0.074/lib/Crypt/Stream/Salsa20.pm        2021-11-06 
10:18:43.000000000 +0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 use CryptX;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/lib/Crypt/Stream/Sober128.pm 
new/CryptX-0.074/lib/Crypt/Stream/Sober128.pm
--- old/CryptX-0.073/lib/Crypt/Stream/Sober128.pm       2021-07-18 
11:24:49.000000000 +0200
+++ new/CryptX-0.074/lib/Crypt/Stream/Sober128.pm       2021-11-06 
10:18:43.000000000 +0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 use CryptX;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/lib/Crypt/Stream/Sosemanuk.pm 
new/CryptX-0.074/lib/Crypt/Stream/Sosemanuk.pm
--- old/CryptX-0.073/lib/Crypt/Stream/Sosemanuk.pm      2021-07-18 
11:24:49.000000000 +0200
+++ new/CryptX-0.074/lib/Crypt/Stream/Sosemanuk.pm      2021-11-06 
10:18:43.000000000 +0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 use CryptX;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/lib/CryptX.pm 
new/CryptX-0.074/lib/CryptX.pm
--- old/CryptX-0.073/lib/CryptX.pm      2021-07-18 11:24:49.000000000 +0200
+++ new/CryptX-0.074/lib/CryptX.pm      2021-11-06 10:18:43.000000000 +0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings ;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 require XSLoader;
 XSLoader::load('CryptX', $VERSION);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/lib/Math/BigInt/LTM.pm 
new/CryptX-0.074/lib/Math/BigInt/LTM.pm
--- old/CryptX-0.073/lib/Math/BigInt/LTM.pm     2021-07-18 11:24:49.000000000 
+0200
+++ new/CryptX-0.074/lib/Math/BigInt/LTM.pm     2021-11-06 10:18:43.000000000 
+0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.073';
+our $VERSION = '0.074';
 
 use CryptX;
 use Carp;
@@ -430,6 +430,56 @@
     return $n;
 }
 
+### same as _sadd() in Math::BigInt::Lib
+# Signed addition. If the flag is false, $xa might be modified, but not $ya. If
+# the false is true, $ya might be modified, but not $xa.
+sub _sadd {
+    my $class = shift;
+    my ($xa, $xs, $ya, $ys, $flag) = @_;
+    my ($za, $zs);
+
+    # If the signs are equal we can add them (-5 + -3 => -(5 + 3) => -8)
+
+    if ($xs eq $ys) {
+        if ($flag) {
+            $za = $class -> _add($ya, $xa);
+        } else {
+            $za = $class -> _add($xa, $ya);
+        }
+        $zs = $class -> _is_zero($za) ? '+' : $xs;
+        return $za, $zs;
+    }
+
+    my $acmp = $class -> _acmp($xa, $ya);       # abs(x) = abs(y)
+
+    if ($acmp == 0) {                           # x = -y or -x = y
+        $za = $class -> _zero();
+        $zs = '+';
+        return $za, $zs;
+    }
+
+    if ($acmp > 0) {                            # abs(x) > abs(y)
+        $za = $class -> _sub($xa, $ya, $flag);
+        $zs = $xs;
+    } else {                                    # abs(x) < abs(y)
+        $za = $class -> _sub($ya, $xa, !$flag);
+        $zs = $ys;
+    }
+    return $za, $zs;
+}
+
+### same as _ssub() in Math::BigInt::Lib
+# Signed subtraction. If the flag is false, $xa might be modified, but not $ya.
+# If the false is true, $ya might be modified, but not $xa.
+sub _ssub {
+    my $class = shift;
+    my ($xa, $xs, $ya, $ys, $flag) = @_;
+
+    # Swap sign of second operand and let _sadd() do the job.
+    $ys = $ys eq '+' ? '-' : '+';
+    $class -> _sadd($xa, $xs, $ya, $ys, $flag);
+}
+
 ### same as _log_int() in Math::BigInt::Lib
 sub _log_int {
     # calculate integer log of $x to base $base
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/t/mbi_ltm/bigfltpm.inc 
new/CryptX-0.074/t/mbi_ltm/bigfltpm.inc
--- old/CryptX-0.073/t/mbi_ltm/bigfltpm.inc     2018-04-27 18:51:04.000000000 
+0200
+++ new/CryptX-0.074/t/mbi_ltm/bigfltpm.inc     2021-10-04 20:23:23.000000000 
+0200
@@ -726,9 +726,9 @@
 123:123
 -123.4567:-123.4567
 # invalid inputs
-1__2:NaN
-1E1__2:NaN
-11__2E2:NaN
+1__2:12
+1E1__2:1000000000000
+11__2E2:11200
 .2E-3.:NaN
 1e3e4:NaN
 # strange, but valid
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/t/mbi_ltm/bigintpm.inc 
new/CryptX-0.074/t/mbi_ltm/bigintpm.inc
--- old/CryptX-0.073/t/mbi_ltm/bigintpm.inc     2019-10-19 21:00:51.000000000 
+0200
+++ new/CryptX-0.074/t/mbi_ltm/bigintpm.inc     2021-10-04 20:22:15.000000000 
+0200
@@ -1205,7 +1205,7 @@
 0b100000000000000000000000000000001:4294967297
 0b1000000000000000000000000000000001:8589934593
 0b10000000000000000000000000000000001:17179869185
-0b__101:NaN
+0b__101:5
 0b1_0_1:5
 0b0_0_0_1:1
 # hex input
@@ -1218,7 +1218,7 @@
 0x12345678:305419896
 0x1_2_3_4_56_78:305419896
 0xa_b_c_d_e_f:11259375
-0x__123:NaN
+0x__123:291
 0x9:9
 0x11:17
 0x21:33
@@ -1271,10 +1271,10 @@
 # only one underscore between two digits
 _123:NaN
 _123_:NaN
-123_:NaN
-1__23:NaN
-1E1__2:NaN
-1_E12:NaN
+123_:123
+1__23:123
+1E1__2:1000000000000
+1_E12:1000000000000
 1E_12:NaN
 1_E_12:NaN
 +_1E12:NaN
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/t/mbi_ltm_bigfltpm.t 
new/CryptX-0.074/t/mbi_ltm_bigfltpm.t
--- old/CryptX-0.073/t/mbi_ltm_bigfltpm.t       2018-04-27 18:59:06.000000000 
+0200
+++ new/CryptX-0.074/t/mbi_ltm_bigfltpm.t       2021-10-10 20:35:32.000000000 
+0200
@@ -6,7 +6,7 @@
 use Test::More;
 
 BEGIN {
-    plan skip_all => "requires Math::BigFloat 1.999715+" unless eval { require 
Math::BigFloat && eval($Math::BigFloat::VERSION) >= 1.999715 };
+    plan skip_all => "requires Math::BigFloat 1.999827+" unless eval { require 
Math::BigFloat && eval($Math::BigFloat::VERSION) >= 1.999827 };
     plan tests => 2403            # tests in require'd file
                   + 5;            # tests in this file
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.073/t/mbi_ltm_bigintpm.t 
new/CryptX-0.074/t/mbi_ltm_bigintpm.t
--- old/CryptX-0.073/t/mbi_ltm_bigintpm.t       2019-10-19 21:00:51.000000000 
+0200
+++ new/CryptX-0.074/t/mbi_ltm_bigintpm.t       2021-10-10 20:34:51.000000000 
+0200
@@ -6,7 +6,7 @@
 use Test::More;
 
 BEGIN {
-  plan skip_all => "requires Math::BigInt 1.999817+" unless eval { require 
Math::BigInt && eval($Math::BigInt::VERSION) >= 1.999817 };
+  plan skip_all => "requires Math::BigInt 1.999827+" unless eval { require 
Math::BigInt && eval($Math::BigInt::VERSION) >= 1.999827 };
   plan tests => 3712            # tests in require'd file
                  + 6;           # tests in this file
 }

Reply via email to