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

tezos-octez-v20.1.tag.bz2
sha256=ddfb5076eeb0b32ac21c1eed44e8fc86a6743ef18ab23fff02d36e365bb73d61
sha512=d22a827df5146e0aa274df48bc2150b098177ff7e5eab52c6109e867eb0a1f0ec63e6bfbb0e3645a6c2112de3877c91a17df32ccbff301891ce4ba630c997a65

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.