elements/src/consensus
Mark Friedenbach 3518ae82d6 Add fast Merkle branch functions.
A fast Merkle branch uses midstate to perform a single SHA-256 compression per branch, and is not vulnerable to CVE-2012-2459. It produces different hashes though, so can only be used for new hash trees going forward.
2017-06-16 12:02:17 -04:00
..
consensus.h Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
merkle.cpp Add fast Merkle branch functions. 2017-06-16 12:02:17 -04:00
merkle.h Add fast Merkle branch functions. 2017-06-16 12:02:17 -04:00
params.h QA: Allow setting the fedpeg script with a command line argument 2017-06-16 12:02:13 -04:00
validation.h Don't DoS ban peers for possibly valid pegin blocks 2017-06-15 14:31:27 -04:00