Emilio Almansi
29f09ac5f6
Remove bitcore-message dependency.
7 years ago
Emilio Almansi
ccda1eb631
Made library ES5 compatible.
7 years ago
Emilio Almansi
8b59e7962d
Improved cashaddr translation.
7 years ago
Emilio Almansi
46492c0d44
Refactored formatting logic.
7 years ago
Emilio Almansi
9b0b4e3fc0
Add support for Bitpay and CashAddr formats.
7 years ago
Emilio Almansi
ce54985f4c
Simplified build.
7 years ago
Eric Martindale
9e95e7bf34
Remove ephemeral content.
10 years ago
Ryan X. Charles
54c8e04738
remove unbuilding c code, and ...
* Remove c code that didn't compile on my machine
* Replace with sjcl code
* Minor modifications to mnemonic interface more bitcoreish
11 years ago
Manuel Araoz
5c11ac3e87
malloc -> calloc, to fix linux version
11 years ago
Manuel Araoz
d313ed037e
trying to fix
11 years ago
Devrandom
f2472e691b
Separate out BIP39
11 years ago
Devrandom
63f7e3d062
BIP39 implementation
11 years ago
olalonde
e06e556ca3
Eckey: renamed multiply to multiplyUncompressed for consistency
11 years ago
olalonde
7d33078736
Eckey: removed garbage comments
11 years ago
olalonde
b5c1a7d387
Eckey: implemented point multiplication
11 years ago
olalonde
c818b549c6
Added Electrum.js which allows Electrum style key derivation
11 years ago
Ryan X. Charles
387185e626
remove commented-out code
11 years ago
dthorpe
5b7bfe0ed4
Fix Unresolved external symbol "FromConstructorTemplate..." linking on Windows, per #108
11 years ago
Manuel Araoz
0b2dae43c5
remove console.logs and std::couts
11 years ago
Manuel Araoz
406600720e
valid tx tests passing!
11 years ago
Ryan X. Charles
a686e63b0b
fix issue by outputing proper pubkey format
The way I was outputting the pubkeys would be incorrect if the first byte of
one of the coordinates was 0, since it would print the first non-zero byte
first. The solution was to use the standard openssl function that outputs a
public key to oct.
11 years ago
Ryan X. Charles
d11361be9e
expose group operation
BIP32 needs to be able to add two points on the secp256k1 curve. This
functionality was not already being exposed from OpenSSL in bitcore. I have
added an "addUncompressed" function to the Key class which takes in two points
in uncompressed form, adds them, and returns the result. This is necessary for
BIP32.
11 years ago
Jeff Garzik
c2f40f40ce
Rename compiled binding to KeyModule.
12 years ago
Jeff Garzik
4cfef3546c
eckey: add support for compressed or uncompressed keys
12 years ago
Jeff Garzik
7e23e5ba0e
Wrap C++ Key object inside "bitcoin" namespace.
12 years ago
Jeff Garzik
7da3c3b969
Rename BitcoinKey object to Key
12 years ago
Jeff Garzik
5c0db96180
Import BitcoinKey/eckey from bitcoinjs-server.
12 years ago