sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
module L : sig ... end
module Affine : sig ... end
type pk = Affine.point
val pk_encoding : (P.pk, pk L.repr, pk) L.Encodings.encoding
type signature = {
sig_u_bytes : bool list L.repr;
sig_r : Affine.point L.repr;
c_bytes : bool list L.repr;
}
val signature_encoding :
(P.signature, signature, bool list * (pk * bool list)) L.Encodings.encoding