falcon_det_sys

Function falcon_sign_tree_finish

Source
pub unsafe extern "C" fn falcon_sign_tree_finish(
    rng: *mut shake256_context,
    sig: *mut c_void,
    sig_len: *mut usize,
    sig_type: c_int,
    expanded_key: *const c_void,
    hash_data: *mut shake256_context,
    nonce: *const c_void,
    tmp: *mut c_void,
    tmp_len: usize,
) -> c_int