Package Exports
- @transmute/lds-ecdsa-secp256k1-2019
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@transmute/lds-ecdsa-secp256k1-2019) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
EcdsaSecp256k1Signature2019
This library is experimental / under development / not audited. Use at your own risk.
Development
See package.json for complete list.
npm i
npm run test
npm run build
npm run docsFor releases, see the root README.
JWS Gotcha's
- Header relies on rfc7797, the signature is over the result of createVerify data, not an encoded payload! Its possible a non detached payload signature will be supported in the future.