27 Commits (e75267bd01b3a46a9fdf7d331db6174a4e2cfd94)

Author SHA1 Message Date
Ryan X. Charles 92ac073035 run secp256k1 test vectors in Key where they also matter 10 years ago
Ryan X. Charles 0f0a1b1913 add some sanity checks to signature verification 10 years ago
Ryan X. Charles 9ca869b95b add "ECKey" to Key test so grepping is easier 10 years ago
Manuel Araoz 5c11ac3e87 malloc -> calloc, to fix linux version 11 years ago
Manuel Araoz d313ed037e trying to fix 11 years ago
Ryan X. Charles 46271de06e add some basic sanity tests for signatures and key generation 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 7f348ca0bd Move BigNumber to internal 11 years ago
Ryan X. Charles 350f6ae998 Key should make sure new privkey is less than N 11 years ago
Ryan X. Charles a179251152 split Key node tests into separate file 11 years ago
Ryan X. Charles a749dc9d97 fix key tests for browser 11 years ago
Ryan X. Charles e61aa8528f add some tests to make sure changes to Key C++ code work as expected 11 years ago
Ryan X. Charles 4f5b41eff0 fix browser tests for Point and Key 11 years ago
Ryan X. Charles 7904efe147 remove redundant and slow test 11 years ago
Ryan X. Charles a686e63b0b fix issue by outputing proper pubkey format 11 years ago
Ryan X. Charles d11361be9e expose group operation 11 years ago
Ryan X. Charles 05f6e28642 update interface, bitcore.KeyModule.Key -> bitcore.Key 11 years ago
Matias Alejo Garcia 2a6f7155b3 fix sigatures and verifications on browser 11 years ago
Matias Alejo Garcia caa16713f1 add broken test for verifing a signature (fails in browser) 11 years ago
Matias Alejo Garcia 089fbab719 support soop with browser all test passing 11 years ago
Matias Alejo Garcia cfc3ca35d4 remove constructor params in browser version of KeyModule 11 years ago
Matias Alejo Garcia 8f61401099 add support for Sign and Verify in Key for Browser. Tests added 11 years ago
Manuel Araoz b4642e8924 all tests working in browser :D 11 years ago
Manuel Araoz 3e5e0057b1 Key tests working in the browser~!!! 11 years ago
Manuel Araoz 915c048c3b browser ECDSA compressed key generated 11 years ago
Manuel Araoz 0f393cb989 ECDSA key browser work 11 years ago
Manuel Araoz 47fb987600 Added more classes to browser 11 years ago