Commit Graph

371 Commits (db1b638cdf8286f084741263105ba062704ba7a9)
 

Author SHA1 Message Date
Saleem Rashid db1b638cdf gui: update for newer HDNode API (#68)
8 years ago
Pavol Rusnak 62b8f845f2 Merge pull request #67 from jhoenicke/master
8 years ago
Jochen Hoenicke 19a1f501c4
Simplified sha256_Final/sha512_Last
8 years ago
Jochen Hoenicke b3e6eecfce
sha2: Fix unaligned access
8 years ago
Pavol Rusnak 10a2a0014b Merge pull request #66 from axic/bignum
8 years ago
Alex Beregszaszi 7e7e462be7 bignum: introduce bn_one
8 years ago
Alex Beregszaszi e1dfa81ec5 tests: add bn_is_less
8 years ago
Pavol Rusnak 2bd84028c5 Merge pull request #65 from axic/bignum
8 years ago
Alex Beregszaszi 8581614d66 bignum: introduce write uint32/uint64
8 years ago
Alex Beregszaszi 7956c2f2f1 bignum: implement bitcount
8 years ago
Alex Beregszaszi 29e82018cd bignum: rename bn_load_uint* to bn_read_uint*
8 years ago
Alex Beregszaszi 4eb2bd239c tests: add bn_zero/bn_is_zero
8 years ago
Alex Beregszaszi 97454d9cbc bignum: use the compiler's built in memory copy for bn_copy
8 years ago
Alex Beregszaszi d061139da9 bignum: introduce load uint32/uint64
8 years ago
Alex Beregszaszi 339d2f44a9 bignum: introduce is_even/is_odd
8 years ago
Alex Beregszaszi dd25a2ee5a bignum: introduce copy
8 years ago
Alex Beregszaszi 62a0db8c4e bignum: introduce read/write_le
8 years ago
Alex Beregszaszi ec316b6afc tests: add bn_is_equal
8 years ago
Alex Beregszaszi 8eebfb1986 tests: add bn_write_be
8 years ago
Alex Beregszaszi d890f4d859 tests: include bn_read_be
8 years ago
Pavol Rusnak 7ce6b8b147 Merge pull request #63 from jhoenicke/master
8 years ago
Pavol Rusnak 3661b04936 Merge pull request #64 from spudowiar/ignore-dependency-generation
8 years ago
Saleem Rashid a17bac1ab3 gitignore: ignore *.d files
8 years ago
Jochen Hoenicke f4ed55377d Moved get_ethereum_address from ecdsa to bip32
8 years ago
Pavol Rusnak 245e2cc23d
update bip39bruteforce tool
8 years ago
Pavol Rusnak 4d6d9fe8ba Merge pull request #62 from jhoenicke/pbkdf2_fast
8 years ago
Jochen Hoenicke d8e17d5d4d
Test cases for sha256 and sha512
8 years ago
Jochen Hoenicke 9101c050aa
Smoother progress bar for wakeup
8 years ago
Jochen Hoenicke 32bda8d1d9
Faster PBKDF2 by reusing intermediate results.
8 years ago
Pavol Rusnak 4912ac550c
Revert "add __dummy field to HDNode where fingerprint used to be (in order not to binary compatibility)"
8 years ago
Pavol Rusnak c80f0fbc52
remove cpython wrapper - it's broken and nobody uses it
8 years ago
Pavol Rusnak 9a8df5a4bb
add __dummy field to HDNode where fingerprint used to be (in order not to binary compatibility)
8 years ago
Pavol Rusnak dc167592d5
increase timeout in test_codepoints
8 years ago
Pavol Rusnak b5f89bb478
fpr -> fingerprint
8 years ago
Pavol Rusnak ab81351de1 Merge pull request #61 from jhoenicke/master
8 years ago
Pavol Rusnak d61a151900
add bn_divmod1000 including unit test
8 years ago
Jochen Hoenicke 3390fcf89e Compute pubkey only on demand.
8 years ago
Pavol Rusnak 16f477787d Merge pull request #59 from axic/feature/ethereum
8 years ago
Alex Beregszaszi ec7bea4308 Add tests for ecdsa_get_ethereum_pubkeyhash()
8 years ago
Alex Beregszaszi ca2fcbf3e3 Add tests for ecdsa_uncompress_pubkey()
8 years ago
Alex Beregszaszi 4e7da75c6e Rewrite ecdsa_uncompress_pubkey() using ecdsa_read_pubkey()
8 years ago
Alex Beregszaszi aecf8671a1 Add sha3 to cmake
8 years ago
Alex Beregszaszi 1b8e3d557f Implement ecdsa_get_ethereum_pubkeyhash()
8 years ago
Alex Beregszaszi 7d68a6ee17 Add ecdsa_uncompress_pubkey()
8 years ago
Alex Beregszaszi d68906ec4e Use proper option for USE_KECCAK via options.h
8 years ago
Pavol Rusnak 23590c05c6
rename index to idx in sha3 to avoid collision with index function in strings.h
8 years ago
Pavol Rusnak f60cd681f6
fix sign-compare warning
8 years ago
Pavol Rusnak fd519eae68
add node_modules to .gitignore
8 years ago
Pavol Rusnak 31e05edca7
add script parsing functions
8 years ago
Pavol Rusnak aae96e8285
add mnemonic generation methods with indexes option
9 years ago