Function nettle_sys::nettle_rsa_encrypt
source · pub unsafe extern "C" fn nettle_rsa_encrypt(
key: *const rsa_public_key,
random_ctx: *mut c_void,
random: nettle_random_func,
length: usize,
cleartext: *const u8,
cipher: *mut __mpz_struct
) -> c_int