Closed dbluhm closed 2 months ago
I would rather be able to do something like this code in the didcomm-messaging-python library:
sorry for my confusion but can't aca-py already do this?
sorry for my confusion but can't aca-py already do this?
The Ed25519Signature2020 is supported for issuance and verification but only if used with an Ed25519VerificationKey2018, as it turns out. I thought the same before I ran into the problem while doing some interop testing.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
This PR adds support for verifying JSON-LD Credentials using a verification method of type
Ed25519VerificationKey2020
.I'm not thrilled about this approach but I think it's the least disruptive change possible right now. Less disruptive seems like a good idea given @PatStLouis work on supporting VC-DI is already underway.
Sidebar, Patrick, hopefully the VC-DI and VCDM 2.0 implementation handles working with verification methods better than the original LDP-VC code does :sweat_smile: Working on a verification method that has been framed does not feel right.