Struct secp256k1::Signature [] [src]

pub struct Signature {
    pub r: Scalar,
    pub s: Scalar,
}

An ECDSA signature.

Fields

Methods

impl Signature
[src]

Trait Implementations

impl Debug for Signature
[src]

[src]

Formats the value using the given formatter.

impl Clone for Signature
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for Signature
[src]

impl PartialEq for Signature
[src]

[src]

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

[src]

This method tests for !=.