summaryrefslogtreecommitdiff
path: root/lib/Crypt/PK
diff options
context:
space:
mode:
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/Ed25519.pm2
-rw-r--r--lib/Crypt/PK/RSA.pm2
-rw-r--r--lib/Crypt/PK/X25519.pm2
6 files changed, 6 insertions, 6 deletions
diff --git a/lib/Crypt/PK/DH.pm b/lib/Crypt/PK/DH.pm
index c3f146fb..adfc94a2 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.079_001';
+our $VERSION = '0.079_002';
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 bb23ceed..ed1b1e55 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.079_001';
+our $VERSION = '0.079_002';
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 7c2158e4..ff9f0770 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.079_001';
+our $VERSION = '0.079_002';
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 a39496c6..5fc67a8a 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.079_001';
+our $VERSION = '0.079_002';
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 e10a89d7..2c01aa1f 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.079_001';
+our $VERSION = '0.079_002';
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 ef4d7bb5..e0952517 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.079_001';
+our $VERSION = '0.079_002';
require Exporter; our @ISA = qw(Exporter); ### use Exporter 5.57 'import';
our %EXPORT_TAGS = ( all => [qw( )] );