isle2983
|
27765b6403
|
Increment MIT Licence copyright header year on files modified in 2016
Edited via:
$ contrib/devtools/copyright_header.py update .
|
8 years ago |
Pieter Wuille
|
9bf156bb9e
|
Support SipHash with arbitrary byte writes
|
9 years ago |
Pieter Wuille
|
0b1295b066
|
Add SipHash-2-4 primitives to hash
|
9 years ago |
MarcoFalke
|
fa24439ff3
|
Bump copyright headers to 2015
|
9 years ago |
Cory Fields
|
a574899671
|
chaincodes: abstract away more chaincode behavior
[squashme] replace struct CCainCode with a typedef uint256 ChainCode
|
10 years ago |
Wladimir J. van der Laan
|
3ca5852dc2
|
src/hash.cpp: endian compatibility
|
10 years ago |
sandakersmann
|
f914f1a746
|
Added "Core" to copyright headers
Github-Pull: #5494
Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60
|
10 years ago |
Pieter Wuille
|
36fa4a78ac
|
Split up crypto/sha2
|
10 years ago |
sinetek
|
a8a5e0133a
|
Adding license.
|
10 years ago |
Cory Fields
|
78c228c6e5
|
boost: moveonly: move BIP32Hash to hash.h
|
10 years ago |
ENikS
|
459a2d25e0
|
Avoiding referencing elements of an empty vector
|
10 years ago |
Pieter Wuille
|
20e01b1a03
|
Apply clang-format on some infrequently-updated files
|
10 years ago |
Pieter Wuille
|
977cdadea8
|
Add a built-in SHA256/SHA512 implementation.
This also moves the HMAC-SHA512 implementation to sha2.cpp.
|
11 years ago |
Pieter Wuille
|
12dff9801f
|
Add HMAC-SHA512 to hash
|
12 years ago |
Matt Corallo
|
7ab026f449
|
Add MurmurHash3 implementation to hash.h/add hash.cpp.
|
12 years ago |