Struct ed25519_dalek::Signature [] [src]

#[repr(C)]
pub struct Signature { /* fields omitted */ }

An EdDSA signature.

Note

These signatures, unlike the ed25519 signature reference implementation, are "detached"—that is, they do not include a copy of the message which has been signed.

Methods

impl Signature
[src]

[src]

Convert this Signature to a byte array.

[src]

Construct a Signature from a slice of bytes.

Trait Implementations

impl Copy 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 Debug for Signature
[src]

[src]

Formats the value using the given formatter.

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

1.0.0
[src]

This method tests for !=.