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.h
Age
Commit message (
Expand
)
Author
2015-05-06
chaincodes: abstract away more chaincode behavior
Cory Fields
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-11-20
Split up crypto/sha2
Pieter Wuille
2014-11-04
minor code style cleanup after recent merges
Philip Kaufmann
2014-10-31
boost: moveonly: move BIP32Hash to hash.h
Cory Fields
2014-09-14
header include cleanup
Philip Kaufmann
2014-08-28
add missing header end comments
Philip Kaufmann
2014-06-21
Add <Hasher>::OUTPUT_SIZE
Pieter Wuille
2014-06-21
Add built-in RIPEMD-160 implementation
Pieter Wuille
2014-06-21
Move crypto implementations to src/crypto/
Pieter Wuille
2014-06-21
Switch script.cpp and hash.cpp to use sha2.cpp instead of OpenSSL.
Pieter Wuille
2014-06-21
Add a built-in SHA256/SHA512 implementation.
Pieter Wuille
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-10-20
Bump Year Number to 2013
super3
2013-06-24
Add HMAC-SHA512 to hash
Pieter Wuille
2013-05-30
Make CPubKey statically allocated
Pieter Wuille
2013-01-16
Add MurmurHash3 implementation to hash.h/add hash.cpp.
Matt Corallo
2012-12-18
Split off hash.h from util.h
Pieter Wuille