aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/common.h
Commit message (Expand)AuthorAgeFilesLines
* net: recognize TORv3/I2P/CJDNS networksVasil Dimov2020-09-211-0/+7
* build: improve builtin_clz* detectionfanquake2020-06-291-2/+2
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Consensus: Fix bug when compiler do not support __builtin_clz*5324793012018-03-011-2/+2
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-2/+2
* Fix include path for bitcoin-config.h in crypto/common.hdanra2017-08-311-1/+1
* Add a FastRandomContext::randrange and use itPieter Wuille2017-03-291-0/+21
* Avoid unaligned access in crypto i/oPieter Wuille2017-01-121-10/+26
* build: Endian compatibilityWladimir J. van der Laan2015-03-061-65/+11
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* update license of compat and cryptoPhilip Kaufmann2014-09-291-2/+4
* Apply clang-format on crypto/* and compat/*Pieter Wuille2014-09-251-15/+40
* crypto: explicitly check for byte read/write functionsCory Fields2014-06-211-16/+63
* Move {Read,Write}{LE,BE}{32,64} to common.h and use builtins if possiblePieter Wuille2014-06-211-0/+46