summaryrefslogtreecommitdiff
path: root/lib/Crypt/Mac
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Crypt/Mac')
-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
9 files changed, 9 insertions, 9 deletions
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 )] );