Skip to content

calvinmetcalf/salsa20

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

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