Hello community,

here is the log from the commit of package perl-CryptX for openSUSE:Leap:15.2 
checked in at 2020-03-16 12:21:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/perl-CryptX (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.perl-CryptX.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-CryptX"

Mon Mar 16 12:21:17 2020 rev:2 rq:785513 version:0.068

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/perl-CryptX/perl-CryptX.changes        
2020-02-21 10:49:07.302893518 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.perl-CryptX.new.3160/perl-CryptX.changes      
2020-03-16 12:21:18.215710921 +0100
@@ -1,0 +2,9 @@
+Wed Mar 11 03:08:07 UTC 2020 -  <timueller+p...@suse.de>
+
+- updated to 0.068
+   see /usr/share/doc/packages/perl-CryptX/Changes
+
+  0.068   2020-03-10
+          - fix #60 Test failues on macOS Catalina
+
+-------------------------------------------------------------------

Old:
----
  CryptX-0.067.tar.gz

New:
----
  CryptX-0.068.tar.gz

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

Other differences:
------------------
++++++ perl-CryptX.spec ++++++
--- /var/tmp/diff_new_pack.ZI5JuN/_old  2020-03-16 12:21:18.667710994 +0100
+++ /var/tmp/diff_new_pack.ZI5JuN/_new  2020-03-16 12:21:18.671710995 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           perl-CryptX
-Version:        0.067
+Version:        0.068
 Release:        0
 %define cpan_name CryptX
 Summary:        Cryptographic toolkit

++++++ CryptX-0.067.tar.gz -> CryptX-0.068.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.067/Changes new/CryptX-0.068/Changes
--- old/CryptX-0.067/Changes    2020-02-01 14:17:50.000000000 +0100
+++ new/CryptX-0.068/Changes    2020-03-10 07:24:49.000000000 +0100
@@ -1,5 +1,8 @@
 Changes for CryptX
 
+0.068   2020-03-10
+        - fix #60 Test failues on macOS Catalina
+
 0.067   2020-02-01
         - new: Crypt::PK::Ed25519
         - new: Crypt::PK::X25519
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.067/META.json new/CryptX-0.068/META.json
--- old/CryptX-0.067/META.json  2020-02-01 14:22:14.000000000 +0100
+++ new/CryptX-0.068/META.json  2020-03-10 07:25:20.000000000 +0100
@@ -34,6 +34,11 @@
          "requires" : {
             "perl" : "5.006"
          }
+      },
+      "test" : {
+         "requires" : {
+            "Test::More" : "0"
+         }
       }
    },
    "release_status" : "stable",
@@ -45,6 +50,6 @@
          "url" : "https://github.com/DCIT/perl-CryptX";
       }
    },
-   "version" : "0.067",
+   "version" : "0.068",
    "x_serialization_backend" : "JSON::PP version 2.94"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.067/META.yml new/CryptX-0.068/META.yml
--- old/CryptX-0.067/META.yml   2020-02-01 14:22:08.000000000 +0100
+++ new/CryptX-0.068/META.yml   2020-03-10 07:25:16.000000000 +0100
@@ -4,6 +4,7 @@
   - 'Karel Miko'
 build_requires:
   ExtUtils::MakeMaker: '0'
+  Test::More: '0'
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
@@ -22,5 +23,5 @@
 resources:
   bugtracker: https://github.com/DCIT/perl-CryptX/issues
   repository: https://github.com/DCIT/perl-CryptX
-version: '0.067'
+version: '0.068'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.067/Makefile.PL new/CryptX-0.068/Makefile.PL
--- old/CryptX-0.067/Makefile.PL        2020-02-01 13:40:57.000000000 +0100
+++ new/CryptX-0.068/Makefile.PL        2020-02-09 16:15:35.000000000 +0100
@@ -69,16 +69,21 @@
   ABSTRACT         => 'Cryptographic toolkit',
   MIN_PERL_VERSION => '5.006',
   LICENSE          => 'perl_5',
+  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' },
+  dist             => { PREOP => 'perldoc -u lib/CryptX.pm | pod2markdown > 
README.md', TAR => 'ptar', TARFLAGS => '-c -C -f' },
   @EUMM_INC_LIB
 );
 
 my $eumm_ver = eval $ExtUtils::MakeMaker::VERSION;
-delete $eumm_args{MIN_PERL_VERSION} if $eumm_ver < 6.48;
-delete $eumm_args{META_ADD}         if $eumm_ver < 6.46;
-delete $eumm_args{META_MERGE}       if $eumm_ver < 6.46;
-delete $eumm_args{LICENSE}          if $eumm_ver < 6.31;
+delete $eumm_args{MIN_PERL_VERSION}   if $eumm_ver < 6.48;
+delete $eumm_args{META_ADD}           if $eumm_ver < 6.46;
+delete $eumm_args{META_MERGE}         if $eumm_ver < 6.46;
+delete $eumm_args{LICENSE}            if $eumm_ver < 6.31;
+delete $eumm_args{CONFIGURE_REQUIRES} if $eumm_ver < 6.52;
+delete $eumm_args{BUILD_REQUIRES}     if $eumm_ver < 6.56;
+delete $eumm_args{TEST_REQUIRES}      if $eumm_ver < 6.64;
 
 WriteMakefile(%eumm_args);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.067/lib/Crypt/AuthEnc/CCM.pm 
