did-auth-jose icon indicating copy to clipboard operation
did-auth-jose copied to clipboard

Use secp256k1 curve id

Open clehner opened this issue 4 years ago • 2 comments

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).

clehner avatar Aug 21 '20 16:08 clehner

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

OR13 avatar Aug 21 '20 16:08 OR13

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

OR13 avatar Aug 31 '20 17:08 OR13