Struct secp256k1::schnorr::Signature [] [src]

pub struct Signature(_);

A Schnorr signature.

Methods

impl Signature
[src]

[src]

Converts the object to a raw pointer for FFI interfacing

[src]

Converts the object to a mutable raw pointer for FFI interfacing

[src]

Returns the length of the object as an array

[src]

Returns whether the object as an array is empty

impl Signature
[src]

[src]

Deserializes a signature from a 64-byte vector

[src]

Serializes a signature to a 64-byte vector

Trait Implementations

impl Copy 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

1.0.0
[src]

This method tests for !=.

impl Eq for Signature
[src]

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 Index<usize> for Signature
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl Index<Range<usize>> for Signature
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl Index<RangeTo<usize>> for Signature
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl Index<RangeFrom<usize>> for Signature
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl Index<RangeFull> for Signature
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl Debug for Signature
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Signature

impl Sync for Signature