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).
pub trait NotNeedsKeySize: Algorithm { }
Marker trait implemented for algorithms that do not require explicitly providing key size in bits (and, by extension, other parameters).