Module ckb_crypto::secp[][src]

Expand description

secp256k1 wrapper

Structs

A random secp keypair generator

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

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

The reference to lazily-initialized static secp256k1 engine, used to execute all signature operations

RecoverableSignature compact serialize

Enums

The error type wrap SecpError

Type Definitions

A (hashed) message input to an ECDSA signature