summaryrefslogtreecommitdiff
path: root/src/crypto/slow-hash.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5252Riccardo Spagni2019-03-211-27/+31
|\
| * slow-hash: cache TLS references locally once at function startmoneromooo-monero2019-03-071-27/+31
* | Merge pull request #5251Riccardo Spagni2019-03-211-9/+11
|\ \
| * | crypto: fix PaX issue on NetBSD with CNv4 JITmoneromooo-monero2019-03-071-9/+11
| |/
* | slow-hash: default to JIT on x86_64moneromooo-monero2019-03-211-1/+1
* | Update 2019 copyrightbinaryFate2019-03-051-1/+1
|/
* slow-hash: fix build on armmoneromooo-monero2019-03-051-25/+29
* tests: add a CNv4 JIT testmoneromooo-monero2019-03-041-7/+8
* crypto: plug CNv4 JIT into cn_slow_hashmoneromooo-monero2019-03-041-1/+93
* Fixed path to int-util.hSChernykh2019-02-141-1/+1
* Adding cnv4-2 tweaksSChernykh2019-02-141-36/+76
* Cryptonight variant 4 aka CryptonightRSChernykh2019-02-141-7/+57
* move int-util.h to epeemoneromooo-monero2018-12-041-1/+1
* slow-hash: some more big endian fixesxiphon2018-11-161-6/+6
* slow-hash: fix for big endianmoneromooo-monero2018-11-161-20/+21
* Small function declaration cleanup in slow-hash.cPol Mauri2018-10-231-5/+2
* Merge pull request #4449Riccardo Spagni2018-09-291-2/+41
* cryptonote tweak v2.2Lee Clagett2018-09-221-0/+20
* Merge pull request #4326Riccardo Spagni2018-09-141-1/+1
|\
| * NetBSD supportthomasvaughan2018-09-111-1/+1
* | Cryptonight variant 2SChernykh2018-09-091-53/+197
|/
* Changed URLs to HTTPSeinsteinsfool2018-06-231-2/+2
* slow-hash: fix memory leak for Windows /karbowanec#41aivve2018-04-241-1/+1
* chacha: call prehashed version explicitly as generate_chacha_key_prehashedstoffu2018-03-141-11/+19
* slow-hash: fix uint64 type typomoneromooo-monero2018-03-071-1/+1
* tweaks to the monerov1 cryptonight algorithmLee Clagett2018-03-051-16/+52
* slow-hash: optimized versionSChernykh2018-03-051-4/+4
* Monero Cryptonight variants, and add one for v7moneromooo-monero2018-03-051-6/+47
* Code modifications to integrate Ledger HW device into monero-wallet-cli.cslashm2018-03-041-3/+9
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
* Fix building with -DARCH=default -DNO_AES=ONmoneromooo-monero2017-10-061-2/+2
* Fix #1991 asm multiply againHoward Chu2017-06-081-16/+13
* Clean up ARMv8-a aes_expand_key()hyc2017-04-121-24/+16
* Silence warning about possibly uninitialized pointerGuillaume LE VAILLANT2017-03-251-1/+1
* Specify "524,288" iterations instead of "500,000"darentuzi2017-03-141-5/+5
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
* Fix compiler error about nested externs in slow_hash.c by moving declarationsNanoAkron2017-02-131-3/+3
* Build wallet with Android NDKMoroccanMalinois2017-01-051-1/+10
* Preliminary support for DragonFly BSDAntonio Huete Jimenez2016-12-151-1/+2
* crypto: armv7: slow-hash: remove redundant source includeredfish2016-09-181-1/+0
* Add ARMv8-A AES supportHoward Chu2016-09-161-42/+295
* crypto,cmake: enable ASM mul impl on ARM; add cmake optredfish2016-09-041-3/+3
* Merge pull request #846Riccardo Spagni2016-06-191-5/+1
|\
| * crypto: slow-hash: fix misleading indentredfish2016-05-181-1/+1
| * crypto: slow-hash: remove unused hash list for ARMredfish2016-05-181-4/+0
* | crypto: slow-hash: disable mul implemented in asm for ARMredfish2016-05-251-2/+5
|/
* crypto: only check MONERO_USE_SOFTWARE_AES oncemoneromooo-monero2016-02-091-5/+15
* crypto: use software AES based on the MONERO_USE_SOFTWARE_AES env varmoneromooo-monero2016-02-091-1/+11
* OpenBSD support for Monero.me0wmix2016-01-211-1/+1
* Fix arm asmHoward Chu2016-01-111-23/+63