]> Dogcows Code - chaz/p5-File-KDBX/blobdiff - lib/File/KDBX/KDF/Argon2.pm
Version 0.904
[chaz/p5-File-KDBX] / lib / File / KDBX / KDF / Argon2.pm
index 4e7889b671b947033304ae365df1a0fc56fd5926..6d0ce8ca8f83e28979cc2a03edac20cffe0304b1 100644 (file)
@@ -12,7 +12,7 @@ use namespace::clean;
 
 extends 'File::KDBX::KDF';
 
-our $VERSION = '0.903'; # VERSION
+our $VERSION = '0.904'; # VERSION
 
 
 sub salt        { $_[0]->{+KDF_PARAM_ARGON2_SALT} or throw 'Salt is not set' }
@@ -69,7 +69,7 @@ File::KDBX::KDF::Argon2 - The Argon2 family of key derivation functions
 
 =head1 VERSION
 
-version 0.903
+version 0.904
 
 =head1 DESCRIPTION
 
This page took 0.021044 seconds and 4 git commands to generate.