digitalbazaar / ecdsa-sd-2023-cryptosuite

A selective disclosure Data Integrity cryptosuite based on ECDSA for use with jsonld-signatures.
BSD 3-Clause "New" or "Revised" License
14 stars 3 forks source link

Feat/sign with secp256k1 #29

Closed lemoustachiste closed 2 months ago

lemoustachiste commented 5 months ago

in conjunction to https://github.com/digitalbazaar/ecdsa-multikey/pull/31, by publishing the aforementioned PR, this cryptosuite can sign and verify using secp256k1 keys.

Small adjustments made to the API to allow communicating that.

This will also need to rely on the published version from the ECDSA-Multikey PR.