aboutsummaryrefslogtreecommitdiffstats
path: root/crypto.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' of github.com:ethereum/cpp-ethereum into developGav Wood2014-10-171-4/+163
|\
| * cryptopp ecdh and eciessubtly2014-10-151-4/+163
| |
* | Correct namespace for a few things in devcrypto.Gav Wood2014-10-171-1/+1
|/ | | | | Added lower_bound to TrieDB. Added nextActiveAddress to State.
* fixed segfaults on accessing temp objects vector buffersArkady Paronyan2014-10-031-8/+12
|
* Split ethcore off into devcrypto ready for Whisper's crypto and repot namespace.Gav Wood2014-09-061-3/+3
| | | | Rename ethential to devcore.
* Project-wide reorganisation of namespaces.Gav Wood2014-09-051-2/+3
|
* Project refactor. Introduce the Serpent library.Gav Wood2014-06-281-3/+3
|
* Major reorganisation.Gav Wood2014-05-261-3/+3
| | | | | New libs (libethsupport, libevm, liblll). New LLLC binary.
* Split out libethcore from libethereum.Gav Wood2014-04-231-5/+5
|
* Broke the crypto test out into a separate boost auto test case.Carl Allendorph2014-04-201-0/+29
|
* PoC 3.5 functionality. Still buggy though.Gav Wood2014-03-251-1/+0
|
* Repotted Common.h.Gav Wood2014-03-051-18/+19
|
* Tests.Gav Wood2014-02-281-0/+1
|
* Work in progress on Visual Studio 2013 compile fixes. Libethereum compiles ↵Tim Hughes2014-02-191-4/+4
| | | | again but not sorted out linking dependencies yet.
* Fixed the other occurrence of FoobarMuharem Hrnjadovic2014-02-161-1/+1
|
* Corrected license headers (Foobar -> cpp-ethereum)Muharem Hrnjadovic2014-02-161-1/+1
|
* Fixes for Go interop.Gav Wood2014-02-121-0/+24
|
* Peers have IDs to solve duplicate peers issue.Gav Wood2014-02-101-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 Wood2014-02-071-1/+1
| | | | Other minor changes.
* Version 2 not 3 of the GPL.Gav Wood2014-02-011-1/+1
|
* Manage GetBlocks properly; should work for when > 256 blocks away.Gav Wood2014-01-311-3/+3
| | | | Use GetTransactions on connect & respect it. DONE
* Various fixes.Gav Wood2014-01-201-4/+13
|
* Repotted tests.Gav Wood2014-01-191-0/+91