Skip to content

AlexaDeWit/purescript-tweetnacl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

purescript-tweetnacl

Pursuit Build Status

This module wraps tweetnacl, which is a javascript re-implementation of the original TweetNaCl.

Important Note

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

Attribution

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.