summaryrefslogtreecommitdiff
path: root/src/crypto/slow-hash.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
* Merge pull request #8031luigi11112021-11-091-16/+54
|\
| * slow_hash: don't blow out Mac stack on ARM64Howard Chu2021-10-301-16/+54
* | crypto: fix typo in ifdefselsta2021-10-291-1/+1
|/
* ARMv8: detect AES support dynamicallyHoward Chu2021-10-101-35/+105
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
* RandomX integrationHoward Chu2019-09-251-7/+19
* slow-hash: fix CNv2+ on big endianmoneromooo-monero2019-09-041-3/+3
* Merge pull request #5624luigi11112019-07-241-1/+0
|\
| * Delete more include string.hYour Name2019-06-111-1/+0
* | remove unused codemoneromooo-monero2019-04-291-1/+0
|/
* 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