tweetnacl-es6
Version:
Port of TweetNaCl cryptographic library to JavaScript es6
21 lines (16 loc) • 456 B
Plain Text
Tests that call C programs based on original tweetnacl.c,
and compare results with TweetNaCl-js.
Work only in Node.js.
To run, in this directory:
make test
Run in docker:
On Linux:
docker build -t testcontainer .
docker run -it --rm --volume "$PWD/../..":/myvol -t testcontainer
make test
exit
On Windows:
docker build -t testcontainer .
docker run -it --volume "%CD%/../..":/myvol -t testcontainer
make test
exit