Struct secp256k1::Message [] [src]

pub struct Message(pub Scalar);

Hashed message input to an ECDSA signature.

Methods

impl Message
[src]

Trait Implementations

impl Debug for Message
[src]

[src]

Formats the value using the given formatter.

impl Clone for Message
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for Message
[src]

impl PartialEq for Message
[src]

[src]

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

[src]

This method tests for !=.