Replace older redacted (array) claim element forms {"...", h'1234abcd'} and { / redacted_claim_element / 65555: h'1234abcd'} with a CBOR tagged digest: 60(h'1234abcd')
Register the CBOR tag to indicate a redacted claim element
Consistently use the names redacted_claim_elements and redacted_claim_keys
Replace 65556 with -65536 to be a shorter to represent, and possibly rarer number to encounter as a map key (note that this syntax may be replaced in a future PR)
Make the appropriate changes consistently in the examples and in the CDDL file
Register a different CBOR tag to indicate the intent to redact a claim (key, or element)
Fix the formatting of the IANA registration section
{"...", h'1234abcd'}
and{ / redacted_claim_element / 65555: h'1234abcd'}
with a CBOR tagged digest:60(h'1234abcd')
redacted_claim_elements
andredacted_claim_keys