Package

purescript-tweetnacl

Repository
AlexaDeWit/purescript-tweetnacl
License
CC0-1.0
Uploaded by
AlexaDeWit
Published on
2019-10-28T00:28:17Z

Pursuit Build Status

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.

See: https://github.com/purescript/documentation/blob/master/guides/PureScript-Without-Node.md#bundling-javascript-for-the-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.