aboutsummaryrefslogtreecommitdiff
path: root/src/crypto
Commit message (Collapse)AuthorAgeFilesLines
...
* Split up crypto/sha2Pieter Wuille2014-11-207-271/+314
|
* Fix all header definesPavel Janík2014-11-033-9/+9
|
* update license of compat and cryptoPhilip Kaufmann2014-09-297-11/+13
| | | | | | - 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-257-425/+561
|
* header include cleanupPhilip Kaufmann2014-09-143-0/+3
| | | | - ensures alphabetical ordering for includes etc. in source file headers
* Add <Hasher>::OUTPUT_SIZEPieter Wuille2014-06-216-10/+20
|
* crypto: explicitly check for byte read/write functionsCory Fields2014-06-211-16/+63
| | | | Don't depend on hard-coded platform lists
* Move {Read,Write}{LE,BE}{32,64} to common.h and use builtins if possiblePieter Wuille2014-06-214-61/+51
|
* Add built-in RIPEMD-160 implementationPieter Wuille2014-06-212-0/+242
|
* Move crypto implementations to src/crypto/Pieter Wuille2014-06-214-0/+712