Expand description
Moved to polysig-driver.
Drive multi-party computation protocols to completion.
Re-exports§
pub use sha3;pub use synedrion;cggmppub use synedrion::bip32;cggmppub use synedrion::k256;cggmppub use frost_ed25519;frost-ed25519
Modules§
- cggmp
cggmpDriver for the CGGMP protocol. - frost
frost-ed25519FROST protocol implementations. - recoverable_
signature ecdsaorcggmpRecoverable signature for ECDSA. - Single party signers.
Structs§
- Participant
cggmporfrost-ed25519Participant in a protocol session. - Party
Options cggmporfrost-ed25519Options for a party participating in a protocol. - Round
Info cggmporfrost-ed25519Information about the current found which can be retrieved from a driver. - Round
Msg cggmporfrost-ed25519Round message with additional meta data.
Enums§
- Errors generated by the driver.
Traits§
- Protocol
Driver cggmporfrost-ed25519Trait for implementations that drive protocol to completion. - Round
cggmporfrost-ed25519Trait for round messages.
Type Aliases§
- Result type for the driver library.