Struct secp256k1_test::RecoverableSignature [] [src]

pub struct RecoverableSignature(_);

An ECDSA signature with a recovery ID for pubkey recovery

Methods

impl RecoverableSignature
[src]

[src]

Converts a compact-encoded byte slice to a signature. This representation is nonstandard and defined by the libsecp256k1 library.

[src]

Obtains a raw pointer suitable for use with FFI functions

[src]

Serializes the recoverable signature in compact format

[src]

Converts a recoverable signature to a non-recoverable one (this is needed for verification

Trait Implementations

impl Copy for RecoverableSignature
[src]

impl Clone for RecoverableSignature
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for RecoverableSignature
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for RecoverableSignature
[src]

impl Debug for RecoverableSignature
[src]

[src]

Formats the value using the given formatter.

impl From<RecoverableSignature> for RecoverableSignature
[src]

Creates a new recoverable signature from a FFI one

[src]

Performs the conversion.