ehn-sign-verify-javascript-trivial icon indicating copy to clipboard operation
ehn-sign-verify-javascript-trivial copied to clipboard

Cleanup implementation from DGC Logic

Open M3kH opened this issue 4 years ago • 0 comments

  • 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

M3kH avatar May 05 '21 18:05 M3kH