Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note about BbsBlsSignatureProof2020 ldp_vc to RFC 0510 #676

Merged
merged 1 commit into from
May 26, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion features/0510-dif-pres-exch-attach/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ Feature|Notes
`presentation_definition.input_descriptors.constraints.limit_disclosure`|`preferred` or `required` as defined in [the spec](https://identity.foundation/presentation-exchange/#input-descriptor-object) and as supported by the Holder and Verifier proof mechanisms.<br>Note that the Holder MUST have credentials with cryptographic proof suites that are capable of selective disclosure in order to respond to a request with `limit_disclosure: "required"`.<br/>See [RFC0593](../0593-json-ld-cred-attach/README.md) for appropriate crypto suites.
`presentation_definition.input_descriptors.constraints.is_holder`|`preferred` or `required` as defined in [the spec](https://identity.foundation/presentation-exchange/#input-descriptor-object).<br>Note that this feature allows the Holder to present credentials with a different subject identifier than the DID used to establish the DIDComm connection with the Verifier.
`presentation_definition.format`|For JSONLD-based credentials: `ldp_vc` and `ldp_vp`.
`presentation_definition.format.proof_type`|For JSONLD-based credentials: `Ed25519Signature2018`, `BbsBlsSignature2020`, and `JsonWebSignature2020`.
`presentation_definition.format.proof_type`|For JSONLD-based credentials: `Ed25519Signature2018`, `BbsBlsSignature2020`, and `JsonWebSignature2020`. When specifying `ldp_vc`, `BbsBlsSignatureProof2020` may also be used.

### Proof Formats

Expand Down