aboutsummaryrefslogtreecommitdiffstats
path: root/libdevcore
Commit message (Expand)AuthorAgeFilesLines
* sha3: actually support both FIPS SHA3 and KeccakAlex Beregszaszi2016-10-061-1/+22
* sha3: remove unused counterAlex Beregszaszi2016-10-062-5/+0
* Rename dev::sha3 to dev::keccak256Alex Beregszaszi2016-10-063-12/+12
* Explicitly convert the assert condition using bool()Yoichi Hirai2016-09-101-13/+1
* Fix a typo and whitespacesYoichi Hirai2016-09-072-2/+2
* remove sha256 and rmd160 hashDimitry2016-08-242-478/+0
* Remove dev::utf8 namespaceAlex Beregszaszi2016-08-092-10/+0
* Use size_t in dev::utf8::validate()Alex Beregszaszi2016-08-092-6/+6
* Use consts in dev::utf8::validate()Alex Beregszaszi2016-08-092-7/+7
* Include UTF8 helpers in libdevcoreAlex Beregszaszi2016-08-092-0/+126
* Merge pull request #834 from chriseth/devcorecleanupchriseth2016-08-087-286/+1
|\
| * Some cleanup regarding libdevcore. Also rename to avoid conflicts.chriseth2016-08-067-287/+2
* | Merge pull request #800 from winsvega/fixbuildchriseth2016-08-081-1/+1
|\ \
| * | fix build on windowsDmitry K2016-08-031-1/+1
* | | Do not install headers.chriseth2016-08-051-2/+0
| |/ |/|
* | Add boost workaround for specific version.chriseth2016-08-041-0/+520
|/
* Make the Solidity repository standalone.Bob Summerwill2016-08-0122-0/+2939