new/CryptX-0.068/lib/Crypt/AuthEnc/CCM.pm
--- old/CryptX-0.067/lib/Crypt/AuthEnc/CCM.pm   2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/AuthEnc/CCM.pm   2020-03-10 07:20:59.000000000 
+0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/AuthEnc/ChaCha20Poly1305.pm 
new/CryptX-0.068/lib/Crypt/AuthEnc/ChaCha20Poly1305.pm
--- old/CryptX-0.067/lib/Crypt/AuthEnc/ChaCha20Poly1305.pm      2020-02-01 
13:42:26.000000000 +0100
+++ new/CryptX-0.068/lib/Crypt/AuthEnc/ChaCha20Poly1305.pm      2020-03-10 
07:20:59.000000000 +0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/AuthEnc/EAX.pm 
new/CryptX-0.068/lib/Crypt/AuthEnc/EAX.pm
--- old/CryptX-0.067/lib/Crypt/AuthEnc/EAX.pm   2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/AuthEnc/EAX.pm   2020-03-10 07:20:59.000000000 
+0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/AuthEnc/GCM.pm 
new/CryptX-0.068/lib/Crypt/AuthEnc/GCM.pm
--- old/CryptX-0.067/lib/Crypt/AuthEnc/GCM.pm   2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/AuthEnc/GCM.pm   2020-03-10 07:20:59.000000000 
+0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/AuthEnc/OCB.pm 
new/CryptX-0.068/lib/Crypt/AuthEnc/OCB.pm
--- old/CryptX-0.067/lib/Crypt/AuthEnc/OCB.pm   2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/AuthEnc/OCB.pm   2020-03-10 07:20:59.000000000 
+0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/AuthEnc.pm 
new/CryptX-0.068/lib/Crypt/AuthEnc.pm
--- old/CryptX-0.067/lib/Crypt/AuthEnc.pm       2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/AuthEnc.pm       2020-03-10 07:20:59.000000000 
+0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 ### not used
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.067/lib/Crypt/Checksum/Adler32.pm 
new/CryptX-0.068/lib/Crypt/Checksum/Adler32.pm
--- old/CryptX-0.067/lib/Crypt/Checksum/Adler32.pm      2020-02-01 
13:42:26.000000000 +0100
+++ new/CryptX-0.068/lib/Crypt/Checksum/Adler32.pm      2020-03-10 
07:20:59.000000000 +0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/Checksum/CRC32.pm 
new/CryptX-0.068/lib/Crypt/Checksum/CRC32.pm
--- old/CryptX-0.067/lib/Crypt/Checksum/CRC32.pm        2020-02-01 
13:42:26.000000000 +0100
+++ new/CryptX-0.068/lib/Crypt/Checksum/CRC32.pm        2020-03-10 
07:20:59.000000000 +0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/Checksum.pm 
new/CryptX-0.068/lib/Crypt/Checksum.pm
--- old/CryptX-0.067/lib/Crypt/Checksum.pm      2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/Checksum.pm      2020-03-10 07:20:59.000000000 
+0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/Cipher/AES.pm 
new/CryptX-0.068/lib/Crypt/Cipher/AES.pm
--- old/CryptX-0.067/lib/Crypt/Cipher/AES.pm    2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/Cipher/AES.pm    2020-03-10 07:20:59.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 use base qw(Crypt::Cipher);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.067/lib/Crypt/Cipher/Anubis.pm 
new/CryptX-0.068/lib/Crypt/Cipher/Anubis.pm
--- old/CryptX-0.067/lib/Crypt/Cipher/Anubis.pm 2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/Cipher/Anubis.pm 2020-03-10 07:20:59.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 use base qw(Crypt::Cipher);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.067/lib/Crypt/Cipher/Blowfish.pm 
new/CryptX-0.068/lib/Crypt/Cipher/Blowfish.pm
--- old/CryptX-0.067/lib/Crypt/Cipher/Blowfish.pm       2020-02-01 
13:42:26.000000000 +0100
+++ new/CryptX-0.068/lib/Crypt/Cipher/Blowfish.pm       2020-03-10 
07:20:59.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 use base qw(Crypt::Cipher);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.067/lib/Crypt/Cipher/CAST5.pm 
new/CryptX-0.068/lib/Crypt/Cipher/CAST5.pm
--- old/CryptX-0.067/lib/Crypt/Cipher/CAST5.pm  2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/Cipher/CAST5.pm  2020-03-10 07:20:59.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 use base qw(Crypt::Cipher);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.067/lib/Crypt/Cipher/Camellia.pm 
new/CryptX-0.068/lib/Crypt/Cipher/Camellia.pm
--- old/CryptX-0.067/lib/Crypt/Cipher/Camellia.pm       2020-02-01 
13:42:26.000000000 +0100
+++ new/CryptX-0.068/lib/Crypt/Cipher/Camellia.pm       2020-03-10 
07:20:59.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 use base qw(Crypt::Cipher);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.067/lib/Crypt/Cipher/DES.pm 
new/CryptX-0.068/lib/Crypt/Cipher/DES.pm
--- old/CryptX-0.067/lib/Crypt/Cipher/DES.pm    2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/Cipher/DES.pm    2020-03-10 07:20:59.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 use base qw(Crypt::Cipher);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.067/lib/Crypt/Cipher/DES_EDE.pm 
new/CryptX-0.068/lib/Crypt/Cipher/DES_EDE.pm
--- old/CryptX-0.067/lib/Crypt/Cipher/DES_EDE.pm        2020-02-01 
13:42:26.000000000 +0100
+++ new/CryptX-0.068/lib/Crypt/Cipher/DES_EDE.pm        2020-03-10 
07:20:59.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 use base qw(Crypt::Cipher);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.067/lib/Crypt/Cipher/IDEA.pm 
new/CryptX-0.068/lib/Crypt/Cipher/IDEA.pm
--- old/CryptX-0.067/lib/Crypt/Cipher/IDEA.pm   2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/Cipher/IDEA.pm   2020-03-10 07:20:59.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 use base qw(Crypt::Cipher);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.067/lib/Crypt/Cipher/KASUMI.pm 
new/CryptX-0.068/lib/Crypt/Cipher/KASUMI.pm
--- old/CryptX-0.067/lib/Crypt/Cipher/KASUMI.pm 2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/Cipher/KASUMI.pm 2020-03-10 07:20:59.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 use base qw(Crypt::Cipher);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.067/lib/Crypt/Cipher/Khazad.pm 
new/CryptX-0.068/lib/Crypt/Cipher/Khazad.pm
--- old/CryptX-0.067/lib/Crypt/Cipher/Khazad.pm 2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/Cipher/Khazad.pm 2020-03-10 07:20:59.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 use base qw(Crypt::Cipher);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.067/lib/Crypt/Cipher/MULTI2.pm 
new/CryptX-0.068/lib/Crypt/Cipher/MULTI2.pm
--- old/CryptX-0.067/lib/Crypt/Cipher/MULTI2.pm 2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/Cipher/MULTI2.pm 2020-03-10 07:20:59.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 use base qw(Crypt::Cipher);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.067/lib/Crypt/Cipher/Noekeon.pm 
new/CryptX-0.068/lib/Crypt/Cipher/Noekeon.pm
--- old/CryptX-0.067/lib/Crypt/Cipher/Noekeon.pm        2020-02-01 
13:42:26.000000000 +0100
+++ new/CryptX-0.068/lib/Crypt/Cipher/Noekeon.pm        2020-03-10 
07:20:59.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 use base qw(Crypt::Cipher);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.067/lib/Crypt/Cipher/RC2.pm 
new/CryptX-0.068/lib/Crypt/Cipher/RC2.pm
--- old/CryptX-0.067/lib/Crypt/Cipher/RC2.pm    2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/Cipher/RC2.pm    2020-03-10 07:20:59.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 use base qw(Crypt::Cipher);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.067/lib/Crypt/Cipher/RC5.pm 
new/CryptX-0.068/lib/Crypt/Cipher/RC5.pm
--- old/CryptX-0.067/lib/Crypt/Cipher/RC5.pm    2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/Cipher/RC5.pm    2020-03-10 07:20:59.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 use base qw(Crypt::Cipher);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.067/lib/Crypt/Cipher/RC6.pm 
new/CryptX-0.068/lib/Crypt/Cipher/RC6.pm
--- old/CryptX-0.067/lib/Crypt/Cipher/RC6.pm    2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/Cipher/RC6.pm    2020-03-10 07:20:59.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 use base qw(Crypt::Cipher);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.067/lib/Crypt/Cipher/SAFERP.pm 
new/CryptX-0.068/lib/Crypt/Cipher/SAFERP.pm
--- old/CryptX-0.067/lib/Crypt/Cipher/SAFERP.pm 2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/Cipher/SAFERP.pm 2020-03-10 07:20:59.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 use base qw(Crypt::Cipher);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.067/lib/Crypt/Cipher/SAFER_K128.pm 
new/CryptX-0.068/lib/Crypt/Cipher/SAFER_K128.pm
--- old/CryptX-0.067/lib/Crypt/Cipher/SAFER_K128.pm     2020-02-01 
13:42:26.000000000 +0100
+++ new/CryptX-0.068/lib/Crypt/Cipher/SAFER_K128.pm     2020-03-10 
07:20:59.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 use base qw(Crypt::Cipher);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.067/lib/Crypt/Cipher/SAFER_K64.pm 
new/CryptX-0.068/lib/Crypt/Cipher/SAFER_K64.pm
--- old/CryptX-0.067/lib/Crypt/Cipher/SAFER_K64.pm      2020-02-01 
13:42:26.000000000 +0100
+++ new/CryptX-0.068/lib/Crypt/Cipher/SAFER_K64.pm      2020-03-10 
07:20:59.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 use base qw(Crypt::Cipher);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.067/lib/Crypt/Cipher/SAFER_SK128.pm 
new/CryptX-0.068/lib/Crypt/Cipher/SAFER_SK128.pm
--- old/CryptX-0.067/lib/Crypt/Cipher/SAFER_SK128.pm    2020-02-01 
13:42:26.000000000 +0100
+++ new/CryptX-0.068/lib/Crypt/Cipher/SAFER_SK128.pm    2020-03-10 
07:20:59.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 use base qw(Crypt::Cipher);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.067/lib/Crypt/Cipher/SAFER_SK64.pm 
new/CryptX-0.068/lib/Crypt/Cipher/SAFER_SK64.pm
--- old/CryptX-0.067/lib/Crypt/Cipher/SAFER_SK64.pm     2020-02-01 
13:42:26.000000000 +0100
+++ new/CryptX-0.068/lib/Crypt/Cipher/SAFER_SK64.pm     2020-03-10 
07:20:59.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 use base qw(Crypt::Cipher);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.067/lib/Crypt/Cipher/SEED.pm 
new/CryptX-0.068/lib/Crypt/Cipher/SEED.pm
--- old/CryptX-0.067/lib/Crypt/Cipher/SEED.pm   2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/Cipher/SEED.pm   2020-03-10 07:20:59.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 use base qw(Crypt::Cipher);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.067/lib/Crypt/Cipher/Serpent.pm 
new/CryptX-0.068/lib/Crypt/Cipher/Serpent.pm
--- old/CryptX-0.067/lib/Crypt/Cipher/Serpent.pm        2020-02-01 
13:42:26.000000000 +0100
+++ new/CryptX-0.068/lib/Crypt/Cipher/Serpent.pm        2020-03-10 
07:20:59.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 use base qw(Crypt::Cipher);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.067/lib/Crypt/Cipher/Skipjack.pm 
new/CryptX-0.068/lib/Crypt/Cipher/Skipjack.pm
--- old/CryptX-0.067/lib/Crypt/Cipher/Skipjack.pm       2020-02-01 
13:42:26.000000000 +0100
+++ new/CryptX-0.068/lib/Crypt/Cipher/Skipjack.pm       2020-03-10 
07:20:59.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 use base qw(Crypt::Cipher);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.067/lib/Crypt/Cipher/Twofish.pm 
new/CryptX-0.068/lib/Crypt/Cipher/Twofish.pm
--- old/CryptX-0.067/lib/Crypt/Cipher/Twofish.pm        2020-02-01 
13:42:26.000000000 +0100
+++ new/CryptX-0.068/lib/Crypt/Cipher/Twofish.pm        2020-03-10 
07:20:59.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 use base qw(Crypt::Cipher);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.067/lib/Crypt/Cipher/XTEA.pm 
new/CryptX-0.068/lib/Crypt/Cipher/XTEA.pm
--- old/CryptX-0.067/lib/Crypt/Cipher/XTEA.pm   2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/Cipher/XTEA.pm   2020-03-10 07:20:59.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 use base qw(Crypt::Cipher);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.067/lib/Crypt/Cipher.pm 
new/CryptX-0.068/lib/Crypt/Cipher.pm
--- old/CryptX-0.067/lib/Crypt/Cipher.pm        2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/Cipher.pm        2020-03-10 07:20:59.000000000 
+0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 use Carp;
 $Carp::Internal{(__PACKAGE__)}++;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.067/lib/Crypt/Digest/BLAKE2b_160.pm 
