ckb_crypto::secp

Type Alias Message

Source
pub type Message = H256;
Expand description

A (hashed) message input to an ECDSA signature

Aliased Type§

struct Message(pub [u8; 32]);

Fields§

§0: [u8; 32]