aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/slow-hash.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
* Replace tabs with two spaces for consistency with rest of codebasewarptangent2015-12-151-95/+95
* Re-enable optimized slow-hash if someone is trying to compile w/MSVC (disabli...Javier Smooth2015-08-261-1/+1
* removed some gcc warnings. mainly unused variables.roman2015-08-231-1/+0
* ** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY)NoodleDoodleNoodleDoodleNoodleDoodleNoo2015-07-151-0/+190
* disable non-working optimized slow_hash on 32 bit intelJavier Smooth2015-04-131-1/+1
* no newline at end of fileRiccardo Spagni2015-04-051-1/+1
* make fallback compatible with newer slow-hashRiccardo Spagni2015-01-281-0/+12
* added portable slow-hash, updated makefile targets, fixed readmeRiccardo Spagni2015-01-271-2/+152
* fixed sse2 ifdefRiccardo Spagni2015-01-271-2/+2
* remove aes flag, detect no sse2Riccardo Spagni2015-01-271-0/+2
* year updated in licenseRiccardo Spagni2015-01-021-1/+1
* capitalize Keccak everywhereDavid G. Andersen2014-10-061-1/+1
* typo fix - cryptonight, not cryptonoteDavid G. Andersen2014-10-061-1/+1
* Fix comment start for two functionsDavid G. Andersen2014-10-061-2/+2
* another typo fixDavid G. Andersen2014-10-051-1/+1
* fix typoDavid G. Andersen2014-10-051-1/+1
* More documentationDavid G. Andersen2014-10-051-10/+63
* initial doxygen commenting of the CryptoNight proof-of-work codeDavid G. Andersen2014-10-051-1/+85
* More preprocessor fixes for slow-hashZachary Michaels2014-09-151-3/+3
* Correct includes for mingw in slow-hashZachary Michaels2014-09-151-0/+8
* Change Windows include to windowsZachary Michaels2014-09-151-1/+1
* mmap on FreeBSD doesn't have MAP_HUGETLBfluffypony2014-09-101-1/+1