This module wraps tweetnacl, which is a javascript re-implementation of the original TweetNaCl.
Because this library relies on a foreign js import (tweetnacl-js), your build chain will need to use something like webpack or browserify to bring in the required files if running the program in a browser.
This module was originally released by William Wolf, here
Owing to inactivity on the part of the original author, this forked release has been created to carry support to 0.12, as well as beyond. This repository will be maintained as if it was the primary one, at least until such time as upstream pulls in the work done here and becomes active once again.