implements authenticated encryption
This commit is contained in:
parent
e9dbf341fc
commit
50d37aa22e
5 changed files with 48 additions and 6 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue