ehn-sign-verify-javascript-trivial
ehn-sign-verify-javascript-trivial copied to clipboard
Cleanup implementation from DGC Logic
- Include the pure logic under
src - Divide the CLI implementation under
bin - Change fs.readSync to Promise Stream since node opens stdin in non-blocking manner and can result in issues such: https://github.com/nodejs/node-v0.x-archive/issues/8297
- Adjust the README