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.
2014-03-13 13:31:02 -04:00
Matias Alejo Garcia
2a6f7155b3
fix sigatures and verifications on browser
2014-03-13 00:27:50 -03:00
Matias Alejo Garcia
caa16713f1
add broken test for verifing a signature (fails in browser)
2014-03-12 23:21:16 -03:00
Matias Alejo Garcia
089fbab719
support soop with browser all test passing
2014-03-08 18:42:08 -03:00
Matias Alejo Garcia
cfc3ca35d4
remove constructor params in browser version of KeyModule
2014-03-04 17:45:27 -03:00
Matias Alejo Garcia
8f61401099
add support for Sign and Verify in Key for Browser. Tests added
2014-03-04 03:23:42 -03:00
Manuel Araoz
b4642e8924
all tests working in browser :D
2014-02-24 09:39:42 -03:00
Manuel Araoz
3e5e0057b1
Key tests working in the browser~!!!
2014-02-24 09:39:42 -03:00
Manuel Araoz
915c048c3b
browser ECDSA compressed key generated
2014-02-24 09:39:42 -03:00
Manuel Araoz
0f393cb989
ECDSA key browser work
2014-02-24 09:39:42 -03:00
Manuel Araoz
47fb987600
Added more classes to browser
2014-02-19 16:07:50 -03:00