Ryan X. Charles
|
c7b33eca9a
|
update key signing to use new SecureRandom
...and throw an error if you try to use the old, non-secure random number
generator.
|
11 years ago |
Ryan X. Charles
|
10d164b292
|
add require('bignum') in key
|
11 years ago |
Matias Alejo Garcia
|
64b5623d54
|
removes buffertools dependencies in browsers Key.js
|
11 years ago |
Ryan X. Charles
|
350f6ae998
|
Key should make sure new privkey is less than N
...this involves adding a Curve class, and significant refactoring to make this
possible in a clean way.
|
11 years ago |
Ryan X. Charles
|
dbcf270826
|
use SecureRandom in Key in the browser
...to make sure random numbers are generated securely
|
11 years ago |
Ryan X. Charles
|
f82fa5007a
|
move *.browser and *.node to browser/* and node/*
...this should leave the lib folder a little bit less cluttered.
|
11 years ago |
Ryan X. Charles
|
05d86b6453
|
split up Key into Key.browser and Key.node
|
11 years ago |