falcon_det_sys

Function falcon_make_public

Source
pub unsafe extern "C" fn falcon_make_public(
    pubkey: *mut c_void,
    pubkey_len: usize,
    privkey: *const c_void,
    privkey_len: usize,
    tmp: *mut c_void,
    tmp_len: usize,
) -> c_int