mirror of
http://git.whoc.org.uk/git/password-manager.git
synced 2024-11-14 08:09:02 +01:00
Updated PRNG configuration
This commit is contained in:
parent
67263a05a6
commit
6c30a77ce1
@ -293,7 +293,7 @@ Clipperz.Crypto.PRNG.MouseRandomnessSource.prototype = MochiKit.Base.update(new
|
|||||||
Clipperz.Crypto.PRNG.CryptoRandomRandomnessSource = function(args) {
|
Clipperz.Crypto.PRNG.CryptoRandomRandomnessSource = function(args) {
|
||||||
args = args || {};
|
args = args || {};
|
||||||
|
|
||||||
this._intervalTime = args.intervalTime || 500;
|
this._intervalTime = args.intervalTime || 1000;
|
||||||
this._browserCrypto = args.browserCrypto;
|
this._browserCrypto = args.browserCrypto;
|
||||||
|
|
||||||
Clipperz.Crypto.PRNG.RandomnessSource.call(this, args);
|
Clipperz.Crypto.PRNG.RandomnessSource.call(this, args);
|
||||||
|
Loading…
Reference in New Issue
Block a user