remove storage from Identity
This commit is contained in:
parent
a03aa0164d
commit
a40a1bc261
4 changed files with 111 additions and 85 deletions
|
|
@ -2,10 +2,16 @@
|
|||
|
||||
// 65.7% typed (by google's closure-compiler account)
|
||||
|
||||
|
||||
// this line throws a warning on Chrome Desktop
|
||||
var sjcl = require('../../lib/sjcl');
|
||||
|
||||
|
||||
console.log('[Passphrase.js.8]'); //TODO
|
||||
var preconditions = require('preconditions').instance();
|
||||
var _ = require('underscore');
|
||||
|
||||
|
||||
/**
|
||||
* @desc
|
||||
* Class for a Passphrase object, uses PBKDF2 to expand a password
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue