decentralized-identity / presentation-exchange

Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation Definition) and subsequent proof submissions (Presentation Submission)
https://identity.foundation/presentation-exchange
Apache License 2.0
84 stars 36 forks source link

Address #412 and #413 with an editorial tweak #434

Closed bumblefudge closed 1 year ago

bumblefudge commented 1 year ago

closes #412 and #413 i hope

brentzundel commented 1 year ago

discussed on call, merging

Sakurann commented 1 year ago

I'll open a new issue but it's actually problematic that alg is a must... because issuer has already issued to a certain alg, there is not much choice the wallet has which alg to use to sign a presentation...

bumblefudge commented 1 year ago

there is not much choice the wallet has which alg to use to sign a presentation...

@Sakurann, I think we might be talking past each other, because I think this section describes the verifier telling the wallet WHICH VCs to present, not how to sign the VP! As in, "do you have any VCs I know how to verify? if so, ask the user which of them to show" :D

Maybe we need an issue or PR making this more clear, tho?