aboutsummaryrefslogtreecommitdiff
path: root/src/crypto
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6298luigi11112020-03-311-0/+4
|\
| * [randomx] Add missing randomx_vm_set_cache()cohcho2020-01-171-0/+4
* | Merge pull request #6223Alexander Blair2020-02-281-7/+14
|\ \ | |/ |/|
| * Silence miner debugmsg spamHoward Chu2019-12-091-7/+14
* | Replace memset with memwipe.Bert Peters2019-11-131-4/+5
|/
* RandomX: update to v1.1.4tevador2019-10-131-76/+30
* Fix for miners on reorgHoward Chu2019-10-071-1/+4
* Update to RandomX v1.1.3, simplifyHoward Chu2019-10-051-19/+2
* Fix randomx cache selection for RPCsHoward Chu2019-10-031-12/+28
* RandomX integrationHoward Chu2019-09-255-7/+446
* Merge pull request #5877luigi11112019-09-241-3/+2
|\
| * Make null hash constants constexprLev Sizov2019-09-051-2/+2
| * Removed unused boost/value_init headerLev Sizov2019-09-021-1/+0
| * Changed the use of boost:value_initialized for C++ list initializerJesus Ramirez2019-09-021-2/+2
* | slow-hash: fix CNv2+ on big endianmoneromooo-monero2019-09-041-3/+3
|/
* Merge pull request #5609luigi11112019-08-274-2/+30
|\
| * wallet: add --extra-entropy command line flagmoneromooo-monero2019-08-224-2/+30
* | Merge pull request #5807luigi11112019-08-211-2/+0
|\ \
| * | Fix for biased signature nonceSarang Noether2019-08-121-2/+0
| |/
* | Merge pull request #5731luigi11112019-08-211-3/+3
|\ \ | |/ |/|
| * CryptonightR_JIT: fix return value on errorselene2019-07-041-3/+3
* | Merge pull request #5624luigi11112019-07-241-1/+0
|\ \
| * | Delete more include string.hYour Name2019-06-111-1/+0
* | | Merge pull request #5502luigi11112019-07-241-1/+0
|\ \ \
| * | | remove unused codemoneromooo-monero2019-04-291-1/+0
| |/ /
* | / keccak: guard against misaligned memory accesses on ARMmoneromooo-monero2019-07-041-3/+6
| |/ |/|
* | ensure no NULL is passed to memcpymoneromooo-monero2019-06-141-1/+2
* | tree-hash: allocate variable memory on heap, not stackmoneromooo-monero2019-06-141-5/+7
|/
* crypto: replace rand<T>()%N idiom with unbiased rand_idx(N)stoffu2019-04-041-0/+27
* Fix build on FreeBSDNathan Dorfman2019-03-241-1/+1
* 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-212-9/+24
|\ \
| * | crypto: fix PaX issue on NetBSD with CNv4 JITmoneromooo-monero2019-03-072-9/+24
| |/
* | Merge pull request #5250Riccardo Spagni2019-03-211-4/+4
|\ \
| * | aesb: avoid stomping on an existing define on NetBSDmoneromooo-monero2019-03-071-4/+4
| |/
* | Merge pull request #5213Riccardo Spagni2019-03-211-1/+1
|\ \
| * | slow-hash: default to JIT on x86_64moneromooo-monero2019-03-211-1/+1
* | | Merge pull request #5211Riccardo Spagni2019-03-213-0/+142
|\ \ \ | |/ / |/| |
| * | crypto: hmac_keccak addedDusan Klinec2019-03-203-0/+142
| |/
* | Merge pull request #5192Riccardo Spagni2019-03-171-12/+2
|\ \
| * | discontinue use of allocamoneromooo-monero2019-02-251-12/+2
* | | Update 2019 copyrightbinaryFate2019-03-0531-31/+31
| |/ |/|
* | CryptonightR: define out i386/x86_64 specific code on other archsmoneromooo-monero2019-03-052-0/+8
* | slow-hash: fix build on armmoneromooo-monero2019-03-054-27/+42
* | tests: add a CNv4 JIT testmoneromooo-monero2019-03-041-7/+8
* | crypto: plug CNv4 JIT into cn_slow_hashmoneromooo-monero2019-03-042-3/+100
* | crypto: clear cache after generating random programmoneromooo-monero2019-03-041-0/+3
* | CNv4 JIT compiler for x86-64 and testsSChernykh2019-03-044-0/+2746
* | Fixed path to int-util.hSChernykh2019-02-141-1/+1