summaryrefslogtreecommitdiff
path: root/lib/Crypt/PK/ECC.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Crypt/PK/ECC.pm')
-rw-r--r--lib/Crypt/PK/ECC.pm2
1 files changed, 1 insertions, 1 deletions
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 )] );