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-18.1.tar.gz
sha256=aa2f5bc99cc4ca2217c52a1af2a2cdfd3b383208cb859ca2e79ca0903396ca1d
sha512=d68bb3eb615e3dcccc845fddfc9901c95b3c6dc8e105e39522ce97637b1308a7fa7aa1d271351d5933febd7476b2819e1694f31198f1f0919681f1f9cc97cb3a

doc/octez-libs.crypto-dal/Tezos_crypto_dal/Cryptobox/Config/index.html

Module Cryptobox.ConfigSource

node parameters for the DAL.

Sourcetype t = Tezos_crypto_dal_octez_dal_config.Dal_config.t = {
  1. activated : bool;
  2. use_mock_srs_for_testing : parameters option;
  3. bootstrap_peers : string list;
}
Sourceval encoding : t Data_encoding.t
Sourceval default : t
Sourceval init_dal : find_srs_files: (unit -> (string * string) Tezos_error_monad.Error_monad.tzresult) -> ?srs_size_log2:int -> t -> unit Tezos_error_monad.Error_monad.tzresult Lwt.t

init_dal find_trusted_setup_files ?(srs_size_log2=21) config initializes the DAL according to the dal configuration config, a function to find the SRS files find_trusted_setup_files and the optional log2 of the SRS size srs_size_log2.

When config.use_mock_srs_for_testing = None, init_dal loads initialisation_parameters from the files at the paths provided by find_trusted_setup_files (). It is important that every time the primitives above are used, they are used with the very same initialization parameters. (To ensure this property, an integrity check is run.) In this case, init_dal can take several seconds to run.

OCaml

Innovation. Community. Security.