Since the signature verification requires some code to merge the changes, CanonicalJSON.stringify(), jsesc, and a X.509 parser, it would be relevant to package it in a NPM lib:
Note you can add a package.json file to setup the npm package info in this repository, and add a .npmignore to blacklist all non-package related contents (we shouldn't publish python stuff to npm).
Follow-up of #76
Since the signature verification requires some code to merge the changes,
CanonicalJSON.stringify()
,jsesc
, and a X.509 parser, it would be relevant to package it in a NPM lib:The code for this could live in this repo (subfolder
javascript
orclient
) with its own package.json, test suite etc.The X.509 parser and the canonicaljson probably deserve their own package.
Thoughts?