pub fn ac_verify_commitment(
    issuer_pub_key: &ACIssuerPublicKey,
    sig_commitment: &ACCommitment,
    sok: &ACPoK,
    msg: &[u8]
) -> Result<()>
Expand description

Verify that the underlying credential is valid and that the commitment was issued using the message msg in particular.