package octez-libs

  1. Overview
  2. Docs
A package that contains multiple base libraries used by the Octez suite

Install

Dune Dependency

Authors

Maintainers

Sources

octez-19.1.tar.gz
sha256=55ea1fb8bb3273a7fc270ca8f650d45c56449665619482aad9bc12f3ea736b7e
sha512=fec850fc2d17d7490bbabd5147d62aad13b3aaed8774270f8a38ab419670ed03e0fd30cf8642a97984eca5c2446726fe590ad99c015f7ec50919dc7652f25053

doc/octez-libs.plompiler/Plompiler/Gadget/Schnorr/Curve/index.html

Module Schnorr.CurveSource

Sourceexception Not_on_curve of Bytes.t
Sourceval size_in_bytes : int
Sourcemodule Scalar : sig ... end
Sourcemodule Base : sig ... end
Sourceval check_bytes : Bytes.t -> bool
Sourceval of_bytes_opt : Bytes.t -> t option
Sourceval of_bytes_exn : Bytes.t -> t
Sourceval to_bytes : t -> Bytes.t
Sourceval zero : t
Sourceval one : t
Sourceval is_zero : t -> bool
Sourceval random : ?state:Random.State.t -> unit -> t
Sourceval add : t -> t -> t
Sourceval double : t -> t
Sourceval negate : t -> t
Sourceval eq : t -> t -> bool
Sourceval mul : t -> Scalar.t -> t
Sourceval a : Base.t
Sourceval d : Base.t
Sourceval cofactor : Z.t
Sourceval is_on_curve : u:Base.t -> v:Base.t -> bool
Sourceval is_in_prime_subgroup : u:Base.t -> v:Base.t -> bool
Sourceval get_u_coordinate : t -> Base.t
Sourceval get_v_coordinate : t -> Base.t
Sourceval to_montgomery_curve_parameters : unit -> (Base.t * Base.t * Z.t * (Base.t * Base.t)) option
Sourceval to_montgomery : t -> (Base.t * Base.t) option
Sourceval from_coordinates_opt : u:Base.t -> v:Base.t -> t option
Sourceval from_coordinates_exn : u:Base.t -> v:Base.t -> t
Sourceval unsafe_from_coordinates : u:Base.t -> v:Base.t -> t
OCaml

Innovation. Community. Security.