Commit Graph

47 Commits

Author SHA1 Message Date
subtly
7f7a800fa1 recover public key from ecdsa,v sig using cryptopp 2014-10-29 18:46:57 +01:00
subtly
fb5248b27c Merge branch 'develop' into crypto 2014-10-27 17:41:25 +01:00
subtly
8dec48b6a3 Require secret for hmac. 2014-10-27 17:21:01 +01:00
Gav Wood
ed7a56cc16 PoC-7: Reversion of 0-hashes, empty-list hashes and sha3('') -> '' 2014-10-27 14:13:16 +01:00
subtly
9fa0defcc3 support for verifying ec signatures w/secp256k1 or cryptopp. 2014-10-27 05:15:44 +01:00
subtly
d710736000 ecdsa tests 2014-10-27 04:17:03 +01:00
subtly
a7cd35f4f9 Cleaner everything. CryptoPP doesn't recover public keys. secp256k1lib base doesn't verify compact signatures. CryptoPP sign and verify. Stub for secp256k1lib verification from compact signature. 2014-10-25 18:23:19 +02:00
subtly
9a6b5fd613 style. remove unused code. 2014-10-23 22:12:47 +02:00
subtly
1c8ef38124 coding standards 2014-10-23 21:59:05 +02:00
subtly
f02987e219 remove irrelevant test code 2014-10-23 19:25:12 +02:00
subtly
2b66efb72d cleanup more headers 2014-10-23 19:19:02 +02:00
subtly
ee062e564b add ecies encrypt/decrypt support to common crypto 2014-10-23 19:06:31 +02:00
subtly
3726c120e9 two ec curves walked into a bar... 2014-10-23 16:59:01 +02:00
subtly
9604a5a4d9 commit before narrowing down import-public key issue w/cryptopp 2014-10-23 16:38:50 +02:00
subtly
4dcfbd05c6 cryptopp_vs_secp256k1 2014-10-23 05:04:25 +02:00
subtly
19e169694c fix public import/export 2014-10-23 04:50:04 +02:00
subtly
6513d43129 import/export cryptopp keys. begin to separate operations and public/secret. 2014-10-23 02:40:02 +02:00
subtly
9308d04a4c Export and encrypt via dev::Public. more cryptopp abstraction. 2014-10-22 23:59:00 +02:00
subtly
29450c0fab abstract cryptopp. add/test encrypt/decrypt for key. 2014-10-22 22:57:41 +02:00
subtly
9a5a6db634 aes ctr mode test 2014-10-22 15:57:52 +02:00
subtly
8669468cbc cleanup headers 2014-10-18 23:01:42 +02:00
subtly
224f43bf81 basic ecies class 2014-10-18 05:11:36 +02:00
subtly
5693de0f13 Merge branch 'develop' into crypto
Conflicts:
	test/TestHelperCrypto.h
2014-10-17 22:44:05 +02:00
Gav Wood
266bce3376 Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop 2014-10-16 19:44:02 +03:00
Gav Wood
165e9780f7 Correct namespace for a few things in devcrypto.
Added lower_bound to TrieDB.
Added nextActiveAddress to State.
2014-10-16 19:43:48 +03:00
subtly
0abb8e9b1d cryptopp aes128-cbc 2014-10-15 11:58:27 +02:00
subtly
15b524abc6 cryptopp ecdh and ecies 2014-10-14 19:30:20 +02:00
Arkady Paronyan
77598cc3f0 fixed segfaults on accessing temp objects vector buffers 2014-10-03 17:53:04 +04:00
Gav Wood
f9a7ab94ae Split ethcore off into devcrypto ready for Whisper's crypto and repot namespace.
Rename ethential to devcore.
2014-09-05 18:24:29 +02:00
Gav Wood
38dd3fb050 Project-wide reorganisation of namespaces. 2014-09-05 17:09:58 +02:00
Gav Wood
b62f71c699 Project refactor. Introduce the Serpent library. 2014-06-27 23:47:24 +02:00
Gav Wood
ef95ba9ac3 Major reorganisation.
New libs (libethsupport, libevm, liblll).
New LLLC binary.
2014-05-26 11:22:19 +02:00
Gav Wood
3a2597d871 Split out libethcore from libethereum. 2014-04-23 15:08:11 +01:00
Carl Allendorph
bf4865adaf Broke the crypto test out into a separate boost auto test case. 2014-04-19 10:53:48 -07:00
Gav Wood
81c3adb109 PoC 3.5 functionality. Still buggy though. 2014-03-24 16:51:40 -07:00
Gav Wood
f171b2f976 Repotted Common.h. 2014-03-04 11:46:26 -06:00
Gav Wood
a2f6a17470 Tests. 2014-02-28 12:55:30 +00:00
Tim Hughes
7a1f75ddbf Work in progress on Visual Studio 2013 compile fixes. Libethereum compiles again but not sorted out linking dependencies yet. 2014-02-18 16:34:59 +00:00
Muharem Hrnjadovic
ec71a3b4e4 Fixed the other occurrence of Foobar 2014-02-16 11:41:15 +01:00
Muharem Hrnjadovic
0d91f19032 Corrected license headers (Foobar -> cpp-ethereum) 2014-02-16 11:20:55 +01:00
Gav Wood
c98ca8f722 Fixes for Go interop. 2014-02-11 17:43:37 +00:00
Gav Wood
38faf687ae Peers have IDs to solve duplicate peers issue.
No post-mine state visible in advance.
Additional parts of protocol no longer optional.
Protocol version bump.
Various GUI improvements.
Better (more dynamic) and more correct handling of fee structure.
2014-02-09 21:30:55 +00:00
Gav Wood
dd0957359b AlephZero renamed AlethZero and moved to cmake project.
Other minor changes.
2014-02-06 18:53:46 +00:00
Gav Wood
f0f391187d Version 2 not 3 of the GPL. 2014-01-31 21:41:49 +00:00
Gav Wood
a2ec430b27 Manage GetBlocks properly; should work for when > 256 blocks away.
Use GetTransactions on connect & respect it. DONE
2014-01-31 14:10:05 +00:00
Gav Wood
a08ce2bde1 Various fixes. 2014-01-20 14:53:02 +00:00
Gav Wood
9033480699 Repotted tests. 2014-01-19 14:42:02 +00:00