Struct ed25519_compact::Seed [−][src]
pub struct Seed(_);Expand description
A seed, which a key pair can be derived from.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Seed
impl UnwindSafe for Seed
Blanket Implementations
Mutably borrows from an owned value. Read more