pub trait NotNeedsKeySize: Algorithm { }
Expand description

Marker trait implemented for algorithms that do not require explicitly providing key size in bits (and, by extension, other parameters).

Implementors§