aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/ripemd160.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
| | | | | Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60
* update license of compat and cryptoPhilip Kaufmann2014-09-291-1/+1
| | | | | | - change license to be just MIT for all files in compat and crypto - also add missing header end comments - ensure default header include style
* Apply clang-format on crypto/* and compat/*Pieter Wuille2014-09-251-118/+205
|
* header include cleanupPhilip Kaufmann2014-09-141-0/+1
| | | | - ensures alphabetical ordering for includes etc. in source file headers
* Add <Hasher>::OUTPUT_SIZEPieter Wuille2014-06-211-1/+1
|
* Move {Read,Write}{LE,BE}{32,64} to common.h and use builtins if possiblePieter Wuille2014-06-211-15/+2
|
* Add built-in RIPEMD-160 implementationPieter Wuille2014-06-211-0/+217