package
3.1.3+incompatible
Repository: https://github.com/filecoin-project/mir.git
Documentation: pkg.go.dev

# Functions

Recover emits a signature recovery request event.
SignShare emits a request event to (threshold-)sign the given message.
UponEvent registers a handler for the given threshcrypto event type.
UponRecoverResult invokes handler when the module receives a response to a request made by Recover with the same context type C.
UponSignShareResult invokes handler when the module receives a response to a request made by SignShare with the same context type C.
UponVerifyFullResult invokes handler when the module receives a response to a request made by VerifyFull with the same context type C.
UponVerifyShareResult invokes handler when the module receives a response to a request made by VerifyShare with the same context type C.
VerifyFull emits a (full) (threshold) signature verification request event.
VerifyShare emits a signature share verification request event.