Struct ed25519_compact::SecretKey
source · [−]pub struct SecretKey(_);Expand description
A secret key.
Implementations
Returns the public counterpart of a secret key.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SecretKey
impl UnwindSafe for SecretKey
Blanket Implementations
Mutably borrows from an owned value. Read more