| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update to use thread_local | Chey | 2021-06-27 | 1 | -1/+1 |
| | | |||||
| * | fix runtime for dogecoin on Alpine Linux musl libc | chey | 2021-06-02 | 1 | -1/+2 |
| | | |||||
| * | Replace HMAC_SHA256 with Bitcoin's version (#1438) | Ross Nicoll | 2018-09-19 | 2 | -90/+25 |
| | | |||||
| * | Litecoin: Scrypt n=1024 Pow hash based upon Colin Percival's Tarnsnap (2009) ↵ | Warren Togami | 2018-09-19 | 3 | -0/+510 |
| | | | | | Modified by Artforz, coblee, pooler, wtogami, Nikolay Belikov, Adrian Gallagher | ||||
| * | Avoid unaligned access in crypto i/o | Pieter Wuille | 2017-01-12 | 1 | -10/+26 |
| | | |||||
| * | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 | 2016-12-31 | 5 | -5/+5 |
| | | | | | | | Edited via: $ contrib/devtools/copyright_header.py update . | ||||
| * | Update ctaes | Pieter Wuille | 2016-12-08 | 1 | -4/+4 |
| | | |||||
| * | Fix some typos | fsb4000 | 2016-11-28 | 1 | -1/+1 |
| | | |||||
| * | crypto: add AES 128/256 CBC classes | Cory Fields | 2016-05-13 | 2 | -0/+196 |
| | | | | | | | The output should always match openssl's, even for failed operations. Even for a decrypt with broken padding, the output is always deterministic (and attemtps to be constant-time). | ||||
| * | Add ctaes-based constant time AES implementation | Pieter Wuille | 2016-05-13 | 2 | -0/+139 |
| | | |||||
| * | Merge commit 'a545127fbccef4ee674d18d43732ce00ba97f782' as 'src/crypto/ctaes' | Pieter Wuille | 2016-05-11 | 6 | -0/+939 |
| | | |||||
| * | crypto: bytes counts are 64 bit | Wladimir J. van der Laan | 2016-04-15 | 4 | -4/+4 |
| | | | | | | | Byte counts for SHA256, SHA512, SHA1 and RIPEMD160 must be 64 bits. `size_t` has a different size per platform, causing divergent results when hashing more than 4GB of data. | ||||
| * | build: Endian compatibility | Wladimir J. van der Laan | 2015-03-06 | 1 | -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 implementation | Pieter Wuille | 2015-01-06 | 2 | -83/+0 |
| | | |||||
| * | Added "Core" to copyright headers | sandakersmann | 2014-12-19 | 15 | -15/+15 |
| | | | | | | Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60 | ||||
| * | Header define style cleanups | Pieter Wuille | 2014-11-20 | 4 | -12/+12 |
| | | |||||
| * | Add the RFC6979 PRNG | Pieter Wuille | 2014-11-20 | 2 | -0/+83 |
| | | |||||
| * | Add HMAC-SHA256 | Pieter Wuille | 2014-11-20 | 2 | -0/+66 |
| | | |||||
| * | Split up crypto/sha2 | Pieter Wuille | 2014-11-20 | 7 | -271/+314 |
| | | |||||
| * | Fix all header defines | Pavel Janík | 2014-11-03 | 3 | -9/+9 |
| | | |||||
| * | update license of compat and crypto | Philip Kaufmann | 2014-09-29 | 7 | -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 Wuille | 2014-09-25 | 7 | -425/+561 |
| | | |||||
| * | header include cleanup | Philip Kaufmann | 2014-09-14 | 3 | -0/+3 |
| | | | | | - ensures alphabetical ordering for includes etc. in source file headers | ||||
| * | Add <Hasher>::OUTPUT_SIZE | Pieter Wuille | 2014-06-21 | 6 | -10/+20 |
| | | |||||
| * | crypto: explicitly check for byte read/write functions | Cory Fields | 2014-06-21 | 1 | -16/+63 |
| | | | | | Don't depend on hard-coded platform lists | ||||
| * | Move {Read,Write}{LE,BE}{32,64} to common.h and use builtins if possible | Pieter Wuille | 2014-06-21 | 4 | -61/+51 |
| | | |||||
| * | Add built-in RIPEMD-160 implementation | Pieter Wuille | 2014-06-21 | 2 | -0/+242 |
| | | |||||
| * | Move crypto implementations to src/crypto/ | Pieter Wuille | 2014-06-21 | 4 | -0/+712 |