sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Given a Hash/pseudorandom function, get the PBKDF
module H : Tezos_crypto.Hacl.Hash.S
val pbkdf2 :
password:Tezos_base.TzPervasives.Bytes.t ->
salt:Tezos_base.TzPervasives.Bytes.t ->
count:int ->
dk_len:int32 ->
Tezos_base.TzPervasives.Bytes.t
pbkdf2 password salt count dk_len
is dk
, the derived key of dk_len
octets.