Trait rsa::PublicKeyParts
source · pub trait PublicKeyParts {
// Required methods
fn n(&self) -> &BigUint;
fn e(&self) -> &BigUint;
// Provided method
fn size(&self) -> usize { ... }
}
pub trait PublicKeyParts {
// Required methods
fn n(&self) -> &BigUint;
fn e(&self) -> &BigUint;
// Provided method
fn size(&self) -> usize { ... }
}