nettle_sys

Function nettle_rsa_decrypt

Source
pub unsafe extern "C" fn nettle_rsa_decrypt(
    key: *const rsa_private_key,
    length: *mut usize,
    cleartext: *mut u8,
    ciphertext: *const __mpz_struct,
) -> c_int