sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
K_gen
can be instantiated over a hashing module to obtain an RFC6979 compliant k
-generator for that hash.
module H : Mirage_crypto.Hash.S
val generate : key:priv -> Cstruct.t -> Cstruct.t
generate ~key digest
deterministically takes the given private key and message digest to a k
suitable for seeding the signing process.