You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Gav Wood 306de204e3 Virtual machine and switch to Boost's big num type for 256-bit ints. 11 years ago
.gitignore Initial commit 11 years ago
CMakeLists.txt Big int support. 11 years ago
Common.cpp Big int support. 11 years ago
Common.h Virtual machine and switch to Boost's big num type for 256-bit ints. 11 years ago
LICENSE Initial commit 11 years ago
PatriciaTree.cpp Hex-prefix Notation for the Merkle tree. 11 years ago
PatriciaTree.h Virtual machine and switch to Boost's big num type for 256-bit ints. 11 years ago
README.md Initial commit 11 years ago
RLP.cpp Big int support. 11 years ago
RLP.h Virtual machine and switch to Boost's big num type for 256-bit ints. 11 years ago
VirtualMachine.cpp Virtual machine and switch to Boost's big num type for 256-bit ints. 11 years ago
VirtualMachine.h Virtual machine and switch to Boost's big num type for 256-bit ints. 11 years ago
foreign.h Big int support. 11 years ago
main.cpp Merkle hash implementation. Needs testing. 11 years ago
sha256.cpp Virtual machine and switch to Boost's big num type for 256-bit ints. 11 years ago
sha256.h Virtual machine and switch to Boost's big num type for 256-bit ints. 11 years ago
uint128_t.h Half-implenentation of RLP encoder and Merkle tree hasher. 11 years ago
uint256_t.h Half-implenentation of RLP encoder and Merkle tree hasher. 11 years ago

README.md

ethereum

Ethereum C++ Client.