Function rsa::internals::encrypt

source ·
pub fn encrypt<K: PublicKeyParts>(key: &K, m: &BigUint) -> BigUint
Available on crate feature expose-internals only.
Expand description

Raw RSA encryption of m with the public key. No padding is performed.