pub fn compute_cdd_id(cdd_claim: &CddClaimData) -> RistrettoPoint
Expand description

Compute the CDD_ID.
CDD_ID = PedersenCommitment(INVESTOR_DID, INVESTOR_UNIQUE_ID, [INVESTOR_DID | INVESTOR_UNIQUE_ID])

Inputs

  • cdd_claim is the CDD claim from which to generate the CDD_ID

Output

The Pedersen commitment result.