win_crypto_ng::asymmetric::builder

Trait NotNeedsKeySize

Source
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§