index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
crypto
/
common.h
Age
Commit message (
Expand
)
Author
2020-09-21
net: recognize TORv3/I2P/CJDNS networks
Vasil Dimov
2020-06-29
build: improve builtin_clz* detection
fanquake
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-03-01
Consensus: Fix bug when compiler do not support __builtin_clz*
532479301
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-08-31
Fix include path for bitcoin-config.h in crypto/common.h
danra
2017-03-29
Add a FastRandomContext::randrange and use it
Pieter Wuille
2017-01-12
Avoid unaligned access in crypto i/o
Pieter Wuille
2015-03-06
build: Endian compatibility
Wladimir J. van der Laan
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-09-29
update license of compat and crypto
Philip Kaufmann
2014-09-25
Apply clang-format on crypto/* and compat/*
Pieter Wuille
2014-06-21
crypto: explicitly check for byte read/write functions
Cory Fields
2014-06-21
Move {Read,Write}{LE,BE}{32,64} to common.h and use builtins if possible
Pieter Wuille