Struct secp256k1_test::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 Decodable for Signature
[src]

[src]

Deserialize a value using a Decoder.

impl Encodable for Signature
[src]

[src]

Serialize a value using an Encoder.

impl<'de> Deserialize<'de> for Signature
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for Signature
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl Debug for Signature
[src]

[src]

Formats the value using the given formatter.