Codebase list libcryptx-perl / 2d49a98
doc fix Karel Miko 5 years ago
1 changed file(s) with 2 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
2121 Crypt::KeyDerivation - PBKDF1, PBKDF2 and HKDF key derivation functions
2222
2323 =head1 SYNOPSIS
24
25 use Crypt::KeyDerivation ':all';
2426
2527 ### PBKDF1/2
2628 $derived_key1 = pbkdf1($password, $salt, $iteration_count, $hash_name, $len);