decentralized-identity / did-auth-jose

JOSE-based implementation of DID Authenticated Encryption
Apache License 2.0
39 stars 11 forks source link

Use secp256k1 curve id #41

Open clehner opened 3 years ago

clehner commented 3 years ago

Re: https://github.com/w3c/vc-test-suite/issues/107

Curve id "secp256k1" (RFC 8812) appears to be the standardization of what used to be "P-256K" (draft-ietf-cose-webauthn-algorithms-00).

OR13 commented 3 years ago

Thats correct, you may also be interested in https://github.com/decentralized-identity/did-jose-extensions

OR13 commented 3 years ago

Also possibly this: https://github.com/transmute-industries/did-key.js/blob/master/packages/secp256k1/src/ES256K.test.ts