hyperledger / anoncreds-spec

The specification for AnonCreds verifiable credential exchange.
https://hyperledger.github.io/anoncreds-spec/
Apache License 2.0
45 stars 24 forks source link

Clarify revocation description #197

Closed doowt closed 5 months ago

doowt commented 7 months ago

This PR aims to clarify revocation in AnonCreds in terms of the format of generated objects. There was a placeholder suggestion that there should be more detail (possibly in the appendix) on what pairings are and how they work; the goal of this PR is only to explain enough to understand what the objects look like rather than how the revocation actually works.

The description is based on what I could understand by looking at the anoncreds-clsignatures-rs repo. This hopefully provides clarity on the sizes of different fields in the JSON objects and what they should look like.

swcurran commented 5 months ago

@doowt — thanks for the work here. My apologies for the long delay in looking at this — I/we should have looked at it long ago.

swcurran commented 5 months ago

Awesome — thanks for the contribution, sorry about the delay, and thanks for the review. Good stuff!