Struct thrussh_libsodium::ed25519::SecretKey [] [src]

pub struct SecretKey {
    pub key: [u8; 64],
    pub sodium: Sodium,
}

Ed25519 secret key.

Fields

Actual key

"Proof" of initialisation of the library

Methods

impl SecretKey
[src]

[src]

Trait Implementations

impl Clone for SecretKey
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for SecretKey

impl Sync for SecretKey