Enum thrussh::key::Algorithm [] [src]

pub enum Algorithm {
    // some variants omitted
}

Public key exchange algorithms.

Methods

impl Algorithm
[src]

Copy the public key of this algorithm.

Generate a key pair.

Trait Implementations

impl Debug for Algorithm
[src]

Formats the value using the given formatter.