Trait rsa_cortex_m4::Rsa[][src]

pub trait Rsa: Rsa {
    type PrivateKey;
    type PublicKey;

    const DIGITS: usize;
}

The RSA cryptosystem. Sealed trait to avoid experiments.

Associated Types

type PrivateKey[src]

type PublicKey[src]

Loading content...

Associated Constants

const DIGITS: usize[src]

Loading content...

Implementors

Loading content...