Crate mpc_driver

Source
Expand description

Moved to polysig-driver.

Drive multi-party computation protocols to completion.

Re-exports§

Modules§

Structs§

  • Participantcggmp or frost-ed25519
    Participant in a protocol session.
  • PartyOptionscggmp or frost-ed25519
    Options for a party participating in a protocol.
  • RoundInfocggmp or frost-ed25519
    Information about the current found which can be retrieved from a driver.
  • RoundMsgcggmp or frost-ed25519
    Round message with additional meta data.

Enums§

  • Errors generated by the driver.

Traits§

  • ProtocolDrivercggmp or frost-ed25519
    Trait for implementations that drive protocol to completion.
  • Roundcggmp or frost-ed25519
    Trait for round messages.

Type Aliases§

  • Result type for the driver library.