JSPM

@transmute/lds-ecdsa-secp256k1-2019

0.1.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 109
  • Score
    100M100P100Q56926F
  • License MIT

EcdsaSecp256k1Signature2019 JSON-LD Signature Suite

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 docs

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

References