falcon_det_sys

Function falcon_expand_privkey

Source
pub unsafe extern "C" fn falcon_expand_privkey(
    expanded_key: *mut c_void,
    expanded_key_len: usize,
    privkey: *const c_void,
    privkey_len: usize,
    tmp: *mut c_void,
    tmp_len: usize,
) -> c_int