Function MLDSA65_sign

Source
pub unsafe extern "C" fn MLDSA65_sign(
    out_encoded_signature: *mut u8,
    private_key: *const MLDSA65_private_key,
    msg: *const u8,
    msg_len: usize,
    context: *const u8,
    context_len: usize,
) -> c_int