salsa20

1.0.0 • Public • Published

Salsa 20

Pure JavaScript Salsa 20 implimentation, based off this gist so credit for good parts should go to @dchest while blame for bad parts lies with me.

API

var cipher = new Salsa20(key<32 byte buffer>, iv <8 byte buffer>);
// cipher is a transform stream

Package Sidebar

Install

npm i salsa20

Weekly Downloads

4

Version

1.0.0

License

MIT

Last publish

Collaborators

  • cwmma