package secp256k1-internal

  1. Overview
  2. Docs

Module Group.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 of_fields : ?x:Field.Storage.t -> ?y:Field.Storage.t -> unit -> t
Sourceval cmov : t -> t -> bool -> unit

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