UNPKG

chacha8-js

Version:

A pure javascript ChaCha8 cipher implementation

10 lines (8 loc) 190 B
const sinon = require('sinon') const chai = require('chai') beforeEach(function () { this.sandbox = sinon.sandbox.create() }) afterEach(function () { this.sandbox.restore() })