pub fn binding_compressed(
id: &Scalar,
group_public_key: Point,
commitment_list: &[(Scalar, Compressed, Compressed)],
msg: &[u8],
) -> ScalarExpand description
Compute a binding value from the party ID, public nonces, and signed message using XMD-based expansion.