mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-10-06 10:49:58 +02:00
ECC initial import.
This commit is contained in:
parent
6efa96883e
commit
017ff8c82b
5 changed files with 734 additions and 2 deletions
|
@ -47,7 +47,7 @@ sjcl.random = {
|
|||
var out = [], i, readiness = this.isReady(paranoia), g;
|
||||
|
||||
if (readiness === this._NOT_READY) {
|
||||
throw new sjcl.exception.notready("generator isn't seeded");
|
||||
throw new sjcl.exception.notReady("generator isn't seeded");
|
||||
} else if (readiness & this._REQUIRES_RESEED) {
|
||||
this._reseedFromPools(!(readiness & this._READY));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue