summaryrefslogtreecommitdiff
path: root/lib/Crypt/PK
diff options
context:
space:
mode:
authorKarel Miko <karel.miko@gmail.com>2018-10-29 13:09:40 +0100
committerKarel Miko <karel.miko@gmail.com>2018-10-29 13:09:40 +0100
commit96c65e1e1a08d880995ecef16bcc8d0acc94e474 (patch)
treee7add781e6780ed1474036ec8b4431ddf0f2afdf /lib/Crypt/PK
parent5fb1e57ff1ca7bfd863c4dc3b526e9ef7e2ef83e (diff)
version bump
Diffstat (limited to 'lib/Crypt/PK')
-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/RSA.pm2
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/Crypt/PK/DH.pm b/lib/Crypt/PK/DH.pm
index 49bee435..abc9e9c2 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.061_003';
+our $VERSION = '0.062';
require Exporter; our @ISA = qw(Exporter); ### use Exporter 'import';
our %EXPORT_TAGS = ( all => [qw( dh_shared_secret )] );
diff --git a/lib/Crypt/PK/DSA.pm b/lib/Crypt/PK/DSA.pm
index 21cb7baf..95f8764a 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.061_003';
+our $VERSION = '0.062';
require Exporter; our @ISA = qw(Exporter); ### use Exporter '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 3664aa48..9e76efa4 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.061_003';
+our $VERSION = '0.062';
require Exporter; our @ISA = qw(Exporter); ### use Exporter '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/RSA.pm b/lib/Crypt/PK/RSA.pm
index ac78650e..43b2d4b8 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.061_003';
+our $VERSION = '0.062';
require Exporter; our @ISA = qw(Exporter); ### use Exporter 'import';
our %EXPORT_TAGS = ( all => [qw(rsa_encrypt rsa_decrypt rsa_sign_message rsa_verify_message rsa_sign_hash rsa_verify_hash)] );