Struct safe_crypto::Seed[][src]

pub struct Seed { /* fields omitted */ }

Seed structure used to generate sign and encrypt keypairs deterministically.

Methods

impl Seed
[src]

Generates a new seed.

Create a seed from bytes.

Convert the Seed into the raw underlying bytes.

Trait Implementations

impl Debug for Seed
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Seed
[src]

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

This method tests for !=.

impl Eq for Seed
[src]

impl Clone for Seed
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Seed
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Seed

impl Sync for Seed