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]

Convert this Signature to a byte array.

Construct a Signature from a slice of bytes.

Trait Implementations

impl Copy for Signature
[src]

impl Eq for Signature
[src]

impl PartialEq for Signature
[src]

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

This method tests for !=.

impl Clone for Signature
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Signature
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Signature

impl Sync for Signature