Ryan X. Charles
05f6e28642
update interface, bitcore.KeyModule.Key -> bitcore.Key
It's annoying and easy to forget to type in bitcore.KeyModule.Key. I have
updated this so that now you can just do bitcore.Key. Tests pass in node and
the browser. This is a backwards-incompatible change so all software that
depends on the old style key generation will need to be updated.
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