summaryrefslogtreecommitdiff
path: root/lib/Crypt/PRNG
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Crypt/PRNG')
-rw-r--r--lib/Crypt/PRNG/ChaCha20.pm2
-rw-r--r--lib/Crypt/PRNG/Fortuna.pm2
-rw-r--r--lib/Crypt/PRNG/RC4.pm2
-rw-r--r--lib/Crypt/PRNG/Sober128.pm2
-rw-r--r--lib/Crypt/PRNG/Yarrow.pm2
5 files changed, 5 insertions, 5 deletions
diff --git a/lib/Crypt/PRNG/ChaCha20.pm b/lib/Crypt/PRNG/ChaCha20.pm
index 1a91f084..b4f4c798 100644
--- a/lib/Crypt/PRNG/ChaCha20.pm
+++ b/lib/Crypt/PRNG/ChaCha20.pm
@@ -2,7 +2,7 @@ package Crypt::PRNG::ChaCha20;
use strict;
use warnings;
-our $VERSION = '0.078';
+our $VERSION = '0.080';
use base qw(Crypt::PRNG Exporter);
our %EXPORT_TAGS = ( all => [qw(random_bytes random_bytes_hex random_bytes_b64 random_bytes_b64u random_string random_string_from rand irand)] );
diff --git a/lib/Crypt/PRNG/Fortuna.pm b/lib/Crypt/PRNG/Fortuna.pm
index 6bd42046..2dd9245c 100644
--- a/lib/Crypt/PRNG/Fortuna.pm
+++ b/lib/Crypt/PRNG/Fortuna.pm
@@ -2,7 +2,7 @@ package Crypt::PRNG::Fortuna;
use strict;
use warnings;
-our $VERSION = '0.078';
+our $VERSION = '0.080';
use base qw(Crypt::PRNG Exporter);
our %EXPORT_TAGS = ( all => [qw(random_bytes random_bytes_hex random_bytes_b64 random_bytes_b64u random_string random_string_from rand irand)] );
diff --git a/lib/Crypt/PRNG/RC4.pm b/lib/Crypt/PRNG/RC4.pm
index e998b2b2..5df413d0 100644
--- a/lib/Crypt/PRNG/RC4.pm
+++ b/lib/Crypt/PRNG/RC4.pm
@@ -2,7 +2,7 @@ package Crypt::PRNG::RC4;
use strict;
use warnings;
-our $VERSION = '0.078';
+our $VERSION = '0.080';
use base qw(Crypt::PRNG Exporter);
our %EXPORT_TAGS = ( all => [qw(random_bytes random_bytes_hex random_bytes_b64 random_bytes_b64u random_string random_string_from rand irand)] );
diff --git a/lib/Crypt/PRNG/Sober128.pm b/lib/Crypt/PRNG/Sober128.pm
index f63d66a2..7257af67 100644
--- a/lib/Crypt/PRNG/Sober128.pm
+++ b/lib/Crypt/PRNG/Sober128.pm
@@ -2,7 +2,7 @@ package Crypt::PRNG::Sober128;
use strict;
use warnings;
-our $VERSION = '0.078';
+our $VERSION = '0.080';
use base qw(Crypt::PRNG Exporter);
our %EXPORT_TAGS = ( all => [qw(random_bytes random_bytes_hex random_bytes_b64 random_bytes_b64u random_string random_string_from rand irand)] );
diff --git a/lib/Crypt/PRNG/Yarrow.pm b/lib/Crypt/PRNG/Yarrow.pm
index bf9ddbb8..caf1fe2c 100644
--- a/lib/Crypt/PRNG/Yarrow.pm
+++ b/lib/Crypt/PRNG/Yarrow.pm
@@ -2,7 +2,7 @@ package Crypt::PRNG::Yarrow;
use strict;
use warnings;
-our $VERSION = '0.078';
+our $VERSION = '0.080';
use base qw(Crypt::PRNG Exporter);
our %EXPORT_TAGS = ( all => [qw(random_bytes random_bytes_hex random_bytes_b64 random_bytes_b64u random_string random_string_from rand irand)] );