Trait Rsa
rsa_cortex_m4
pub trait Rsa: Rsa { type PrivateKey; type PublicKey; const DIGITS: usize; }
The RSA cryptosystem. Sealed trait to avoid experiments.
type PrivateKey
type PublicKey
const DIGITS: usize