Crate polysig_driver

Source
Expand description

Drivers to run multi-party computation protocols to completion and single-party signer implementations.

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.
  • RoundMessagecggmp 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.