Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

OtherPrimeInfos

Type Alias OtherPrimeInfos 

Source
pub type OtherPrimeInfos<'a> = Vec<OtherPrimeInfo<'a>>;
Expand description

Additional RSA prime info in a multi-prime RSA key.

Aliased Typeยง

pub struct OtherPrimeInfos<'a> { /* private fields */ }