Modules

  • The dealer module contains the API for the dealer state while the dealer is engaging in an aggregated multiparty computation protocol.
  • The messages module contains the API for the messages passed between the parties and the dealer in an aggregated multiparty computation protocol.
  • The party module contains the API for the party state while the party is engaging in an aggregated multiparty computation protocol.

Structs

  • The RangeProof struct represents a proof that one or more values are in a range.

Functions