Function ntrumls::ffi::pq_sign

source ·
pub unsafe extern "C" fn pq_sign(
    packed_sig_len: *mut usize,
    packed_sig: *mut c_uchar,
    private_key_len: usize,
    private_key_blob: *const c_uchar,
    public_key_len: usize,
    public_key_blob: *const c_uchar,
    msg_len: usize,
    msg: *const c_uchar
) -> c_int