Struct recrypt::api::Ed25519Signature[]

pub struct Ed25519Signature { /* fields omitted */ }

Methods

impl Ed25519Signature

construct $t from fixed size byte array

construct $t from byte slice. Input slice must be exactly the correct length for the type.

Returns

Ok($t) or Err($ApiError::InputWrongSize]

Trait Implementations

impl Clone for Ed25519Signature

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Ed25519Signature

impl Debug for Ed25519Signature

Formats the value using the given formatter. Read more

impl PartialEq for Ed25519Signature

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

This method tests for !=.

impl Eq for Ed25519Signature

Auto Trait Implementations