| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | crypto: replace rand<T>()%N idiom with unbiased rand_idx(N) | stoffu | 2019-04-04 | 1 | -0/+27 |
| * | Fix build on FreeBSD | Nathan Dorfman | 2019-03-24 | 1 | -1/+1 |
| * | Merge pull request #5252 | Riccardo Spagni | 2019-03-21 | 1 | -27/+31 |
| |\ | |||||
| | * | slow-hash: cache TLS references locally once at function start | moneromooo-monero | 2019-03-07 | 1 | -27/+31 |
| * | | Merge pull request #5251 | Riccardo Spagni | 2019-03-21 | 2 | -9/+24 |
| |\ \ | |||||
| | * | | crypto: fix PaX issue on NetBSD with CNv4 JIT | moneromooo-monero | 2019-03-07 | 2 | -9/+24 |
| | |/ | |||||
| * | | Merge pull request #5250 | Riccardo Spagni | 2019-03-21 | 1 | -4/+4 |
| |\ \ | |||||
| | * | | aesb: avoid stomping on an existing define on NetBSD | moneromooo-monero | 2019-03-07 | 1 | -4/+4 |
| | |/ | |||||
| * | | Merge pull request #5213 | Riccardo Spagni | 2019-03-21 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | slow-hash: default to JIT on x86_64 | moneromooo-monero | 2019-03-21 | 1 | -1/+1 |
| * | | | Merge pull request #5211 | Riccardo Spagni | 2019-03-21 | 3 | -0/+142 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | crypto: hmac_keccak added | Dusan Klinec | 2019-03-20 | 3 | -0/+142 |
| | |/ | |||||
| * | | Merge pull request #5192 | Riccardo Spagni | 2019-03-17 | 1 | -12/+2 |
| |\ \ | |||||
| | * | | discontinue use of alloca | moneromooo-monero | 2019-02-25 | 1 | -12/+2 |
| * | | | Update 2019 copyright | binaryFate | 2019-03-05 | 31 | -31/+31 |
| | |/ |/| | |||||
| * | | CryptonightR: define out i386/x86_64 specific code on other archs | moneromooo-monero | 2019-03-05 | 2 | -0/+8 |
| * | | slow-hash: fix build on arm | moneromooo-monero | 2019-03-05 | 4 | -27/+42 |
| * | | tests: add a CNv4 JIT test | moneromooo-monero | 2019-03-04 | 1 | -7/+8 |
| * | | crypto: plug CNv4 JIT into cn_slow_hash | moneromooo-monero | 2019-03-04 | 2 | -3/+100 |
| * | | crypto: clear cache after generating random program | moneromooo-monero | 2019-03-04 | 1 | -0/+3 |
| * | | CNv4 JIT compiler for x86-64 and tests | SChernykh | 2019-03-04 | 4 | -0/+2746 |
| * | | Fixed path to int-util.h | SChernykh | 2019-02-14 | 1 | -1/+1 |
| * | | Adding cnv4-2 tweaks | SChernykh | 2019-02-14 | 2 | -39/+79 |
| * | | Cryptonight variant 4 aka CryptonightR | SChernykh | 2019-02-14 | 5 | -16/+507 |
| |/ | |||||
| * | move int-util.h to epee | moneromooo-monero | 2018-12-04 | 7 | -7/+7 |
| * | Merge pull request #4854 | Riccardo Spagni | 2018-12-04 | 2 | -4/+0 |
| |\ | |||||
| | * | Removed a lot of unnecessary includes | Martijn Otto | 2018-11-15 | 2 | -4/+0 |
| * | | slow-hash: some more big endian fixes | xiphon | 2018-11-16 | 1 | -6/+6 |
| * | | slow-hash: fix for big endian | moneromooo-monero | 2018-11-16 | 1 | -20/+21 |
| * | | Merge pull request #4757 | Riccardo Spagni | 2018-11-14 | 1 | -0/+7 |
| |\ \ | |||||
| | * | | hash: fix hash_permutation on big endian | moneromooo-monero | 2018-10-29 | 1 | -0/+7 |
| * | | | Merge pull request #4755 | Riccardo Spagni | 2018-11-14 | 1 | -2/+3 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | crypto: fix AES encryption on big endian | xiphon | 2018-10-31 | 1 | -2/+3 |
| | |/ | |||||
| * | | Merge pull request #4711 | Riccardo Spagni | 2018-11-06 | 1 | -5/+2 |
| |\ \ | |||||
| | * | | Small function declaration cleanup in slow-hash.c | Pol Mauri | 2018-10-23 | 1 | -5/+2 |
| | |/ | |||||
| * | | crypto: fixed groestl on big-endian platforms | xiphon | 2018-10-25 | 2 | -47/+91 |
| * | | crypto: fixed incremental keccak API on big-endian platforms | xiphon | 2018-10-22 | 1 | -2/+3 |
| |/ | |||||
| * | Merge pull request #4449 | Riccardo Spagni | 2018-09-29 | 1 | -2/+41 |
| * | Merge pull request #4404 | Riccardo Spagni | 2018-09-22 | 1 | -0/+20 |
| |\ | |||||
| | * | cryptonote tweak v2.2 | Lee Clagett | 2018-09-22 | 1 | -0/+20 |
| * | | Merge pull request #4395 | Riccardo Spagni | 2018-09-21 | 1 | -3/+8 |
| |\ \ | |||||
| | * | | Fixed Keccak implementation on big-endian platforms | Alexandro Sanchez | 2018-09-17 | 1 | -3/+8 |
| | |/ | |||||
| * | | Merge pull request #4357 | Riccardo Spagni | 2018-09-18 | 1 | -1401/+3 |
| |\ \ | |/ |/| | |||||
| | * | crypto_ops_builder: link to EdDSA/Ed25519 draft RFC | moneromooo-monero | 2018-09-09 | 1 | -1401/+3 |
| * | | Merge pull request #4326 | Riccardo Spagni | 2018-09-14 | 3 | -8/+10 |
| |\ \ | |||||
| | * | | NetBSD support | thomasvaughan | 2018-09-11 | 3 | -8/+10 |
| * | | | Merge pull request #4219 | Riccardo Spagni | 2018-09-11 | 4 | -4/+35 |
| |\ \ \ | |||||
| | * | | | more comprehensive test for ge_p3 comparison to identity/point at infinity | moneromooo-monero | 2018-09-11 | 2 | -0/+15 |
| | * | | | crypto: some paranoid checks in generate_signature/check_signature | moneromooo-monero | 2018-09-11 | 1 | -1/+11 |
| | * | | | crypto: never return zero in random32_unbiased | moneromooo-monero | 2018-09-11 | 1 | -1/+1 |