new/CryptX-0.068/lib/Crypt/Digest/BLAKE2b_160.pm
--- old/CryptX-0.067/lib/Crypt/Digest/BLAKE2b_160.pm    2020-02-01 
13:42:26.000000000 +0100
+++ new/CryptX-0.068/lib/Crypt/Digest/BLAKE2b_160.pm    2020-03-10 
07:20:59.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/Digest/BLAKE2b_256.pm 
new/CryptX-0.068/lib/Crypt/Digest/BLAKE2b_256.pm
--- old/CryptX-0.067/lib/Crypt/Digest/BLAKE2b_256.pm    2020-02-01 
13:42:26.000000000 +0100
+++ new/CryptX-0.068/lib/Crypt/Digest/BLAKE2b_256.pm    2020-03-10 
07:20:59.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/Digest/BLAKE2b_384.pm 
new/CryptX-0.068/lib/Crypt/Digest/BLAKE2b_384.pm
--- old/CryptX-0.067/lib/Crypt/Digest/BLAKE2b_384.pm    2020-02-01 
13:42:26.000000000 +0100
+++ new/CryptX-0.068/lib/Crypt/Digest/BLAKE2b_384.pm    2020-03-10 
07:20:59.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/Digest/BLAKE2b_512.pm 
new/CryptX-0.068/lib/Crypt/Digest/BLAKE2b_512.pm
--- old/CryptX-0.067/lib/Crypt/Digest/BLAKE2b_512.pm    2020-02-01 
13:42:26.000000000 +0100
+++ new/CryptX-0.068/lib/Crypt/Digest/BLAKE2b_512.pm    2020-03-10 
07:20:59.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/Digest/BLAKE2s_128.pm 
new/CryptX-0.068/lib/Crypt/Digest/BLAKE2s_128.pm
--- old/CryptX-0.067/lib/Crypt/Digest/BLAKE2s_128.pm    2020-02-01 
13:42:26.000000000 +0100
+++ new/CryptX-0.068/lib/Crypt/Digest/BLAKE2s_128.pm    2020-03-10 
07:20:59.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/Digest/BLAKE2s_160.pm 
new/CryptX-0.068/lib/Crypt/Digest/BLAKE2s_160.pm
--- old/CryptX-0.067/lib/Crypt/Digest/BLAKE2s_160.pm    2020-02-01 
13:42:26.000000000 +0100
+++ new/CryptX-0.068/lib/Crypt/Digest/BLAKE2s_160.pm    2020-03-10 
07:20:59.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/Digest/BLAKE2s_224.pm 
new/CryptX-0.068/lib/Crypt/Digest/BLAKE2s_224.pm
--- old/CryptX-0.067/lib/Crypt/Digest/BLAKE2s_224.pm    2020-02-01 
13:42:26.000000000 +0100
+++ new/CryptX-0.068/lib/Crypt/Digest/BLAKE2s_224.pm    2020-03-10 
07:20:59.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/Digest/BLAKE2s_256.pm 
new/CryptX-0.068/lib/Crypt/Digest/BLAKE2s_256.pm
--- old/CryptX-0.067/lib/Crypt/Digest/BLAKE2s_256.pm    2020-02-01 
13:42:26.000000000 +0100
+++ new/CryptX-0.068/lib/Crypt/Digest/BLAKE2s_256.pm    2020-03-10 
07:20:59.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/Digest/CHAES.pm 
new/CryptX-0.068/lib/Crypt/Digest/CHAES.pm
--- old/CryptX-0.067/lib/Crypt/Digest/CHAES.pm  2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/Digest/CHAES.pm  2020-03-10 07:20:59.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/Digest/Keccak224.pm 
new/CryptX-0.068/lib/Crypt/Digest/Keccak224.pm
--- old/CryptX-0.067/lib/Crypt/Digest/Keccak224.pm      2020-02-01 
13:42:26.000000000 +0100
+++ new/CryptX-0.068/lib/Crypt/Digest/Keccak224.pm      2020-03-10 
07:20:59.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/Digest/Keccak256.pm 
new/CryptX-0.068/lib/Crypt/Digest/Keccak256.pm
--- old/CryptX-0.067/lib/Crypt/Digest/Keccak256.pm      2020-02-01 
13:42:26.000000000 +0100
+++ new/CryptX-0.068/lib/Crypt/Digest/Keccak256.pm      2020-03-10 
07:20:59.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/Digest/Keccak384.pm 
new/CryptX-0.068/lib/Crypt/Digest/Keccak384.pm
--- old/CryptX-0.067/lib/Crypt/Digest/Keccak384.pm      2020-02-01 
13:42:26.000000000 +0100
+++ new/CryptX-0.068/lib/Crypt/Digest/Keccak384.pm      2020-03-10 
07:20:59.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/Digest/Keccak512.pm 
new/CryptX-0.068/lib/Crypt/Digest/Keccak512.pm
--- old/CryptX-0.067/lib/Crypt/Digest/Keccak512.pm      2020-02-01 
13:42:26.000000000 +0100
+++ new/CryptX-0.068/lib/Crypt/Digest/Keccak512.pm      2020-03-10 
07:20:59.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/Digest/MD2.pm 
new/CryptX-0.068/lib/Crypt/Digest/MD2.pm
--- old/CryptX-0.067/lib/Crypt/Digest/MD2.pm    2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/Digest/MD2.pm    2020-03-10 07:20:59.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/Digest/MD4.pm 
new/CryptX-0.068/lib/Crypt/Digest/MD4.pm
--- old/CryptX-0.067/lib/Crypt/Digest/MD4.pm    2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/Digest/MD4.pm    2020-03-10 07:20:59.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/Digest/MD5.pm 
new/CryptX-0.068/lib/Crypt/Digest/MD5.pm
--- old/CryptX-0.067/lib/Crypt/Digest/MD5.pm    2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/Digest/MD5.pm    2020-03-10 07:20:59.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/Digest/RIPEMD128.pm 
new/CryptX-0.068/lib/Crypt/Digest/RIPEMD128.pm
--- old/CryptX-0.067/lib/Crypt/Digest/RIPEMD128.pm      2020-02-01 
13:42:26.000000000 +0100
+++ new/CryptX-0.068/lib/Crypt/Digest/RIPEMD128.pm      2020-03-10 
07:20:59.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/Digest/RIPEMD160.pm 
new/CryptX-0.068/lib/Crypt/Digest/RIPEMD160.pm
--- old/CryptX-0.067/lib/Crypt/Digest/RIPEMD160.pm      2020-02-01 
13:42:26.000000000 +0100
+++ new/CryptX-0.068/lib/Crypt/Digest/RIPEMD160.pm      2020-03-10 
07:20:59.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/Digest/RIPEMD256.pm 
new/CryptX-0.068/lib/Crypt/Digest/RIPEMD256.pm
--- old/CryptX-0.067/lib/Crypt/Digest/RIPEMD256.pm      2020-02-01 
13:42:26.000000000 +0100
+++ new/CryptX-0.068/lib/Crypt/Digest/RIPEMD256.pm      2020-03-10 
07:20:59.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/Digest/RIPEMD320.pm 
new/CryptX-0.068/lib/Crypt/Digest/RIPEMD320.pm
--- old/CryptX-0.067/lib/Crypt/Digest/RIPEMD320.pm      2020-02-01 
13:42:26.000000000 +0100
+++ new/CryptX-0.068/lib/Crypt/Digest/RIPEMD320.pm      2020-03-10 
07:20:59.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/Digest/SHA1.pm 
new/CryptX-0.068/lib/Crypt/Digest/SHA1.pm
--- old/CryptX-0.067/lib/Crypt/Digest/SHA1.pm   2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/Digest/SHA1.pm   2020-03-10 07:20:59.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/Digest/SHA224.pm 
new/CryptX-0.068/lib/Crypt/Digest/SHA224.pm
--- old/CryptX-0.067/lib/Crypt/Digest/SHA224.pm 2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/Digest/SHA224.pm 2020-03-10 07:20:59.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/Digest/SHA256.pm 
new/CryptX-0.068/lib/Crypt/Digest/SHA256.pm
--- old/CryptX-0.067/lib/Crypt/Digest/SHA256.pm 2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/Digest/SHA256.pm 2020-03-10 07:20:59.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/Digest/SHA384.pm 
new/CryptX-0.068/lib/Crypt/Digest/SHA384.pm
--- old/CryptX-0.067/lib/Crypt/Digest/SHA384.pm 2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/Digest/SHA384.pm 2020-03-10 07:20:59.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/Digest/SHA3_224.pm 
new/CryptX-0.068/lib/Crypt/Digest/SHA3_224.pm
--- old/CryptX-0.067/lib/Crypt/Digest/SHA3_224.pm       2020-02-01 
13:42:26.000000000 +0100
+++ new/CryptX-0.068/lib/Crypt/Digest/SHA3_224.pm       2020-03-10 
07:20:59.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/Digest/SHA3_256.pm 
new/CryptX-0.068/lib/Crypt/Digest/SHA3_256.pm
--- old/CryptX-0.067/lib/Crypt/Digest/SHA3_256.pm       2020-02-01 
13:42:26.000000000 +0100
+++ new/CryptX-0.068/lib/Crypt/Digest/SHA3_256.pm       2020-03-10 
07:20:59.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/Digest/SHA3_384.pm 
new/CryptX-0.068/lib/Crypt/Digest/SHA3_384.pm
--- old/CryptX-0.067/lib/Crypt/Digest/SHA3_384.pm       2020-02-01 
13:42:26.000000000 +0100
+++ new/CryptX-0.068/lib/Crypt/Digest/SHA3_384.pm       2020-03-10 
07:20:59.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/Digest/SHA3_512.pm 
new/CryptX-0.068/lib/Crypt/Digest/SHA3_512.pm
--- old/CryptX-0.067/lib/Crypt/Digest/SHA3_512.pm       2020-02-01 
13:42:26.000000000 +0100
+++ new/CryptX-0.068/lib/Crypt/Digest/SHA3_512.pm       2020-03-10 
07:20:59.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/Digest/SHA512.pm 
new/CryptX-0.068/lib/Crypt/Digest/SHA512.pm
--- old/CryptX-0.067/lib/Crypt/Digest/SHA512.pm 2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/Digest/SHA512.pm 2020-03-10 07:20:59.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/Digest/SHA512_224.pm 
new/CryptX-0.068/lib/Crypt/Digest/SHA512_224.pm
--- old/CryptX-0.067/lib/Crypt/Digest/SHA512_224.pm     2020-02-01 
13:42:26.000000000 +0100
+++ new/CryptX-0.068/lib/Crypt/Digest/SHA512_224.pm     2020-03-10 
07:20:59.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/Digest/SHA512_256.pm 
new/CryptX-0.068/lib/Crypt/Digest/SHA512_256.pm
--- old/CryptX-0.067/lib/Crypt/Digest/SHA512_256.pm     2020-02-01 
13:42:26.000000000 +0100
+++ new/CryptX-0.068/lib/Crypt/Digest/SHA512_256.pm     2020-03-10 
07:20:59.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/Digest/SHAKE.pm 
new/CryptX-0.068/lib/Crypt/Digest/SHAKE.pm
--- old/CryptX-0.067/lib/Crypt/Digest/SHAKE.pm  2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/Digest/SHAKE.pm  2020-03-10 07:20:59.000000000 
+0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 use Carp;
 $Carp::Internal{(__PACKAGE__)}++;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.067/lib/Crypt/Digest/Tiger192.pm 
