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