Struct libsecp256k1_rs::Message[][src]

pub struct Message(pub Scalar);

Hashed message input to an ECDSA signature.

Methods

impl Message
[src]

Sign a message using the secret key.

Trait Implementations

impl Debug for Message
[src]

Formats the value using the given formatter. Read more

impl Clone for Message
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Message
[src]

impl PartialEq for Message
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl From<SecretKey> for Message
[src]

Performs the conversion.

impl Combinable for Message
[src]

Auto Trait Implementations

impl Send for Message

impl Sync for Message