new/CryptX-0.068/lib/Crypt/Digest/Tiger192.pm
--- old/CryptX-0.067/lib/Crypt/Digest/Tiger192.pm       2020-02-01 
13:42:26.000000000 +0100
+++ new/CryptX-0.068/lib/Crypt/Digest/Tiger192.pm       2020-03-10 
07:20:59.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/Digest/Whirlpool.pm 
new/CryptX-0.068/lib/Crypt/Digest/Whirlpool.pm
--- old/CryptX-0.067/lib/Crypt/Digest/Whirlpool.pm      2020-02-01 
13:42:26.000000000 +0100
+++ new/CryptX-0.068/lib/Crypt/Digest/Whirlpool.pm      2020-03-10 
07:20:59.000000000 +0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/Digest.pm 
new/CryptX-0.068/lib/Crypt/Digest.pm
--- old/CryptX-0.067/lib/Crypt/Digest.pm        2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/Digest.pm        2020-03-10 07:20:59.000000000 
+0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/KeyDerivation.pm 
new/CryptX-0.068/lib/Crypt/KeyDerivation.pm
--- old/CryptX-0.067/lib/Crypt/KeyDerivation.pm 2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/KeyDerivation.pm 2020-03-10 07:20:59.000000000 
+0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/Mac/BLAKE2b.pm 
new/CryptX-0.068/lib/Crypt/Mac/BLAKE2b.pm
--- old/CryptX-0.067/lib/Crypt/Mac/BLAKE2b.pm   2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/Mac/BLAKE2b.pm   2020-03-10 07:20:59.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/Mac/BLAKE2s.pm 
new/CryptX-0.068/lib/Crypt/Mac/BLAKE2s.pm
--- old/CryptX-0.067/lib/Crypt/Mac/BLAKE2s.pm   2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/Mac/BLAKE2s.pm   2020-03-10 07:20:59.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/Mac/F9.pm 
new/CryptX-0.068/lib/Crypt/Mac/F9.pm
--- old/CryptX-0.067/lib/Crypt/Mac/F9.pm        2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/Mac/F9.pm        2020-03-10 07:20:59.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/Mac/HMAC.pm 
new/CryptX-0.068/lib/Crypt/Mac/HMAC.pm
--- old/CryptX-0.067/lib/Crypt/Mac/HMAC.pm      2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/Mac/HMAC.pm      2020-03-10 07:20:59.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/Mac/OMAC.pm 
new/CryptX-0.068/lib/Crypt/Mac/OMAC.pm
--- old/CryptX-0.067/lib/Crypt/Mac/OMAC.pm      2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/Mac/OMAC.pm      2020-03-10 07:20:59.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/Mac/PMAC.pm 
new/CryptX-0.068/lib/Crypt/Mac/PMAC.pm
--- old/CryptX-0.067/lib/Crypt/Mac/PMAC.pm      2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/Mac/PMAC.pm      2020-03-10 07:20:59.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/Mac/Pelican.pm 
new/CryptX-0.068/lib/Crypt/Mac/Pelican.pm
--- old/CryptX-0.067/lib/Crypt/Mac/Pelican.pm   2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/Mac/Pelican.pm   2020-03-10 07:20:59.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/Mac/Poly1305.pm 
new/CryptX-0.068/lib/Crypt/Mac/Poly1305.pm
--- old/CryptX-0.067/lib/Crypt/Mac/Poly1305.pm  2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/Mac/Poly1305.pm  2020-03-10 07:20:59.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/Mac/XCBC.pm 
new/CryptX-0.068/lib/Crypt/Mac/XCBC.pm
--- old/CryptX-0.067/lib/Crypt/Mac/XCBC.pm      2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/Mac/XCBC.pm      2020-03-10 07:20:59.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/Mac.pm 
new/CryptX-0.068/lib/Crypt/Mac.pm
--- old/CryptX-0.067/lib/Crypt/Mac.pm   2020-02-01 13:42:26.000000000 +0100
+++ new/CryptX-0.068/lib/Crypt/Mac.pm   2020-03-10 07:20:59.000000000 +0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 use Carp;
 $Carp::Internal{(__PACKAGE__)}++;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.067/lib/Crypt/Misc.pm 
