Commit Graph

43 Commits (db1b638cdf8286f084741263105ba062704ba7a9)

Author SHA1 Message Date
Jochen Hoenicke f4ed55377d Moved get_ethereum_address from ecdsa to bip32
8 years ago
Pavol Rusnak b5f89bb478
fpr -> fingerprint
8 years ago
Jochen Hoenicke 3390fcf89e Compute pubkey only on demand.
8 years ago
Pavol Rusnak 110965f31d
further optimize emscripten
8 years ago
Pavol Rusnak 6dd9ed0756
add hdnode_public_ckd_address_optimized
8 years ago
Jochen Hoenicke c6e7d376b7 Handle b58 address with shorter lengths
8 years ago
Jochen Hoenicke 55edf71e27
ed25519 support
8 years ago
Jochen Hoenicke 698f40f385
BIP-32 without gaps, prepare non-ecdsa curves
8 years ago
Jochen Hoenicke f8ac99ebb7 Check for error from get_curve_by_name.
8 years ago
Jochen Hoenicke 0bc1b70c4a Use different seed modifier for different curves
8 years ago
Jochen Hoenicke c983afd72f Added curve type to HDNode
8 years ago
Jochen Hoenicke f93b003cbc Extended comments, new function bn_add, a bug fix.
9 years ago
Roman Zeyde 7c58fc11a4 Add support for NIST256P1 elliptic curve
9 years ago
Pavol Rusnak 21d0bb437a cleanup coding style
9 years ago
netanelkl 70dc71c87e Some more stack memory wipe before leaving functions.
9 years ago
netanelkl aeefea054a Added some private key nullification so that they won't be uncontrolled in the stack
9 years ago
Pavol Rusnak cb9ccc5cf4 remove all references to USE_PUBKEY_VALIDATE
9 years ago
Pavol Rusnak 92ab7504b2 add one more bip32_cache test
9 years ago
Pavol Rusnak f4e6010e18 implement BIP32 cache
10 years ago
Pavol Rusnak 89a7d7797b replace base58 implementation
10 years ago
Pavol Rusnak c6ca89a850 simplify check in hdnode_from_xpub
10 years ago
Pavol Rusnak 10a92c3c62 use const in hdnode_from_* methods
10 years ago
Pavol Rusnak 8820ae9873 add more checks for improbable cases; rework gui testing app
10 years ago
Pavol Rusnak 4b1211e0ae extract base58 functions to separate source file
10 years ago
Pavol Rusnak 612f5ab050 fix copyright headers
10 years ago
Pavol Rusnak c1140e071e added deserialization
10 years ago
Pavol Rusnak 44116b8a74 make serialize api more friendly
10 years ago
Pavol Rusnak c08bbfa58e fix last commit
10 years ago
Pavol Rusnak c1dc507189 add hdnode serialization function
10 years ago
Pavol Rusnak d5e1ff8be8 remove version_byte and address from bip32
11 years ago
Pavol Rusnak 18dea22213 get rid of bip32 versions, it's a mess :(
11 years ago
Pavol Rusnak d0e152a088 replace SHA256/SHA512 prefix with sha256/sha512 (OpenSSL clash)
11 years ago
Pavol Rusnak 1034b28f90 use both private and public bip32 versions
11 years ago
Pavol Rusnak c0ee25c851 don't use implicit versions in bip32
11 years ago
Pavol Rusnak 8764a03453 compute fingerprints
11 years ago
Pavol Rusnak ed7e2e5058 implement public child key derivation
11 years ago
Pavol Rusnak 353606e2df add hdnode_coin_version to be able to set coin version from outside
11 years ago
Pavol Rusnak 150c770e4e xprvnode -> hdnode, add hdnode_from_pub function
11 years ago
Pavol Rusnak 9da3b35962 extract xprv_fill_public method
11 years ago
Pavol Rusnak b14ce58df7 rename xprv struct to XprvNode
11 years ago
Pavol Rusnak 896905c5c8 remove der encoding, introduce 33/65 bytes pubkeys, 64 bytes signature
11 years ago
Pavol Rusnak 92f070498f add function for computing addresses
11 years ago
Pavol Rusnak afc9bcfe30 implement bip32 - https://en.bitcoin.it/wiki/BIP_0032
11 years ago