Module ckb_multisig::secp256k1[][src]

Multi-signatures using secp256k1

Structs

Privkey

Wrapped private 256-bit key used as x in an ECDSA signature

Pubkey

A Secp256k1 512-bit public key, used for verification of signatures

Signature

RecoverableSignature compact serialize

Enums

Secp256k1Error

The error type wrap SecpError

Functions

verify_m_of_n

Verifies m of n signatures.

Type Definitions

Message

A (hashed) message input to an ECDSA signature