pub type OtherPrimeInfos<'a> = Vec<OtherPrimeInfo<'a>>;Expand description
Additional RSA prime info in a multi-prime RSA key.
Aliased Typeยง
struct OtherPrimeInfos<'a> { /* private fields */ }pub type OtherPrimeInfos<'a> = Vec<OtherPrimeInfo<'a>>;Additional RSA prime info in a multi-prime RSA key.
struct OtherPrimeInfos<'a> { /* private fields */ }