add cache for keys

This commit is contained in:
Matias Alejo Garcia 2014-04-29 20:56:28 -03:00
commit 65698e7e45
2 changed files with 18 additions and 8 deletions

View file

@ -17,7 +17,7 @@ var config = {
maxPeers: 15,
// debug: 3,
sjclParams: {
salt: 'cc295e13e14edcc0', // choose your own salt (hex string)
salt: 'mjuBtGybi/4=', // choose your own salt (base64)
iter:500,
mode:'ccm',
ts:parseInt(64),