summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKarel Miko <karel.miko@gmail.com>2020-03-10 14:03:45 +0100
committerKarel Miko <karel.miko@gmail.com>2020-03-10 14:03:45 +0100
commit238c865807f3efc80c32e9a53b1c7e4f2591f81d (patch)
treeef2a60505b3ca97fce5d4c9a5b825d984608c489 /lib
parentbd92b708f90ac6f6e2fe53dc0bbe026493f917bb (diff)
version bump
Diffstat (limited to 'lib')
-rw-r--r--lib/Crypt/AuthEnc.pm2
-rw-r--r--lib/Crypt/AuthEnc/CCM.pm2
-rw-r--r--lib/Crypt/AuthEnc/ChaCha20Poly1305.pm2
-rw-r--r--lib/Crypt/AuthEnc/EAX.pm2
-rw-r--r--lib/Crypt/AuthEnc/GCM.pm2
-rw-r--r--lib/Crypt/AuthEnc/OCB.pm2
-rw-r--r--lib/Crypt/Checksum.pm2
-rw-r--r--lib/Crypt/Checksum/Adler32.pm2
-rw-r--r--lib/Crypt/Checksum/CRC32.pm2
-rw-r--r--lib/Crypt/Cipher.pm2
-rw-r--r--lib/Crypt/Cipher/AES.pm2
-rw-r--r--lib/Crypt/Cipher/Anubis.pm2
-rw-r--r--lib/Crypt/Cipher/Blowfish.pm2
-rw-r--r--lib/Crypt/Cipher/CAST5.pm2
-rw-r--r--lib/Crypt/Cipher/Camellia.pm2
-rw-r--r--lib/Crypt/Cipher/DES.pm2
-rw-r--r--lib/Crypt/Cipher/DES_EDE.pm2
-rw-r--r--lib/Crypt/Cipher/IDEA.pm2
-rw-r--r--lib/Crypt/Cipher/KASUMI.pm2
-rw-r--r--lib/Crypt/Cipher/Khazad.pm2
-rw-r--r--lib/Crypt/Cipher/MULTI2.pm2
-rw-r--r--lib/Crypt/Cipher/Noekeon.pm2
-rw-r--r--lib/Crypt/Cipher/RC2.pm2
-rw-r--r--lib/Crypt/Cipher/RC5.pm2
-rw-r--r--lib/Crypt/Cipher/RC6.pm2
-rw-r--r--lib/Crypt/Cipher/SAFERP.pm2
-rw-r--r--lib/Crypt/Cipher/SAFER_K128.pm2
-rw-r--r--lib/Crypt/Cipher/SAFER_K64.pm2
-rw-r--r--lib/Crypt/Cipher/SAFER_SK128.pm2
-rw-r--r--lib/Crypt/Cipher/SAFER_SK64.pm2
-rw-r--r--lib/Crypt/Cipher/SEED.pm2
-rw-r--r--lib/Crypt/Cipher/Serpent.pm2
-rw-r--r--lib/Crypt/Cipher/Skipjack.pm2
-rw-r--r--lib/Crypt/Cipher/Twofish.pm2
-rw-r--r--lib/Crypt/Cipher/XTEA.pm2
-rw-r--r--lib/Crypt/Digest.pm2
-rw-r--r--lib/Crypt/Digest/BLAKE2b_160.pm2
-rw-r--r--lib/Crypt/Digest/BLAKE2b_256.pm2
-rw-r--r--lib/Crypt/Digest/BLAKE2b_384.pm2
-rw-r--r--lib/Crypt/Digest/BLAKE2b_512.pm2
-rw-r--r--lib/Crypt/Digest/BLAKE2s_128.pm2
-rw-r--r--lib/Crypt/Digest/BLAKE2s_160.pm2
-rw-r--r--lib/Crypt/Digest/BLAKE2s_224.pm2
-rw-r--r--lib/Crypt/Digest/BLAKE2s_256.pm2
-rw-r--r--lib/Crypt/Digest/CHAES.pm2
-rw-r--r--lib/Crypt/Digest/Keccak224.pm2
-rw-r--r--lib/Crypt/Digest/Keccak256.pm2
-rw-r--r--lib/Crypt/Digest/Keccak384.pm2
-rw-r--r--lib/Crypt/Digest/Keccak512.pm2
-rw-r--r--lib/Crypt/Digest/MD2.pm2
-rw-r--r--lib/Crypt/Digest/MD4.pm2
-rw-r--r--lib/Crypt/Digest/MD5.pm2
-rw-r--r--lib/Crypt/Digest/RIPEMD128.pm2
-rw-r--r--lib/Crypt/Digest/RIPEMD160.pm2
-rw-r--r--lib/Crypt/Digest/RIPEMD256.pm2
-rw-r--r--lib/Crypt/Digest/RIPEMD320.pm2
-rw-r--r--lib/Crypt/Digest/SHA1.pm2
-rw-r--r--lib/Crypt/Digest/SHA224.pm2
-rw-r--r--lib/Crypt/Digest/SHA256.pm2
-rw-r--r--lib/Crypt/Digest/SHA384.pm2
-rw-r--r--lib/Crypt/Digest/SHA3_224.pm2
-rw-r--r--lib/Crypt/Digest/SHA3_256.pm2
-rw-r--r--lib/Crypt/Digest/SHA3_384.pm2
-rw-r--r--lib/Crypt/Digest/SHA3_512.pm2
-rw-r--r--lib/Crypt/Digest/SHA512.pm2
-rw-r--r--lib/Crypt/Digest/SHA512_224.pm2
-rw-r--r--lib/Crypt/Digest/SHA512_256.pm2
-rw-r--r--lib/Crypt/Digest/SHAKE.pm2
-rw-r--r--lib/Crypt/Digest/Tiger192.pm2
-rw-r--r--lib/Crypt/Digest/Whirlpool.pm2
-rw-r--r--lib/Crypt/KeyDerivation.pm2
-rw-r--r--lib/Crypt/Mac.pm2
-rw-r--r--lib/Crypt/Mac/BLAKE2b.pm2
-rw-r--r--lib/Crypt/Mac/BLAKE2s.pm2
-rw-r--r--lib/Crypt/Mac/F9.pm2
-rw-r--r--lib/Crypt/Mac/HMAC.pm2
-rw-r--r--lib/Crypt/Mac/OMAC.pm2
-rw-r--r--lib/Crypt/Mac/PMAC.pm2
-rw-r--r--lib/Crypt/Mac/Pelican.pm2
-rw-r--r--lib/Crypt/Mac/Poly1305.pm2
-rw-r--r--lib/Crypt/Mac/XCBC.pm2
-rw-r--r--lib/Crypt/Misc.pm2
-rw-r--r--lib/Crypt/Mode.pm2
-rw-r--r--lib/Crypt/Mode/CBC.pm2
-rw-r--r--lib/Crypt/Mode/CFB.pm2
-rw-r--r--lib/Crypt/Mode/CTR.pm2
-rw-r--r--lib/Crypt/Mode/ECB.pm2
-rw-r--r--lib/Crypt/Mode/OFB.pm2
-rw-r--r--lib/Crypt/PK.pm2
-rw-r--r--lib/Crypt/PK/DH.pm2
-rw-r--r--lib/Crypt/PK/DSA.pm2
-rw-r--r--lib/Crypt/PK/ECC.pm2
-rw-r--r--lib/Crypt/PK/Ed25519.pm2
-rw-r--r--lib/Crypt/PK/RSA.pm2
-rw-r--r--lib/Crypt/PK/X25519.pm2
-rw-r--r--lib/Crypt/PRNG.pm2
-rw-r--r--lib/Crypt/PRNG/ChaCha20.pm2
-rw-r--r--lib/Crypt/PRNG/Fortuna.pm2
-rw-r--r--lib/Crypt/PRNG/RC4.pm2
-rw-r--r--lib/Crypt/PRNG/Sober128.pm2
-rw-r--r--lib/Crypt/PRNG/Yarrow.pm2
-rw-r--r--lib/Crypt/Stream/ChaCha.pm2
-rw-r--r--lib/Crypt/Stream/RC4.pm2
-rw-r--r--lib/Crypt/Stream/Rabbit.pm2
-rw-r--r--lib/Crypt/Stream/Salsa20.pm2
-rw-r--r--lib/Crypt/Stream/Sober128.pm2
-rw-r--r--lib/Crypt/Stream/Sosemanuk.pm2
-rw-r--r--lib/CryptX.pm2
-rw-r--r--lib/Math/BigInt/LTM.pm2
109 files changed, 109 insertions, 109 deletions
diff --git a/lib/Crypt/AuthEnc.pm b/lib/Crypt/AuthEnc.pm
index b234cb69..bd4635df 100644
--- a/lib/Crypt/AuthEnc.pm
+++ b/lib/Crypt/AuthEnc.pm
@@ -2,7 +2,7 @@ package Crypt::AuthEnc;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
### not used
diff --git a/lib/Crypt/AuthEnc/CCM.pm b/lib/Crypt/AuthEnc/CCM.pm
index 42f059aa..4356b060 100644
--- a/lib/Crypt/AuthEnc/CCM.pm
+++ b/lib/Crypt/AuthEnc/CCM.pm
@@ -2,7 +2,7 @@ package Crypt::AuthEnc::CCM;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
require Exporter; our @ISA = qw(Exporter); ### use Exporter 5.57 'import';
our %EXPORT_TAGS = ( all => [qw( ccm_encrypt_authenticate ccm_decrypt_verify )] );
diff --git a/lib/Crypt/AuthEnc/ChaCha20Poly1305.pm b/lib/Crypt/AuthEnc/ChaCha20Poly1305.pm
index 53493aa5..6441d780 100644
--- a/lib/Crypt/AuthEnc/ChaCha20Poly1305.pm
+++ b/lib/Crypt/AuthEnc/ChaCha20Poly1305.pm
@@ -2,7 +2,7 @@ package Crypt::AuthEnc::ChaCha20Poly1305;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
require Exporter; our @ISA = qw(Exporter); ### use Exporter 5.57 'import';
our %EXPORT_TAGS = ( all => [qw( chacha20poly1305_encrypt_authenticate chacha20poly1305_decrypt_verify )] );
diff --git a/lib/Crypt/AuthEnc/EAX.pm b/lib/Crypt/AuthEnc/EAX.pm
index a4d14ac0..adbadfe8 100644
--- a/lib/Crypt/AuthEnc/EAX.pm
+++ b/lib/Crypt/AuthEnc/EAX.pm
@@ -2,7 +2,7 @@ package Crypt::AuthEnc::EAX;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
require Exporter; our @ISA = qw(Exporter); ### use Exporter 5.57 'import';
our %EXPORT_TAGS = ( all => [qw( eax_encrypt_authenticate eax_decrypt_verify )] );
diff --git a/lib/Crypt/AuthEnc/GCM.pm b/lib/Crypt/AuthEnc/GCM.pm
index 4dc331e0..80f82f1c 100644
--- a/lib/Crypt/AuthEnc/GCM.pm
+++ b/lib/Crypt/AuthEnc/GCM.pm
@@ -2,7 +2,7 @@ package Crypt::AuthEnc::GCM;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
require Exporter; our @ISA = qw(Exporter); ### use Exporter 5.57 'import';
our %EXPORT_TAGS = ( all => [qw( gcm_encrypt_authenticate gcm_decrypt_verify )] );
diff --git a/lib/Crypt/AuthEnc/OCB.pm b/lib/Crypt/AuthEnc/OCB.pm
index 481ed8ce..e466913d 100644
--- a/lib/Crypt/AuthEnc/OCB.pm
+++ b/lib/Crypt/AuthEnc/OCB.pm
@@ -2,7 +2,7 @@ package Crypt::AuthEnc::OCB;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
require Exporter; our @ISA = qw(Exporter); ### use Exporter 5.57 'import';
our %EXPORT_TAGS = ( all => [qw( ocb_encrypt_authenticate ocb_decrypt_verify )] );
diff --git a/lib/Crypt/Checksum.pm b/lib/Crypt/Checksum.pm
index 500baf97..2b82bd76 100644
--- a/lib/Crypt/Checksum.pm
+++ b/lib/Crypt/Checksum.pm
@@ -2,7 +2,7 @@ package Crypt::Checksum;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
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 --git a/lib/Crypt/Checksum/Adler32.pm b/lib/Crypt/Checksum/Adler32.pm
index 87961327..a6c63440 100644
--- a/lib/Crypt/Checksum/Adler32.pm
+++ b/lib/Crypt/Checksum/Adler32.pm
@@ -2,7 +2,7 @@ package Crypt::Checksum::Adler32;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
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 --git a/lib/Crypt/Checksum/CRC32.pm b/lib/Crypt/Checksum/CRC32.pm
index 0691948f..c7a44f13 100644
--- a/lib/Crypt/Checksum/CRC32.pm
+++ b/lib/Crypt/Checksum/CRC32.pm
@@ -2,7 +2,7 @@ package Crypt::Checksum::CRC32;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
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 --git a/lib/Crypt/Cipher.pm b/lib/Crypt/Cipher.pm
index dc8f76c8..0611ea90 100644
--- a/lib/Crypt/Cipher.pm
+++ b/lib/Crypt/Cipher.pm
@@ -2,7 +2,7 @@ package Crypt::Cipher;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use Carp;
$Carp::Internal{(__PACKAGE__)}++;
diff --git a/lib/Crypt/Cipher/AES.pm b/lib/Crypt/Cipher/AES.pm
index ac09441d..727eb247 100644
--- a/lib/Crypt/Cipher/AES.pm
+++ b/lib/Crypt/Cipher/AES.pm
@@ -4,7 +4,7 @@ package Crypt::Cipher::AES;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use base qw(Crypt::Cipher);
diff --git a/lib/Crypt/Cipher/Anubis.pm b/lib/Crypt/Cipher/Anubis.pm
index 532f0863..531732d0 100644
--- a/lib/Crypt/Cipher/Anubis.pm
+++ b/lib/Crypt/Cipher/Anubis.pm
@@ -4,7 +4,7 @@ package Crypt::Cipher::Anubis;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use base qw(Crypt::Cipher);
diff --git a/lib/Crypt/Cipher/Blowfish.pm b/lib/Crypt/Cipher/Blowfish.pm
index 0f238b44..973c5373 100644
--- a/lib/Crypt/Cipher/Blowfish.pm
+++ b/lib/Crypt/Cipher/Blowfish.pm
@@ -4,7 +4,7 @@ package Crypt::Cipher::Blowfish;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use base qw(Crypt::Cipher);
diff --git a/lib/Crypt/Cipher/CAST5.pm b/lib/Crypt/Cipher/CAST5.pm
index 4ed95988..334c634c 100644
--- a/lib/Crypt/Cipher/CAST5.pm
+++ b/lib/Crypt/Cipher/CAST5.pm
@@ -4,7 +4,7 @@ package Crypt::Cipher::CAST5;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use base qw(Crypt::Cipher);
diff --git a/lib/Crypt/Cipher/Camellia.pm b/lib/Crypt/Cipher/Camellia.pm
index 88ec49de..2167404d 100644
--- a/lib/Crypt/Cipher/Camellia.pm
+++ b/lib/Crypt/Cipher/Camellia.pm
@@ -4,7 +4,7 @@ package Crypt::Cipher::Camellia;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use base qw(Crypt::Cipher);
diff --git a/lib/Crypt/Cipher/DES.pm b/lib/Crypt/Cipher/DES.pm
index 1bb2602d..e9a8df5d 100644
--- a/lib/Crypt/Cipher/DES.pm
+++ b/lib/Crypt/Cipher/DES.pm
@@ -4,7 +4,7 @@ package Crypt::Cipher::DES;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use base qw(Crypt::Cipher);
diff --git a/lib/Crypt/Cipher/DES_EDE.pm b/lib/Crypt/Cipher/DES_EDE.pm
index f97710e3..c5ce0ae1 100644
--- a/lib/Crypt/Cipher/DES_EDE.pm
+++ b/lib/Crypt/Cipher/DES_EDE.pm
@@ -4,7 +4,7 @@ package Crypt::Cipher::DES_EDE;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use base qw(Crypt::Cipher);
diff --git a/lib/Crypt/Cipher/IDEA.pm b/lib/Crypt/Cipher/IDEA.pm
index 5235c4c3..4ccc6012 100644
--- a/lib/Crypt/Cipher/IDEA.pm
+++ b/lib/Crypt/Cipher/IDEA.pm
@@ -4,7 +4,7 @@ package Crypt::Cipher::IDEA;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use base qw(Crypt::Cipher);
diff --git a/lib/Crypt/Cipher/KASUMI.pm b/lib/Crypt/Cipher/KASUMI.pm
index b82a3bc3..fcc8890b 100644
--- a/lib/Crypt/Cipher/KASUMI.pm
+++ b/lib/Crypt/Cipher/KASUMI.pm
@@ -4,7 +4,7 @@ package Crypt::Cipher::KASUMI;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use base qw(Crypt::Cipher);
diff --git a/lib/Crypt/Cipher/Khazad.pm b/lib/Crypt/Cipher/Khazad.pm
index 2ac4036e..4dd1a8bb 100644
--- a/lib/Crypt/Cipher/Khazad.pm
+++ b/lib/Crypt/Cipher/Khazad.pm
@@ -4,7 +4,7 @@ package Crypt::Cipher::Khazad;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use base qw(Crypt::Cipher);
diff --git a/lib/Crypt/Cipher/MULTI2.pm b/lib/Crypt/Cipher/MULTI2.pm
index 5b5001ed..9cc8cb11 100644
--- a/lib/Crypt/Cipher/MULTI2.pm
+++ b/lib/Crypt/Cipher/MULTI2.pm
@@ -4,7 +4,7 @@ package Crypt::Cipher::MULTI2;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use base qw(Crypt::Cipher);
diff --git a/lib/Crypt/Cipher/Noekeon.pm b/lib/Crypt/Cipher/Noekeon.pm
index 11f70e07..d0d3ce41 100644
--- a/lib/Crypt/Cipher/Noekeon.pm
+++ b/lib/Crypt/Cipher/Noekeon.pm
@@ -4,7 +4,7 @@ package Crypt::Cipher::Noekeon;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use base qw(Crypt::Cipher);
diff --git a/lib/Crypt/Cipher/RC2.pm b/lib/Crypt/Cipher/RC2.pm
index 93c22bba..f0131d17 100644
--- a/lib/Crypt/Cipher/RC2.pm
+++ b/lib/Crypt/Cipher/RC2.pm
@@ -4,7 +4,7 @@ package Crypt::Cipher::RC2;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use base qw(Crypt::Cipher);
diff --git a/lib/Crypt/Cipher/RC5.pm b/lib/Crypt/Cipher/RC5.pm
index efb565f6..11d3fb88 100644
--- a/lib/Crypt/Cipher/RC5.pm
+++ b/lib/Crypt/Cipher/RC5.pm
@@ -4,7 +4,7 @@ package Crypt::Cipher::RC5;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use base qw(Crypt::Cipher);
diff --git a/lib/Crypt/Cipher/RC6.pm b/lib/Crypt/Cipher/RC6.pm
index 55920c3d..ed28e801 100644
--- a/lib/Crypt/Cipher/RC6.pm
+++ b/lib/Crypt/Cipher/RC6.pm
@@ -4,7 +4,7 @@ package Crypt::Cipher::RC6;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use base qw(Crypt::Cipher);
diff --git a/lib/Crypt/Cipher/SAFERP.pm b/lib/Crypt/Cipher/SAFERP.pm
index 2919336d..3f252300 100644
--- a/lib/Crypt/Cipher/SAFERP.pm
+++ b/lib/Crypt/Cipher/SAFERP.pm
@@ -4,7 +4,7 @@ package Crypt::Cipher::SAFERP;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use base qw(Crypt::Cipher);
diff --git a/lib/Crypt/Cipher/SAFER_K128.pm b/lib/Crypt/Cipher/SAFER_K128.pm
index 829ea10d..f6340767 100644
--- a/lib/Crypt/Cipher/SAFER_K128.pm
+++ b/lib/Crypt/Cipher/SAFER_K128.pm
@@ -4,7 +4,7 @@ package Crypt::Cipher::SAFER_K128;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use base qw(Crypt::Cipher);
diff --git a/lib/Crypt/Cipher/SAFER_K64.pm b/lib/Crypt/Cipher/SAFER_K64.pm
index e27853f8..1de0eb83 100644
--- a/lib/Crypt/Cipher/SAFER_K64.pm
+++ b/lib/Crypt/Cipher/SAFER_K64.pm
@@ -4,7 +4,7 @@ package Crypt::Cipher::SAFER_K64;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use base qw(Crypt::Cipher);
diff --git a/lib/Crypt/Cipher/SAFER_SK128.pm b/lib/Crypt/Cipher/SAFER_SK128.pm
index 8920de78..9b978f35 100644
--- a/lib/Crypt/Cipher/SAFER_SK128.pm
+++ b/lib/Crypt/Cipher/SAFER_SK128.pm
@@ -4,7 +4,7 @@ package Crypt::Cipher::SAFER_SK128;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use base qw(Crypt::Cipher);
diff --git a/lib/Crypt/Cipher/SAFER_SK64.pm b/lib/Crypt/Cipher/SAFER_SK64.pm
index 3e6dd302..60a0ad93 100644
--- a/lib/Crypt/Cipher/SAFER_SK64.pm
+++ b/lib/Crypt/Cipher/SAFER_SK64.pm
@@ -4,7 +4,7 @@ package Crypt::Cipher::SAFER_SK64;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use base qw(Crypt::Cipher);
diff --git a/lib/Crypt/Cipher/SEED.pm b/lib/Crypt/Cipher/SEED.pm
index 59bed079..9e1af410 100644
--- a/lib/Crypt/Cipher/SEED.pm
+++ b/lib/Crypt/Cipher/SEED.pm
@@ -4,7 +4,7 @@ package Crypt::Cipher::SEED;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use base qw(Crypt::Cipher);
diff --git a/lib/Crypt/Cipher/Serpent.pm b/lib/Crypt/Cipher/Serpent.pm
index 0a651c7f..65947f66 100644
--- a/lib/Crypt/Cipher/Serpent.pm
+++ b/lib/Crypt/Cipher/Serpent.pm
@@ -4,7 +4,7 @@ package Crypt::Cipher::Serpent;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use base qw(Crypt::Cipher);
diff --git a/lib/Crypt/Cipher/Skipjack.pm b/lib/Crypt/Cipher/Skipjack.pm
index 7760c017..c5400334 100644
--- a/lib/Crypt/Cipher/Skipjack.pm
+++ b/lib/Crypt/Cipher/Skipjack.pm
@@ -4,7 +4,7 @@ package Crypt::Cipher::Skipjack;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use base qw(Crypt::Cipher);
diff --git a/lib/Crypt/Cipher/Twofish.pm b/lib/Crypt/Cipher/Twofish.pm
index 808c145e..6b4aecff 100644
--- a/lib/Crypt/Cipher/Twofish.pm
+++ b/lib/Crypt/Cipher/Twofish.pm
@@ -4,7 +4,7 @@ package Crypt::Cipher::Twofish;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use base qw(Crypt::Cipher);
diff --git a/lib/Crypt/Cipher/XTEA.pm b/lib/Crypt/Cipher/XTEA.pm
index f1ad05f1..e39577dd 100644
--- a/lib/Crypt/Cipher/XTEA.pm
+++ b/lib/Crypt/Cipher/XTEA.pm
@@ -4,7 +4,7 @@ package Crypt::Cipher::XTEA;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use base qw(Crypt::Cipher);
diff --git a/lib/Crypt/Digest.pm b/lib/Crypt/Digest.pm
index 50a22460..d9310089 100644
--- a/lib/Crypt/Digest.pm
+++ b/lib/Crypt/Digest.pm
@@ -2,7 +2,7 @@ package Crypt::Digest;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
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 --git a/lib/Crypt/Digest/BLAKE2b_160.pm b/lib/Crypt/Digest/BLAKE2b_160.pm
index e526154e..cbca4b91 100644
--- a/lib/Crypt/Digest/BLAKE2b_160.pm
+++ b/lib/Crypt/Digest/BLAKE2b_160.pm
@@ -4,7 +4,7 @@ package Crypt::Digest::BLAKE2b_160;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
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 --git a/lib/Crypt/Digest/BLAKE2b_256.pm b/lib/Crypt/Digest/BLAKE2b_256.pm
index 789a0fd0..66148def 100644
--- a/lib/Crypt/Digest/BLAKE2b_256.pm
+++ b/lib/Crypt/Digest/BLAKE2b_256.pm
@@ -4,7 +4,7 @@ package Crypt::Digest::BLAKE2b_256;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
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 --git a/lib/Crypt/Digest/BLAKE2b_384.pm b/lib/Crypt/Digest/BLAKE2b_384.pm
index bed110df..40f844f9 100644
--- a/lib/Crypt/Digest/BLAKE2b_384.pm
+++ b/lib/Crypt/Digest/BLAKE2b_384.pm
@@ -4,7 +4,7 @@ package Crypt::Digest::BLAKE2b_384;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
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 --git a/lib/Crypt/Digest/BLAKE2b_512.pm b/lib/Crypt/Digest/BLAKE2b_512.pm
index 0c27aa40..efcf52f1 100644
--- a/lib/Crypt/Digest/BLAKE2b_512.pm
+++ b/lib/Crypt/Digest/BLAKE2b_512.pm
@@ -4,7 +4,7 @@ package Crypt::Digest::BLAKE2b_512;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
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 --git a/lib/Crypt/Digest/BLAKE2s_128.pm b/lib/Crypt/Digest/BLAKE2s_128.pm
index 2cd0c784..995e4a1b 100644
--- a/lib/Crypt/Digest/BLAKE2s_128.pm
+++ b/lib/Crypt/Digest/BLAKE2s_128.pm
@@ -4,7 +4,7 @@ package Crypt::Digest::BLAKE2s_128;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
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 --git a/lib/Crypt/Digest/BLAKE2s_160.pm b/lib/Crypt/Digest/BLAKE2s_160.pm
index 740a7cf0..33d6a74c 100644
--- a/lib/Crypt/Digest/BLAKE2s_160.pm
+++ b/lib/Crypt/Digest/BLAKE2s_160.pm
@@ -4,7 +4,7 @@ package Crypt::Digest::BLAKE2s_160;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
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 --git a/lib/Crypt/Digest/BLAKE2s_224.pm b/lib/Crypt/Digest/BLAKE2s_224.pm
index 95f6fceb..53d82fb2 100644
--- a/lib/Crypt/Digest/BLAKE2s_224.pm
+++ b/lib/Crypt/Digest/BLAKE2s_224.pm
@@ -4,7 +4,7 @@ package Crypt::Digest::BLAKE2s_224;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
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 --git a/lib/Crypt/Digest/BLAKE2s_256.pm b/lib/Crypt/Digest/BLAKE2s_256.pm
index 9023d0fb..62805480 100644
--- a/lib/Crypt/Digest/BLAKE2s_256.pm
+++ b/lib/Crypt/Digest/BLAKE2s_256.pm
@@ -4,7 +4,7 @@ package Crypt::Digest::BLAKE2s_256;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
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 --git a/lib/Crypt/Digest/CHAES.pm b/lib/Crypt/Digest/CHAES.pm
index 8866f398..0c1f68f3 100644
--- a/lib/Crypt/Digest/CHAES.pm
+++ b/lib/Crypt/Digest/CHAES.pm
@@ -4,7 +4,7 @@ package Crypt::Digest::CHAES;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
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 --git a/lib/Crypt/Digest/Keccak224.pm b/lib/Crypt/Digest/Keccak224.pm
index 38b02004..7293d5ba 100644
--- a/lib/Crypt/Digest/Keccak224.pm
+++ b/lib/Crypt/Digest/Keccak224.pm
@@ -4,7 +4,7 @@ package Crypt::Digest::Keccak224;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
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 --git a/lib/Crypt/Digest/Keccak256.pm b/lib/Crypt/Digest/Keccak256.pm
index e36c4959..6a31d27b 100644
--- a/lib/Crypt/Digest/Keccak256.pm
+++ b/lib/Crypt/Digest/Keccak256.pm
@@ -4,7 +4,7 @@ package Crypt::Digest::Keccak256;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
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 --git a/lib/Crypt/Digest/Keccak384.pm b/lib/Crypt/Digest/Keccak384.pm
index 14b930c8..7a9807cd 100644
--- a/lib/Crypt/Digest/Keccak384.pm
+++ b/lib/Crypt/Digest/Keccak384.pm
@@ -4,7 +4,7 @@ package Crypt::Digest::Keccak384;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
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 --git a/lib/Crypt/Digest/Keccak512.pm b/lib/Crypt/Digest/Keccak512.pm
index 1f9f84f1..d92c259c 100644
--- a/lib/Crypt/Digest/Keccak512.pm
+++ b/lib/Crypt/Digest/Keccak512.pm
@@ -4,7 +4,7 @@ package Crypt::Digest::Keccak512;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
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 --git a/lib/Crypt/Digest/MD2.pm b/lib/Crypt/Digest/MD2.pm
index 14dea57d..7b7fa43a 100644
--- a/lib/Crypt/Digest/MD2.pm
+++ b/lib/Crypt/Digest/MD2.pm
@@ -4,7 +4,7 @@ package Crypt::Digest::MD2;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
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 --git a/lib/Crypt/Digest/MD4.pm b/lib/Crypt/Digest/MD4.pm
index c080ced0..fb942e11 100644
--- a/lib/Crypt/Digest/MD4.pm
+++ b/lib/Crypt/Digest/MD4.pm
@@ -4,7 +4,7 @@ package Crypt::Digest::MD4;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
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 --git a/lib/Crypt/Digest/MD5.pm b/lib/Crypt/Digest/MD5.pm
index 49dbceb2..b0ab2793 100644
--- a/lib/Crypt/Digest/MD5.pm
+++ b/lib/Crypt/Digest/MD5.pm
@@ -4,7 +4,7 @@ package Crypt::Digest::MD5;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
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 --git a/lib/Crypt/Digest/RIPEMD128.pm b/lib/Crypt/Digest/RIPEMD128.pm
index da8ed431..71c3f892 100644
--- a/lib/Crypt/Digest/RIPEMD128.pm
+++ b/lib/Crypt/Digest/RIPEMD128.pm
@@ -4,7 +4,7 @@ package Crypt::Digest::RIPEMD128;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
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 --git a/lib/Crypt/Digest/RIPEMD160.pm b/lib/Crypt/Digest/RIPEMD160.pm
index 71d9f585..790b65f2 100644
--- a/lib/Crypt/Digest/RIPEMD160.pm
+++ b/lib/Crypt/Digest/RIPEMD160.pm
@@ -4,7 +4,7 @@ package Crypt::Digest::RIPEMD160;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
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 --git a/lib/Crypt/Digest/RIPEMD256.pm b/lib/Crypt/Digest/RIPEMD256.pm
index 460e55e5..6c94655d 100644
--- a/lib/Crypt/Digest/RIPEMD256.pm
+++ b/lib/Crypt/Digest/RIPEMD256.pm
@@ -4,7 +4,7 @@ package Crypt::Digest::RIPEMD256;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
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 --git a/lib/Crypt/Digest/RIPEMD320.pm b/lib/Crypt/Digest/RIPEMD320.pm
index e912887b..a09d5be5 100644
--- a/lib/Crypt/Digest/RIPEMD320.pm
+++ b/lib/Crypt/Digest/RIPEMD320.pm
@@ -4,7 +4,7 @@ package Crypt::Digest::RIPEMD320;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
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 --git a/lib/Crypt/Digest/SHA1.pm b/lib/Crypt/Digest/SHA1.pm
index 8d716ce1..2d314ee9 100644
--- a/lib/Crypt/Digest/SHA1.pm
+++ b/lib/Crypt/Digest/SHA1.pm
@@ -4,7 +4,7 @@ package Crypt::Digest::SHA1;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
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 --git a/lib/Crypt/Digest/SHA224.pm b/lib/Crypt/Digest/SHA224.pm
index 5f384161..e4cba332 100644
--- a/lib/Crypt/Digest/SHA224.pm
+++ b/lib/Crypt/Digest/SHA224.pm
@@ -4,7 +4,7 @@ package Crypt::Digest::SHA224;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
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 --git a/lib/Crypt/Digest/SHA256.pm b/lib/Crypt/Digest/SHA256.pm
index f3048597..e43e3546 100644
--- a/lib/Crypt/Digest/SHA256.pm
+++ b/lib/Crypt/Digest/SHA256.pm
@@ -4,7 +4,7 @@ package Crypt::Digest::SHA256;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
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 --git a/lib/Crypt/Digest/SHA384.pm b/lib/Crypt/Digest/SHA384.pm
index 7ec2f1b7..90960d04 100644
--- a/lib/Crypt/Digest/SHA384.pm
+++ b/lib/Crypt/Digest/SHA384.pm
@@ -4,7 +4,7 @@ package Crypt::Digest::SHA384;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
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 --git a/lib/Crypt/Digest/SHA3_224.pm b/lib/Crypt/Digest/SHA3_224.pm
index c92f13b3..3ec944e3 100644
--- a/lib/Crypt/Digest/SHA3_224.pm
+++ b/lib/Crypt/Digest/SHA3_224.pm
@@ -4,7 +4,7 @@ package Crypt::Digest::SHA3_224;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
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 --git a/lib/Crypt/Digest/SHA3_256.pm b/lib/Crypt/Digest/SHA3_256.pm
index 2aa59e52..9cc04b91 100644
--- a/lib/Crypt/Digest/SHA3_256.pm
+++ b/lib/Crypt/Digest/SHA3_256.pm
@@ -4,7 +4,7 @@ package Crypt::Digest::SHA3_256;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
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 --git a/lib/Crypt/Digest/SHA3_384.pm b/lib/Crypt/Digest/SHA3_384.pm
index a67938e8..27326395 100644
--- a/lib/Crypt/Digest/SHA3_384.pm
+++ b/lib/Crypt/Digest/SHA3_384.pm
@@ -4,7 +4,7 @@ package Crypt::Digest::SHA3_384;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
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 --git a/lib/Crypt/Digest/SHA3_512.pm b/lib/Crypt/Digest/SHA3_512.pm
index 2832da93..a0b37e56 100644
--- a/lib/Crypt/Digest/SHA3_512.pm
+++ b/lib/Crypt/Digest/SHA3_512.pm
@@ -4,7 +4,7 @@ package Crypt::Digest::SHA3_512;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
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 --git a/lib/Crypt/Digest/SHA512.pm b/lib/Crypt/Digest/SHA512.pm
index fb54ae43..736036c4 100644
--- a/lib/Crypt/Digest/SHA512.pm
+++ b/lib/Crypt/Digest/SHA512.pm
@@ -4,7 +4,7 @@ package Crypt::Digest::SHA512;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
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 --git a/lib/Crypt/Digest/SHA512_224.pm b/lib/Crypt/Digest/SHA512_224.pm
index 681991c8..f3c0c394 100644
--- a/lib/Crypt/Digest/SHA512_224.pm
+++ b/lib/Crypt/Digest/SHA512_224.pm
@@ -4,7 +4,7 @@ package Crypt::Digest::SHA512_224;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
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 --git a/lib/Crypt/Digest/SHA512_256.pm b/lib/Crypt/Digest/SHA512_256.pm
index cc52c3fd..159f3051 100644
--- a/lib/Crypt/Digest/SHA512_256.pm
+++ b/lib/Crypt/Digest/SHA512_256.pm
@@ -4,7 +4,7 @@ package Crypt::Digest::SHA512_256;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
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 --git a/lib/Crypt/Digest/SHAKE.pm b/lib/Crypt/Digest/SHAKE.pm
index 0d666efe..322c293a 100644
--- a/lib/Crypt/Digest/SHAKE.pm
+++ b/lib/Crypt/Digest/SHAKE.pm
@@ -2,7 +2,7 @@ package Crypt::Digest::SHAKE;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use Carp;
$Carp::Internal{(__PACKAGE__)}++;
diff --git a/lib/Crypt/Digest/Tiger192.pm b/lib/Crypt/Digest/Tiger192.pm
index 64960a7c..960c577d 100644
--- a/lib/Crypt/Digest/Tiger192.pm
+++ b/lib/Crypt/Digest/Tiger192.pm
@@ -4,7 +4,7 @@ package Crypt::Digest::Tiger192;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
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 --git a/lib/Crypt/Digest/Whirlpool.pm b/lib/Crypt/Digest/Whirlpool.pm
index 90314501..eb9ed409 100644
--- a/lib/Crypt/Digest/Whirlpool.pm
+++ b/lib/Crypt/Digest/Whirlpool.pm
@@ -4,7 +4,7 @@ package Crypt::Digest::Whirlpool;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
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 --git a/lib/Crypt/KeyDerivation.pm b/lib/Crypt/KeyDerivation.pm
index fe691086..3a549c73 100644
--- a/lib/Crypt/KeyDerivation.pm
+++ b/lib/Crypt/KeyDerivation.pm
@@ -2,7 +2,7 @@ package Crypt::KeyDerivation;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
require Exporter; our @ISA = qw(Exporter); ### use Exporter 5.57 'import';
our %EXPORT_TAGS = ( all => [qw(pbkdf1 pbkdf2 hkdf hkdf_expand hkdf_extract)] );
diff --git a/lib/Crypt/Mac.pm b/lib/Crypt/Mac.pm
index a412bc23..8982d647 100644
--- a/lib/Crypt/Mac.pm
+++ b/lib/Crypt/Mac.pm
@@ -2,7 +2,7 @@ package Crypt::Mac;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use Carp;
$Carp::Internal{(__PACKAGE__)}++;
diff --git a/lib/Crypt/Mac/BLAKE2b.pm b/lib/Crypt/Mac/BLAKE2b.pm
index b8633c86..8ce23cf2 100644
--- a/lib/Crypt/Mac/BLAKE2b.pm
+++ b/lib/Crypt/Mac/BLAKE2b.pm
@@ -4,7 +4,7 @@ package Crypt::Mac::BLAKE2b;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use base qw(Crypt::Mac Exporter);
our %EXPORT_TAGS = ( all => [qw( blake2b blake2b_hex blake2b_b64 blake2b_b64u )] );
diff --git a/lib/Crypt/Mac/BLAKE2s.pm b/lib/Crypt/Mac/BLAKE2s.pm
index 095996d7..092ddeba 100644
--- a/lib/Crypt/Mac/BLAKE2s.pm
+++ b/lib/Crypt/Mac/BLAKE2s.pm
@@ -4,7 +4,7 @@ package Crypt::Mac::BLAKE2s;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use base qw(Crypt::Mac Exporter);
our %EXPORT_TAGS = ( all => [qw( blake2s blake2s_hex blake2s_b64 blake2s_b64u )] );
diff --git a/lib/Crypt/Mac/F9.pm b/lib/Crypt/Mac/F9.pm
index bb1b111a..f1522aae 100644
--- a/lib/Crypt/Mac/F9.pm
+++ b/lib/Crypt/Mac/F9.pm
@@ -4,7 +4,7 @@ package Crypt::Mac::F9;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use base qw(Crypt::Mac Exporter);
our %EXPORT_TAGS = ( all => [qw( f9 f9_hex f9_b64 f9_b64u )] );
diff --git a/lib/Crypt/Mac/HMAC.pm b/lib/Crypt/Mac/HMAC.pm
index ff8ae362..43dc52a4 100644
--- a/lib/Crypt/Mac/HMAC.pm
+++ b/lib/Crypt/Mac/HMAC.pm
@@ -4,7 +4,7 @@ package Crypt::Mac::HMAC;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use base qw(Crypt::Mac Exporter);
our %EXPORT_TAGS = ( all => [qw( hmac hmac_hex hmac_b64 hmac_b64u )] );
diff --git a/lib/Crypt/Mac/OMAC.pm b/lib/Crypt/Mac/OMAC.pm
index 86474ace..69b4b3bf 100644
--- a/lib/Crypt/Mac/OMAC.pm
+++ b/lib/Crypt/Mac/OMAC.pm
@@ -4,7 +4,7 @@ package Crypt::Mac::OMAC;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use base qw(Crypt::Mac Exporter);
our %EXPORT_TAGS = ( all => [qw( omac omac_hex omac_b64 omac_b64u )] );
diff --git a/lib/Crypt/Mac/PMAC.pm b/lib/Crypt/Mac/PMAC.pm
index 7fd75d47..40dd00bf 100644
--- a/lib/Crypt/Mac/PMAC.pm
+++ b/lib/Crypt/Mac/PMAC.pm
@@ -4,7 +4,7 @@ package Crypt::Mac::PMAC;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use base qw(Crypt::Mac Exporter);
our %EXPORT_TAGS = ( all => [qw( pmac pmac_hex pmac_b64 pmac_b64u )] );
diff --git a/lib/Crypt/Mac/Pelican.pm b/lib/Crypt/Mac/Pelican.pm
index 8c4f4b7a..c537291c 100644
--- a/lib/Crypt/Mac/Pelican.pm
+++ b/lib/Crypt/Mac/Pelican.pm
@@ -4,7 +4,7 @@ package Crypt::Mac::Pelican;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use base qw(Crypt::Mac Exporter);
our %EXPORT_TAGS = ( all => [qw( pelican pelican_hex pelican_b64 pelican_b64u )] );
diff --git a/lib/Crypt/Mac/Poly1305.pm b/lib/Crypt/Mac/Poly1305.pm
index ac21fe9f..d91bed0e 100644
--- a/lib/Crypt/Mac/Poly1305.pm
+++ b/lib/Crypt/Mac/Poly1305.pm
@@ -4,7 +4,7 @@ package Crypt::Mac::Poly1305;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use base qw(Crypt::Mac Exporter);
our %EXPORT_TAGS = ( all => [qw( poly1305 poly1305_hex poly1305_b64 poly1305_b64u )] );
diff --git a/lib/Crypt/Mac/XCBC.pm b/lib/Crypt/Mac/XCBC.pm
index 4627d86b..23195e26 100644
--- a/lib/Crypt/Mac/XCBC.pm
+++ b/lib/Crypt/Mac/XCBC.pm
@@ -4,7 +4,7 @@ package Crypt::Mac::XCBC;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use base qw(Crypt::Mac Exporter);
our %EXPORT_TAGS = ( all => [qw( xcbc xcbc_hex xcbc_b64 xcbc_b64u )] );
diff --git a/lib/Crypt/Misc.pm b/lib/Crypt/Misc.pm
index 3a20e17b..46caf273 100644
--- a/lib/Crypt/Misc.pm
+++ b/lib/Crypt/Misc.pm
@@ -2,7 +2,7 @@ package Crypt::Misc;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
require Exporter; our @ISA = qw(Exporter); ### use Exporter 5.57 'import';
use Carp 'croak';
diff --git a/lib/Crypt/Mode.pm b/lib/Crypt/Mode.pm
index ab7ee5a5..92fe6135 100644
--- a/lib/Crypt/Mode.pm
+++ b/lib/Crypt/Mode.pm
@@ -2,7 +2,7 @@ package Crypt::Mode;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
### not used
diff --git a/lib/Crypt/Mode/CBC.pm b/lib/Crypt/Mode/CBC.pm
index 1d3b09ad..f509bb30 100644
--- a/lib/Crypt/Mode/CBC.pm
+++ b/lib/Crypt/Mode/CBC.pm
@@ -4,7 +4,7 @@ package Crypt::Mode::CBC;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use Crypt::Cipher;
diff --git a/lib/Crypt/Mode/CFB.pm b/lib/Crypt/Mode/CFB.pm
index fa38fc76..c1bbd286 100644
--- a/lib/Crypt/Mode/CFB.pm
+++ b/lib/Crypt/Mode/CFB.pm
@@ -4,7 +4,7 @@ package Crypt::Mode::CFB;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use Crypt::Cipher;
diff --git a/lib/Crypt/Mode/CTR.pm b/lib/Crypt/Mode/CTR.pm
index 3ae9a4f7..5f5214b8 100644
--- a/lib/Crypt/Mode/CTR.pm
+++ b/lib/Crypt/Mode/CTR.pm
@@ -4,7 +4,7 @@ package Crypt::Mode::CTR;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use Crypt::Cipher;
diff --git a/lib/Crypt/Mode/ECB.pm b/lib/Crypt/Mode/ECB.pm
index f735ef2b..d3aefcb4 100644
--- a/lib/Crypt/Mode/ECB.pm
+++ b/lib/Crypt/Mode/ECB.pm
@@ -4,7 +4,7 @@ package Crypt::Mode::ECB;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use Crypt::Cipher;
diff --git a/lib/Crypt/Mode/OFB.pm b/lib/Crypt/Mode/OFB.pm
index 4f92ccaf..6fe45ee4 100644
--- a/lib/Crypt/Mode/OFB.pm
+++ b/lib/Crypt/Mode/OFB.pm
@@ -4,7 +4,7 @@ package Crypt::Mode::OFB;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use Crypt::Cipher;
diff --git a/lib/Crypt/PK.pm b/lib/Crypt/PK.pm
index 4137c82b..7e0abc6c 100644
--- a/lib/Crypt/PK.pm
+++ b/lib/Crypt/PK.pm
@@ -2,7 +2,7 @@ package Crypt::PK;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use Carp;
diff --git a/lib/Crypt/PK/DH.pm b/lib/Crypt/PK/DH.pm
index 21eb3903..a6f4f1fd 100644
--- a/lib/Crypt/PK/DH.pm
+++ b/lib/Crypt/PK/DH.pm
@@ -2,7 +2,7 @@ package Crypt::PK::DH;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
require Exporter; our @ISA = qw(Exporter); ### use Exporter 5.57 'import';
our %EXPORT_TAGS = ( all => [qw( dh_shared_secret )] );
diff --git a/lib/Crypt/PK/DSA.pm b/lib/Crypt/PK/DSA.pm
index ccfb280e..ef22a96a 100644
--- a/lib/Crypt/PK/DSA.pm
+++ b/lib/Crypt/PK/DSA.pm
@@ -2,7 +2,7 @@ package Crypt::PK::DSA;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
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 --git a/lib/Crypt/PK/ECC.pm b/lib/Crypt/PK/ECC.pm
index ed23f59b..a51511ea 100644
--- a/lib/Crypt/PK/ECC.pm
+++ b/lib/Crypt/PK/ECC.pm
@@ -2,7 +2,7 @@ package Crypt::PK::ECC;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
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 --git a/lib/Crypt/PK/Ed25519.pm b/lib/Crypt/PK/Ed25519.pm
index 5bd189ec..1f45d0ea 100644
--- a/lib/Crypt/PK/Ed25519.pm
+++ b/lib/Crypt/PK/Ed25519.pm
@@ -2,7 +2,7 @@ package Crypt::PK::Ed25519;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
require Exporter; our @ISA = qw(Exporter); ### use Exporter 5.57 'import';
our %EXPORT_TAGS = ( all => [qw( )] );
diff --git a/lib/Crypt/PK/RSA.pm b/lib/Crypt/PK/RSA.pm
index 92d20de8..f225e7f3 100644
--- a/lib/Crypt/PK/RSA.pm
+++ b/lib/Crypt/PK/RSA.pm
@@ -2,7 +2,7 @@ package Crypt::PK::RSA;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
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 --git a/lib/Crypt/PK/X25519.pm b/lib/Crypt/PK/X25519.pm
index 45ef9f11..b2cce6fe 100644
--- a/lib/Crypt/PK/X25519.pm
+++ b/lib/Crypt/PK/X25519.pm
@@ -2,7 +2,7 @@ package Crypt::PK::X25519;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
require Exporter; our @ISA = qw(Exporter); ### use Exporter 5.57 'import';
our %EXPORT_TAGS = ( all => [qw( )] );
diff --git a/lib/Crypt/PRNG.pm b/lib/Crypt/PRNG.pm
index cd801240..2ac82b70 100644
--- a/lib/Crypt/PRNG.pm
+++ b/lib/Crypt/PRNG.pm
@@ -2,7 +2,7 @@ package Crypt::PRNG;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
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 --git a/lib/Crypt/PRNG/ChaCha20.pm b/lib/Crypt/PRNG/ChaCha20.pm
index ed1c2353..7251bb1e 100644
--- a/lib/Crypt/PRNG/ChaCha20.pm
+++ b/lib/Crypt/PRNG/ChaCha20.pm
@@ -2,7 +2,7 @@ package Crypt::PRNG::ChaCha20;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
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 --git a/lib/Crypt/PRNG/Fortuna.pm b/lib/Crypt/PRNG/Fortuna.pm
index 1b27e6d6..287e9ce5 100644
--- a/lib/Crypt/PRNG/Fortuna.pm
+++ b/lib/Crypt/PRNG/Fortuna.pm
@@ -2,7 +2,7 @@ package Crypt::PRNG::Fortuna;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
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 --git a/lib/Crypt/PRNG/RC4.pm b/lib/Crypt/PRNG/RC4.pm
index 7f9ecf23..d025b9b6 100644
--- a/lib/Crypt/PRNG/RC4.pm
+++ b/lib/Crypt/PRNG/RC4.pm
@@ -2,7 +2,7 @@ package Crypt::PRNG::RC4;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
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 --git a/lib/Crypt/PRNG/Sober128.pm b/lib/Crypt/PRNG/Sober128.pm
index 852dd371..f64f3082 100644
--- a/lib/Crypt/PRNG/Sober128.pm
+++ b/lib/Crypt/PRNG/Sober128.pm
@@ -2,7 +2,7 @@ package Crypt::PRNG::Sober128;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
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 --git a/lib/Crypt/PRNG/Yarrow.pm b/lib/Crypt/PRNG/Yarrow.pm
index acfc4f04..3f6b8f8f 100644
--- a/lib/Crypt/PRNG/Yarrow.pm
+++ b/lib/Crypt/PRNG/Yarrow.pm
@@ -2,7 +2,7 @@ package Crypt::PRNG::Yarrow;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
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 --git a/lib/Crypt/Stream/ChaCha.pm b/lib/Crypt/Stream/ChaCha.pm
index 1333e1f9..e2f6768b 100644
--- a/lib/Crypt/Stream/ChaCha.pm
+++ b/lib/Crypt/Stream/ChaCha.pm
@@ -2,7 +2,7 @@ package Crypt::Stream::ChaCha;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use CryptX;
diff --git a/lib/Crypt/Stream/RC4.pm b/lib/Crypt/Stream/RC4.pm
index f6b7d533..0f681e14 100644
--- a/lib/Crypt/Stream/RC4.pm
+++ b/lib/Crypt/Stream/RC4.pm
@@ -2,7 +2,7 @@ package Crypt::Stream::RC4;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use CryptX;
diff --git a/lib/Crypt/Stream/Rabbit.pm b/lib/Crypt/Stream/Rabbit.pm
index 6f0bd07a..45db5f98 100644
--- a/lib/Crypt/Stream/Rabbit.pm
+++ b/lib/Crypt/Stream/Rabbit.pm
@@ -2,7 +2,7 @@ package Crypt::Stream::Rabbit;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use CryptX;
diff --git a/lib/Crypt/Stream/Salsa20.pm b/lib/Crypt/Stream/Salsa20.pm
index 3d4698b6..b43e74d0 100644
--- a/lib/Crypt/Stream/Salsa20.pm
+++ b/lib/Crypt/Stream/Salsa20.pm
@@ -2,7 +2,7 @@ package Crypt::Stream::Salsa20;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use CryptX;
diff --git a/lib/Crypt/Stream/Sober128.pm b/lib/Crypt/Stream/Sober128.pm
index 3d5a5d9d..1467cda5 100644
--- a/lib/Crypt/Stream/Sober128.pm
+++ b/lib/Crypt/Stream/Sober128.pm
@@ -2,7 +2,7 @@ package Crypt::Stream::Sober128;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use CryptX;
diff --git a/lib/Crypt/Stream/Sosemanuk.pm b/lib/Crypt/Stream/Sosemanuk.pm
index 7cb2cfff..2da5d319 100644
--- a/lib/Crypt/Stream/Sosemanuk.pm
+++ b/lib/Crypt/Stream/Sosemanuk.pm
@@ -2,7 +2,7 @@ package Crypt::Stream::Sosemanuk;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use CryptX;
diff --git a/lib/CryptX.pm b/lib/CryptX.pm
index 296f5ee3..49c5bb14 100644
--- a/lib/CryptX.pm
+++ b/lib/CryptX.pm
@@ -2,7 +2,7 @@ package CryptX;
use strict;
use warnings ;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
require XSLoader;
XSLoader::load('CryptX', $VERSION);
diff --git a/lib/Math/BigInt/LTM.pm b/lib/Math/BigInt/LTM.pm
index d9ba239c..326b68b9 100644
--- a/lib/Math/BigInt/LTM.pm
+++ b/lib/Math/BigInt/LTM.pm
@@ -2,7 +2,7 @@ package Math::BigInt::LTM;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use CryptX;
use Carp;