aboutsummaryrefslogtreecommitdiff
path: root/src/crypto
Commit message (Collapse)AuthorAgeFilesLines
* build: Endian compatibilityWladimir J. van der Laan2015-03-061-65/+11
| | | | | | | | - Detect endian instead of stopping configure on big-endian - Add `byteswap.h` and `endian.h` header for compatibility with Windows and other operating systems that don't come with them - Update `crypto/common.h` functions to use compat endian header
* Use libsecp256k1's RFC6979 implementationPieter Wuille2015-01-062-83/+0
|
* Added "Core" to copyright headerssandakersmann2014-12-1915-15/+15
| | | | | Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60
* Header define style cleanupsPieter Wuille2014-11-204-12/+12
|
* Add the RFC6979 PRNGPieter Wuille2014-11-202-0/+83
|
* Add HMAC-SHA256Pieter Wuille2014-11-202-0/+66
|
* 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