Files @ 12f10d9d5948
Branch filter:

Location: CryptoJS/rollup.config.js - annotation

Laman
refactored Chacha20.encrypt, .decrypt
1
2
3
4
5
6
7
8
module.exports = {
  input: 'src/main.js',
  output: {
    file: 'dist/main.js',
    format: 'iife',
		name: "cryptoJS"
  }
};