22 Commits (bba0945581df80c4c6a21153f0d2faa23714dcc2)

Author SHA1 Message Date
Ryan X. Charles 54c8e04738 remove unbuilding c code, and ... 10 years ago
Devrandom b523eee812 Switch BIP-0039 to sjcl in browser 11 years ago
Devrandom 79d50e92d4 BIP39 in browser 11 years ago
Ryan X. Charles 338158ca46 fix sjcl issue on npm install 11 years ago
Ryan X. Charles af9fdff3a9 use SJCL AES to get ECIES working in the browser 11 years ago
Rich Morgan eab5c2896e Fix to check for zero s value in sign function 11 years ago
olalonde 59ee476b96 Armory: use native multiplication in node and javascript implementation in browser 11 years ago
olalonde e2655f553d Added EC Point multiplication to browser/Point.js 11 years ago
olalonde 78ae388553 Replace process.versions tests by browserify's package.json browser field. Fixes #329 11 years ago
Ryan X. Charles 527c49a11d remove unused chai dependency 11 years ago
Ryan X. Charles b1f34d4015 iterate array correctly so that random number is actually used in signing 11 years ago
Ryan X. Charles 405ea0bf6f fix bignum issue 11 years ago
Ryan X. Charles 7f348ca0bd Move BigNumber to internal 11 years ago
Ryan X. Charles c7b33eca9a update key signing to use new SecureRandom 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 11 years ago
Ryan X. Charles dbcf270826 use SecureRandom in Key in the browser 11 years ago
Ryan X. Charles ba692aaa20 add new SecureRandom class that does the right thing 11 years ago
Ryan X. Charles f82fa5007a move *.browser and *.node to browser/* and node/* 11 years ago