package tezt-tezos

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Dal_common.CommitmentSource

Sourceval dummy_commitment : ?on_error: ([ `Invalid_degree_strictly_less_than_expected of (int, int) Cryptobox.error_container | `Slot_wrong_size of Helpers.slot ] -> Cryptobox.commitment * Cryptobox.commitment_proof) -> Cryptobox.t -> string -> Cryptobox.commitment * Cryptobox.commitment_proof
Sourceval to_string : Cryptobox.commitment -> string
Sourceval of_string : string -> Cryptobox.commitment
Sourceval proof_to_string : Cryptobox.commitment_proof -> string
Sourceval proof_of_string : string -> Cryptobox.commitment_proof