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.
- raises Invalid_argument
when either
salt
is not eight octets long or eithercount
ordk_len
are not valid.
Pbkdf.Make
module H : Mirage_crypto.Hash.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.
when either salt
is not eight octets long or either count
or dk_len
are not valid.