UNPKG

chacha8-js

Version:

A pure javascript ChaCha8 cipher implementation

3 lines (2 loc) 70 B
const Chacha8 = require('./src/chacha8'); module.exports = Chacha8;