Module schnorrkel::errors[][src]

Errors which may occur when parsing keys and/or signatures to or from wire formats.

Enums

MultiSignatureStage

Three-round trip multi-signature stage identifies used in error reporting

SignatureError

Errors which may occur while processing signatures and keypairs.

Functions

serde_error_from_signature_error

Convert SignatureError into ::serde::de::Error aka SerdeError

Type Definitions

SignatureResult

Result specilized to this crate for convenience.