new/CryptX-0.068/lib/Crypt/Misc.pm
--- old/CryptX-0.067/lib/Crypt/Misc.pm  2020-02-01 13:42:26.000000000 +0100
+++ new/CryptX-0.068/lib/Crypt/Misc.pm  2020-03-10 07:20:59.000000000 +0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/Mode/CBC.pm 
new/CryptX-0.068/lib/Crypt/Mode/CBC.pm
--- old/CryptX-0.067/lib/Crypt/Mode/CBC.pm      2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/Mode/CBC.pm      2020-03-10 07:20:59.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 use Crypt::Cipher;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.067/lib/Crypt/Mode/CFB.pm 
new/CryptX-0.068/lib/Crypt/Mode/CFB.pm
--- old/CryptX-0.067/lib/Crypt/Mode/CFB.pm      2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/Mode/CFB.pm      2020-03-10 07:20:59.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 use Crypt::Cipher;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.067/lib/Crypt/Mode/CTR.pm 
new/CryptX-0.068/lib/Crypt/Mode/CTR.pm
--- old/CryptX-0.067/lib/Crypt/Mode/CTR.pm      2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/Mode/CTR.pm      2020-03-10 07:20:59.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 use Crypt::Cipher;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.067/lib/Crypt/Mode/ECB.pm 
new/CryptX-0.068/lib/Crypt/Mode/ECB.pm
--- old/CryptX-0.067/lib/Crypt/Mode/ECB.pm      2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/Mode/ECB.pm      2020-03-10 07:20:59.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 use Crypt::Cipher;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.067/lib/Crypt/Mode/OFB.pm 
new/CryptX-0.068/lib/Crypt/Mode/OFB.pm
--- old/CryptX-0.067/lib/Crypt/Mode/OFB.pm      2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/Mode/OFB.pm      2020-03-10 07:20:59.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 use Crypt::Cipher;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.067/lib/Crypt/Mode.pm 
new/CryptX-0.068/lib/Crypt/Mode.pm
--- old/CryptX-0.067/lib/Crypt/Mode.pm  2020-02-01 13:42:26.000000000 +0100
+++ new/CryptX-0.068/lib/Crypt/Mode.pm  2020-03-10 07:20:59.000000000 +0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 ### not used
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.067/lib/Crypt/PK/DH.pm 
new/CryptX-0.068/lib/Crypt/PK/DH.pm
--- old/CryptX-0.067/lib/Crypt/PK/DH.pm 2020-02-01 13:42:26.000000000 +0100
+++ new/CryptX-0.068/lib/Crypt/PK/DH.pm 2020-03-10 07:20:59.000000000 +0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/PK/DSA.pm 
new/CryptX-0.068/lib/Crypt/PK/DSA.pm
--- old/CryptX-0.067/lib/Crypt/PK/DSA.pm        2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/PK/DSA.pm        2020-03-10 07:20:59.000000000 
+0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/PK/ECC.pm 
new/CryptX-0.068/lib/Crypt/PK/ECC.pm
--- old/CryptX-0.067/lib/Crypt/PK/ECC.pm        2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/PK/ECC.pm        2020-03-10 07:20:59.000000000 
+0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/PK/Ed25519.pm 
new/CryptX-0.068/lib/Crypt/PK/Ed25519.pm
--- old/CryptX-0.067/lib/Crypt/PK/Ed25519.pm    2020-02-01 14:13:36.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/PK/Ed25519.pm    2020-03-10 07:20:59.000000000 
+0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/PK/RSA.pm 
new/CryptX-0.068/lib/Crypt/PK/RSA.pm
--- old/CryptX-0.067/lib/Crypt/PK/RSA.pm        2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/PK/RSA.pm        2020-03-10 07:20:59.000000000 
+0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/PK/X25519.pm 
new/CryptX-0.068/lib/Crypt/PK/X25519.pm
--- old/CryptX-0.067/lib/Crypt/PK/X25519.pm     2020-02-01 14:12:47.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/PK/X25519.pm     2020-03-10 07:20:59.000000000 
+0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/PK.pm 
new/CryptX-0.068/lib/Crypt/PK.pm
--- old/CryptX-0.067/lib/Crypt/PK.pm    2020-02-01 13:42:26.000000000 +0100
+++ new/CryptX-0.068/lib/Crypt/PK.pm    2020-03-10 07:20:59.000000000 +0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 use Carp;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.067/lib/Crypt/PRNG/ChaCha20.pm 
new/CryptX-0.068/lib/Crypt/PRNG/ChaCha20.pm
--- old/CryptX-0.067/lib/Crypt/PRNG/ChaCha20.pm 2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/PRNG/ChaCha20.pm 2020-03-10 07:20:59.000000000 
+0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/PRNG/Fortuna.pm 
new/CryptX-0.068/lib/Crypt/PRNG/Fortuna.pm
--- old/CryptX-0.067/lib/Crypt/PRNG/Fortuna.pm  2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/PRNG/Fortuna.pm  2020-03-10 07:20:59.000000000 
+0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/PRNG/RC4.pm 
new/CryptX-0.068/lib/Crypt/PRNG/RC4.pm
--- old/CryptX-0.067/lib/Crypt/PRNG/RC4.pm      2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/PRNG/RC4.pm      2020-03-10 07:20:59.000000000 
+0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/PRNG/Sober128.pm 
new/CryptX-0.068/lib/Crypt/PRNG/Sober128.pm
--- old/CryptX-0.067/lib/Crypt/PRNG/Sober128.pm 2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/PRNG/Sober128.pm 2020-03-10 07:20:59.000000000 
+0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/PRNG/Yarrow.pm 
new/CryptX-0.068/lib/Crypt/PRNG/Yarrow.pm
--- old/CryptX-0.067/lib/Crypt/PRNG/Yarrow.pm   2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/PRNG/Yarrow.pm   2020-03-10 07:20:59.000000000 
+0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/PRNG.pm 
new/CryptX-0.068/lib/Crypt/PRNG.pm
--- old/CryptX-0.067/lib/Crypt/PRNG.pm  2020-02-01 13:42:26.000000000 +0100
+++ new/CryptX-0.068/lib/Crypt/PRNG.pm  2020-03-10 07:20:59.000000000 +0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 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.067/lib/Crypt/Stream/ChaCha.pm 
new/CryptX-0.068/lib/Crypt/Stream/ChaCha.pm
--- old/CryptX-0.067/lib/Crypt/Stream/ChaCha.pm 2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/Stream/ChaCha.pm 2020-03-10 07:20:59.000000000 
+0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 use CryptX;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.067/lib/Crypt/Stream/RC4.pm 
new/CryptX-0.068/lib/Crypt/Stream/RC4.pm
--- old/CryptX-0.067/lib/Crypt/Stream/RC4.pm    2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/Stream/RC4.pm    2020-03-10 07:20:59.000000000 
+0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 use CryptX;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.067/lib/Crypt/Stream/Rabbit.pm 
new/CryptX-0.068/lib/Crypt/Stream/Rabbit.pm
--- old/CryptX-0.067/lib/Crypt/Stream/Rabbit.pm 2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Crypt/Stream/Rabbit.pm 2020-03-10 07:20:59.000000000 
+0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 use CryptX;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.067/lib/Crypt/Stream/Salsa20.pm 
new/CryptX-0.068/lib/Crypt/Stream/Salsa20.pm
--- old/CryptX-0.067/lib/Crypt/Stream/Salsa20.pm        2020-02-01 
13:42:26.000000000 +0100
+++ new/CryptX-0.068/lib/Crypt/Stream/Salsa20.pm        2020-03-10 
07:20:59.000000000 +0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 use CryptX;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.067/lib/Crypt/Stream/Sober128.pm 
new/CryptX-0.068/lib/Crypt/Stream/Sober128.pm
--- old/CryptX-0.067/lib/Crypt/Stream/Sober128.pm       2020-02-01 
13:42:26.000000000 +0100
+++ new/CryptX-0.068/lib/Crypt/Stream/Sober128.pm       2020-03-10 
07:20:59.000000000 +0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 use CryptX;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.067/lib/Crypt/Stream/Sosemanuk.pm 
new/CryptX-0.068/lib/Crypt/Stream/Sosemanuk.pm
--- old/CryptX-0.067/lib/Crypt/Stream/Sosemanuk.pm      2020-02-01 
13:42:26.000000000 +0100
+++ new/CryptX-0.068/lib/Crypt/Stream/Sosemanuk.pm      2020-03-10 
07:20:59.000000000 +0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 use CryptX;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.067/lib/CryptX.pm 
new/CryptX-0.068/lib/CryptX.pm
--- old/CryptX-0.067/lib/CryptX.pm      2020-02-01 13:42:26.000000000 +0100
+++ new/CryptX-0.068/lib/CryptX.pm      2020-03-10 07:20:59.000000000 +0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings ;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 require XSLoader;
 XSLoader::load('CryptX', $VERSION);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.067/lib/Math/BigInt/LTM.pm 
new/CryptX-0.068/lib/Math/BigInt/LTM.pm
--- old/CryptX-0.067/lib/Math/BigInt/LTM.pm     2020-02-01 13:42:26.000000000 
+0100
+++ new/CryptX-0.068/lib/Math/BigInt/LTM.pm     2020-03-10 07:20:59.000000000 
+0100
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '0.067';
+our $VERSION = '0.068';
 
 use CryptX;
 use Carp;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CryptX-0.067/t/mbi_ltm_bigintg.t 
new/CryptX-0.068/t/mbi_ltm_bigintg.t
--- old/CryptX-0.067/t/mbi_ltm_bigintg.t        2016-11-27 21:48:41.000000000 
+0100
+++ new/CryptX-0.068/t/mbi_ltm_bigintg.t        2020-03-08 20:13:19.000000000 
+0100
@@ -1,13 +1,9 @@
-#!/usr/bin/perl -w
-
 use strict;
+use warnings;
+
 use Test;
 
 BEGIN {
-    $| = 1;
-    chdir 't' if -d 't';
-    unshift @INC, '../lib';             # for running manually
-    unshift @INC, '../blib/arch';       # for running manually
     plan tests => 356;
 }
 


Reply via email to