Function rsa::internals::encrypt [−][src]
pub fn encrypt<K: PublicKeyParts>(key: &K, m: &BigUint) -> BigUint
Expand description
Raw RSA encryption of m with the public key. No padding is performed.
pub fn encrypt<K: PublicKeyParts>(key: &K, m: &BigUint) -> BigUint
Raw RSA encryption of m with the public key. No padding is performed.