implements authenticated encryption

This commit is contained in:
Matias Alejo Garcia 2014-04-29 19:51:49 -03:00
commit 50d37aa22e
5 changed files with 48 additions and 6 deletions

View file

@ -18,7 +18,8 @@
"url": "https://github.com/bitpay/copay/issues"
},
"scripts": {
"test": "mocha"
"test": "mocha",
"postinstall": "cd lib/sjcl;./configure;make;cp sjcl.js ../"
},
"homepage": "https://github.com/bitpay/copay",
"devDependencies": {