summaryrefslogtreecommitdiff
path: root/lib/Crypt/KeyDerivation.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Crypt/KeyDerivation.pm')
-rw-r--r--lib/Crypt/KeyDerivation.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Crypt/KeyDerivation.pm b/lib/Crypt/KeyDerivation.pm
index cb4ecf4c..7ede7149 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.079_001';
+our $VERSION = '0.079_002';
require Exporter; our @ISA = qw(Exporter); ### use Exporter 5.57 'import';
our %EXPORT_TAGS = ( all => [qw(pbkdf1 pbkdf2 hkdf hkdf_expand hkdf_extract)] );