summaryrefslogtreecommitdiff
path: root/lib/Crypt/PK/RSA.pm
diff options
context:
space:
mode:
authorKarel Miko <karel.miko@gmail.com>2019-06-12 15:25:44 +0200
committerKarel Miko <karel.miko@gmail.com>2019-06-12 15:25:44 +0200
commitc730b745fcf871eb7d934e2fc8986c4b79901d46 (patch)
treea66ee3f9afcdab2e391c115c32a946da9e45a983 /lib/Crypt/PK/RSA.pm
parentf21e5f2cdb709950bf1a0b0d34a265889d438120 (diff)
another dev version
Diffstat (limited to 'lib/Crypt/PK/RSA.pm')
-rw-r--r--lib/Crypt/PK/RSA.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Crypt/PK/RSA.pm b/lib/Crypt/PK/RSA.pm
index abf71b15..2382b827 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.063_003';
+our $VERSION = '0.063_004';
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)] );