Expand description
Signing protocol
Modules§
- msg
- MPC network messages
Structs§
- Data
ToSign - A message digest that is guaranteed to have a known preimage, making it safe for signing.
- Invalid
Signature - Error indicating that signature is not valid for given public key and message
- Partial
Signature - Partial signature issued by signer for given message
- Prehashed
Data ToSign - A pre-hashed message digest intended for signing, where the original message (preimage) may be unknown.
- Presignature
- Presignature, can be used to issue a partial signature without interacting with other signers
- Presignature
Commitment - Presignature commitment, used to verify partial signature correctness
- Presignature
Public Data - Public part of the presignature that can be used to verify partial signatures from other parties
- Signature
- ECDSA signature
- Signing
Builder - Signing entry point
- Signing
Error - Error indicating that signing protocol failed
Traits§
- AnyData
ToSign - Data to be signed, regardless of whether original message to be signed is known or not