X-Git-Url: http://git.ieval.ro/?p=authen-passphrase-scrypt.git;a=blobdiff_plain;f=lib%2FAuthen%2FPassphrase%2FScrypt.pm;h=213d4136f9242c14ed6e2e3f9f39b99aa625d452;hp=060e2c88eed613216d0d5fbf9c16564b455a97e2;hb=2fc55944af6c2166f79282673fb4318021b7fc42;hpb=061ad9c5552b029791cb7a14a22c878024169dc9 diff --git a/lib/Authen/Passphrase/Scrypt.pm b/lib/Authen/Passphrase/Scrypt.pm index 060e2c8..213d413 100644 --- a/lib/Authen/Passphrase/Scrypt.pm +++ b/lib/Authen/Passphrase/Scrypt.pm @@ -9,7 +9,7 @@ use parent qw/Exporter Authen::Passphrase Class::Accessor::Fast/; our @EXPORT = qw/crypto_scrypt/; our @EXPORT_OK = @EXPORT; -our $VERSION = '0.001'; +our $VERSION = '0.001001'; use Data::Entropy::Algorithms qw/rand_bits/; use Digest::SHA qw/sha256 hmac_sha256/;