Pbkdf.Make
SourceGiven a Hash/pseudorandom function, get the PBKDF
module H : Digestif.S
pbkdf1 password salt count dk_len
is dk
, the derived key of dk_len
octets. The salt
must be eight octets, count
the iteration count.
pbkdf2 password salt count dk_len
is dk
, the derived key of dk_len
octets.