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
/
hash.cpp
Age
Commit message (
Expand
)
Author
2017-01-14
Remove redundant semicolons
practicalswift
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-06-07
Support SipHash with arbitrary byte writes
Pieter Wuille
2016-05-17
Add SipHash-2-4 primitives to hash
Pieter Wuille
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-05-06
chaincodes: abstract away more chaincode behavior
Cory Fields
2015-03-06
src/hash.cpp: endian compatibility
Wladimir J. van der Laan
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-11-20
Split up crypto/sha2
Pieter Wuille
2014-11-08
Adding license.
sinetek
2014-10-31
boost: moveonly: move BIP32Hash to hash.h
Cory Fields
2014-09-23
Avoiding referencing elements of an empty vector
ENikS
2014-09-19
Apply clang-format on some infrequently-updated files
Pieter Wuille
2014-06-21
Add a built-in SHA256/SHA512 implementation.
Pieter Wuille
2013-06-24
Add HMAC-SHA512 to hash
Pieter Wuille
2013-01-16
Add MurmurHash3 implementation to hash.h/add hash.cpp.
Matt Corallo