package secp256k1-internal

  1. Overview
  2. Docs

Module Field.StorageSource

Sourcetype t
Sourceval size : int
Sourceval of_cstruct : Cstruct.t -> t option
Sourceval of_cstruct_exn : Cstruct.t -> t
Sourceval to_cstruct : t -> Cstruct.t
Sourceval const : ?d7:int64 -> ?d6:int64 -> ?d5:int64 -> ?d4:int64 -> ?d3:int64 -> ?d2:int64 -> ?d1:int64 -> ?d0:int64 -> unit -> t
Sourceval cmov : t -> t -> bool -> unit

If flag is true, set *r equal to *a; otherwise leave it. Constant-time.

OCaml

Innovation. Community. Security.