Expand description
Drivers to run multi-party computation protocols to completion and single-party signer implementations.
Re-exports§
pub use sha3;
pub use synedrion;
cggmp
pub use synedrion::bip32;
cggmp
pub use synedrion::k256;
cggmp
pub use frost_ed25519;
frost-ed25519
Modules§
- cggmp
cggmp
Driver for the CGGMP protocol. - frost
frost-ed25519
FROST protocol implementations. - recoverable_
signature ecdsa
orcggmp
Recoverable signature for ECDSA. - Single party signers.
Structs§
- Participant
cggmp
orfrost-ed25519
Participant in a protocol session. - Party
Options cggmp
orfrost-ed25519
Options for a party participating in a protocol. - Round
Info cggmp
orfrost-ed25519
Information about the current found which can be retrieved from a driver. - Round
Message cggmp
orfrost-ed25519
Round message with additional meta data.
Enums§
- Errors generated by the driver.
Traits§
- Protocol
Driver cggmp
orfrost-ed25519
Trait for implementations that drive protocol to completion. - Round
cggmp
orfrost-ed25519
Trait for round messages.
Type Aliases§
- Result type for the driver library.