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.0.tar.gz
sha256=c6df840ebbf115e454db949028c595bec558a59a66cade73b52a6d099d6fa4d4
sha512=d8aee903b9fe130d73176bc8ec38b78c9ff65317da3cb4f3415f09af0c625b4384e7498201fdb61aa39086a7d5d409d0ab3423f9bc3ab989a680cf444a79bc13

doc/octez-libs.plompiler/Plompiler/Utils/index.html

Module Plompiler.UtilsSource

Sourceval alpha : Z.t
Sourceval bitlist : le:bool -> bytes -> bool list
Sourceval of_bitlist : le:bool -> bool list -> bytes
Sourceval bytes_of_hex : string -> bytes
Sourceval hex_of_bytes : bytes -> string
Sourceval bool_list_to_scalar : bool list -> S.t
Sourceval bool_list_to_z : bool list -> Z.t
Sourceval bool_list_of_z : ?nb_bits:int -> Z.t -> bool list
Sourceval split_exactly : 'a list -> int -> 'a list list
Sourceval bool_list_change_endianness : 'a list -> 'a list
Sourceval limbs_of_bool_list : nb_bits:int -> bool list -> int list
Sourcemodule Z : sig ... end
Sourceval (%!) : Z.t -> Z.t -> Z.t
Sourceval next_multiple_of : int -> int -> int
Sourceval is_power_of_2 : Z.t -> bool
Sourceval min_nb_limbs : modulus:Z.t -> base:Z.t -> int
Sourceval z_to_limbs : len:int -> base:Z.t -> Z.t -> Z.t list
Sourceval z_of_limbs : base:Z.t -> Z.t list -> Z.t
Sourceval mod_add_limbs : modulus:Z.t -> base:Z.t -> Z.t list -> Z.t list -> Z.t list
Sourceval mod_sub_limbs : modulus:Z.t -> base:Z.t -> Z.t list -> Z.t list -> Z.t list
Sourceval mod_mul_limbs : modulus:Z.t -> base:Z.t -> Z.t list -> Z.t list -> Z.t list
Sourceval mod_div_limbs : modulus:Z.t -> base:Z.t -> Z.t list -> Z.t list -> Z.t list
Sourceval transpose : 'a list list -> 'a list List.t
Sourceval of_bytes : 'a Repr.t -> bytes -> 'a
Sourceval to_bytes : 'a Repr.t -> 'a -> bytes
Sourceval tables_cs_encoding_t : (string list * Csir.CS.t) Repr.t
Sourceval save_cs_to_file : string -> string list -> Csir.CS.t -> unit
Sourceval load_cs_from_file : string -> string list * Csir.CS.t
Sourceval get_circuit_id : Csir.CS.raw_constraint array list -> string
Sourceval circuit_dir : string
Sourceval circuit_path : string -> string
Sourceval dump_label_traces : string -> Csir.CS.t -> unit
Sourceval dump_label_range_checks_traces : string -> (string list * int) list -> unit
OCaml

Innovation. Community. Security.