Trait osshkeys::keys::Key[][src]

pub trait Key {
    fn size(&self) -> usize;
fn keyname(&self) -> &'static str; }
Expand description

The basic trait of a key

Required methods

The size in bits of the key

The key name of the key

Implementors