pub trait NeedsKeySize: Algorithm { }
Expand description

Marker trait implemented for algorithms that require explicitly providing key size in bits to be generated.

Implementors§