Crypto_algo.Pbkdf2_paramsPBKFD2 key derivation parameters.
The type for Pbkdf2Params objects.
val v :
?name:Jstr.t ->
hash:Jstr.t ->
salt:Brr.Tarray.Buffer.t ->
iterations:int ->
unit ->
algov ~name ~hash ~salt ~iterations is key derivation parameters object with given properties. name defaults to "PBKDF2".
hash a is the name of the digest function to use.
val salt : t -> Brr.Tarray.Buffer.tsalt a is the random salt to use.
val iterations : t -> intiteration a is the number of iterations to use.