Function nettle_sys::nettle_rsa_generate_keypair
source · pub unsafe extern "C" fn nettle_rsa_generate_keypair(
pub_: *mut rsa_public_key,
key: *mut rsa_private_key,
random_ctx: *mut c_void,
random: nettle_random_func,
progress_ctx: *mut c_void,
progress: nettle_progress_func,
n_size: c_uint,
e_size: c_uint
) -> c_int