Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'develop' into crypto | subtly | 2014-11-06 | 1 | -11/+11 |
|\ | | | | | | | | | Conflicts: test/crypto.cpp | ||||
| * | Transaction documentation and build fixes. | Gav Wood | 2014-11-05 | 1 | -8/+8 |
| | | |||||
| * | Documentation for Transaction. | Gav Wood | 2014-11-05 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'develop' into crypto | subtly | 2014-11-05 | 1 | -12/+2 |
|\| | |||||
| * | Classify Transaction. | Gav Wood | 2014-11-05 | 1 | -12/+2 |
| | | |||||
* | | coding standards, documentation, new exception syntax | subtly | 2014-11-05 | 1 | -1/+8 |
| | | |||||
* | | codereview fixes | subtly | 2014-11-04 | 1 | -2/+2 |
| | | |||||
* | | Placeholder kdf. More cleanup and tests. | subtly | 2014-11-02 | 1 | -16/+18 |
| | | |||||
* | | remove asserts for recid being 2, which is rare, but may occur | subtly | 2014-10-30 | 1 | -58/+16 |
| | | |||||
* | | recover public key from ecdsa,v sig using cryptopp | subtly | 2014-10-30 | 1 | -0/+108 |
| | | |||||
* | | Merge branch 'develop' into crypto | subtly | 2014-10-28 | 1 | -0/+3 |
|\| | |||||
| * | PoC-7: Reversion of 0-hashes, empty-list hashes and sha3('') -> '' | Gav Wood | 2014-10-27 | 1 | -0/+3 |
| | | |||||
* | | Require secret for hmac. | subtly | 2014-10-28 | 1 | -1/+1 |
| | | |||||
* | | support for verifying ec signatures w/secp256k1 or cryptopp. | subtly | 2014-10-27 | 1 | -84/+94 |
| | | |||||
* | | ecdsa tests | subtly | 2014-10-27 | 1 | -33/+76 |
| | | |||||
* | | Cleaner everything. CryptoPP doesn't recover public keys. secp256k1lib base ↵ | subtly | 2014-10-26 | 1 | -59/+42 |
|/ | | | | doesn't verify compact signatures. CryptoPP sign and verify. Stub for secp256k1lib verification from compact signature. | ||||
* | style. remove unused code. | subtly | 2014-10-24 | 1 | -43/+4 |
| | |||||
* | coding standards | subtly | 2014-10-24 | 1 | -15/+15 |
| | |||||
* | remove irrelevant test code | subtly | 2014-10-24 | 1 | -8/+0 |
| | |||||
* | cleanup more headers | subtly | 2014-10-24 | 1 | -1/+1 |
| | |||||
* | add ecies encrypt/decrypt support to common crypto | subtly | 2014-10-24 | 1 | -0/+18 |
| | |||||
* | two ec curves walked into a bar... | subtly | 2014-10-23 | 1 | -9/+26 |
| | |||||
* | commit before narrowing down import-public key issue w/cryptopp | subtly | 2014-10-23 | 1 | -18/+46 |
| | |||||
* | cryptopp_vs_secp256k1 | subtly | 2014-10-23 | 1 | -1/+32 |
| | |||||
* | fix public import/export | subtly | 2014-10-23 | 1 | -11/+7 |
| | |||||
* | import/export cryptopp keys. begin to separate operations and public/secret. | subtly | 2014-10-23 | 1 | -28/+21 |
| | |||||
* | Export and encrypt via dev::Public. more cryptopp abstraction. | subtly | 2014-10-23 | 1 | -1/+21 |
| | |||||
* | abstract cryptopp. add/test encrypt/decrypt for key. | subtly | 2014-10-23 | 1 | -26/+40 |
| | |||||
* | aes ctr mode test | subtly | 2014-10-22 | 1 | -0/+73 |
| | |||||
* | cleanup headers | subtly | 2014-10-19 | 1 | -2/+6 |
| | |||||
* | basic ecies class | subtly | 2014-10-18 | 1 | -75/+31 |
| | |||||
* | Merge branch 'develop' into crypto | subtly | 2014-10-18 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: test/TestHelperCrypto.h | ||||
| * | Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop | Gav Wood | 2014-10-17 | 1 | -4/+163 |
| |\ | |||||
| * | | Correct namespace for a few things in devcrypto. | Gav Wood | 2014-10-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Added lower_bound to TrieDB. Added nextActiveAddress to State. | ||||
* | | | cryptopp aes128-cbc | subtly | 2014-10-15 | 1 | -3/+40 |
| |/ |/| | |||||
* | | cryptopp ecdh and ecies | subtly | 2014-10-15 | 1 | -4/+163 |
|/ | |||||
* | fixed segfaults on accessing temp objects vector buffers | Arkady Paronyan | 2014-10-03 | 1 | -8/+12 |
| | |||||
* | Split ethcore off into devcrypto ready for Whisper's crypto and repot namespace. | Gav Wood | 2014-09-06 | 1 | -3/+3 |
| | | | | Rename ethential to devcore. | ||||
* | Project-wide reorganisation of namespaces. | Gav Wood | 2014-09-05 | 1 | -2/+3 |
| | |||||
* | Project refactor. Introduce the Serpent library. | Gav Wood | 2014-06-28 | 1 | -3/+3 |
| | |||||
* | Major reorganisation. | Gav Wood | 2014-05-26 | 1 | -3/+3 |
| | | | | | New libs (libethsupport, libevm, liblll). New LLLC binary. | ||||
* | Split out libethcore from libethereum. | Gav Wood | 2014-04-23 | 1 | -5/+5 |
| | |||||
* | Broke the crypto test out into a separate boost auto test case. | Carl Allendorph | 2014-04-20 | 1 | -0/+29 |
| | |||||
* | PoC 3.5 functionality. Still buggy though. | Gav Wood | 2014-03-25 | 1 | -1/+0 |
| | |||||
* | Repotted Common.h. | Gav Wood | 2014-03-05 | 1 | -18/+19 |
| | |||||
* | Tests. | Gav Wood | 2014-02-28 | 1 | -0/+1 |
| | |||||
* | Work in progress on Visual Studio 2013 compile fixes. Libethereum compiles ↵ | Tim Hughes | 2014-02-19 | 1 | -4/+4 |
| | | | | again but not sorted out linking dependencies yet. | ||||
* | Fixed the other occurrence of Foobar | Muharem Hrnjadovic | 2014-02-16 | 1 | -1/+1 |
| | |||||
* | Corrected license headers (Foobar -> cpp-ethereum) | Muharem Hrnjadovic | 2014-02-16 | 1 | -1/+1 |
| | |||||
* | Fixes for Go interop. | Gav Wood | 2014-02-12 | 1 | -0/+24 |
| | |||||
* | Peers have IDs to solve duplicate peers issue. | Gav Wood | 2014-02-10 | 1 | -1/+0 |
| | | | | | | | | 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. | ||||
* | AlephZero renamed AlethZero and moved to cmake project. | Gav Wood | 2014-02-07 | 1 | -1/+1 |
| | | | | Other minor changes. | ||||
* | Version 2 not 3 of the GPL. | Gav Wood | 2014-02-01 | 1 | -1/+1 |
| | |||||
* | Manage GetBlocks properly; should work for when > 256 blocks away. | Gav Wood | 2014-01-31 | 1 | -3/+3 |
| | | | | Use GetTransactions on connect & respect it. DONE | ||||
* | Various fixes. | Gav Wood | 2014-01-20 | 1 | -4/+13 |
| | |||||
* | Repotted tests. | Gav Wood | 2014-01-19 | 1 | -0/+91 |