Struct secp256k1::Signature [] [src]

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

Fields

Methods

impl Signature
[src]

[src]

[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