Skip to content

calvinmetcalf/salsa20

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published