aboutsummaryrefslogtreecommitdiff
path: root/src/crypto
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2988Riccardo Spagni2018-01-101-1/+1
|\
| * blake256: fix wrong hash when computed in partsmoneromooo-monero2017-12-221-1/+1
* | fix some link errors in debug mode for macosstoffu2018-01-101-0/+1
* | move memwipe to epee to avoid common<->crypto circular dependenciesmoneromooo-monero2018-01-102-2/+2
* | Add a chacha20 variant to go with chacha8moneromooo-monero2017-12-253-17/+32
|/
* Scrub keys from memory just before scope end.moneromooo-monero2017-12-162-17/+10
* Merge pull request #2860Riccardo Spagni2017-12-161-2/+3
|\
| * use memwipe in a few relevant placesmoneromooo-monero2017-11-271-2/+3
* | add a version of ge_double_scalarmult_precomp_vartime with A precompmoneromooo-monero2017-12-072-3/+9
* | sc_mul and sc_muladdluigi11112017-12-072-0/+654
|/
* Merge pull request #2771Riccardo Spagni2017-11-152-4/+16
|\
| * kaccak: remove unused return valuemoneromooo-monero2017-11-112-4/+2
| * keccak: some paranoid "can't happen" checksmoneromooo-monero2017-11-071-0/+14
* | make this build on SunOS/SolarisPavel Maryanov2017-11-141-0/+5
|/
* Merge pull request #2583Riccardo Spagni2017-10-151-2/+2
|\
| * Fix building with -DARCH=default -DNO_AES=ONmoneromooo-monero2017-10-061-2/+2
* | Subaddresseskenshi842017-10-072-41/+111
|/
* move checkpoints in a separate librarymoneromooo-monero2017-09-252-0/+35
* crypto: use malloc instead of allocamoneromooo-monero2017-08-231-10/+9
* crypto: moved boost::lock_guard into a smaller scopestoffu2017-06-221-4/+5
* Signature proving payment to destination by only revealing key derivation, no...stoffu2017-06-222-0/+139
* Fix #1991 asm multiply againHoward Chu2017-06-081-16/+13
* changed crypto to cncrypto so it generated libcncryptoGentian2017-05-231-3/+3
* Clean up ARMv8-a aes_expand_key()hyc2017-04-121-24/+16
* IOS CMAKE build settingsJaquee2017-04-031-1/+1
* 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-2131-31/+31
* Fix compiler error about nested externs in slow_hash.c by moving declarationsNanoAkron2017-02-131-3/+3
* Merge pull request #1510Riccardo Spagni2017-01-083-4/+24
|\
| * Build wallet with Android NDKMoroccanMalinois2017-01-053-4/+24
* | cleaner log calc algorithmfireice-uk2016-12-221-20/+18
|/
* Preliminary support for DragonFly BSDAntonio Huete Jimenez2016-12-154-4/+6
* oaes_lib: fix a leak on OOM error pathmoneromooo-monero2016-12-101-0/+3
* wallet: fix output collision detection for view walletsmoneromooo-monero2016-11-071-1/+1
* Changed to ..._HASHBITS everywhere for consistencyNanoAkron2016-10-291-2/+2
* Dropped "bit" from bitmonero.Randi Joseph2016-09-261-2/+2
* cmake: transitive deps and remove deprecated LINK_*redfish2016-09-181-0/+5
* 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-042-3/+13
* rct amount key modified as per luigi1111's recommendationsmoneromooo-monero2016-08-282-1/+6
* crypto: error out where appropriatemoneromooo-monero2016-08-281-2/+2
* ringct: import of Shen Noether's ring confidential transactionsmoneromooo-monero2016-08-285-13/+35
* Merge pull request #846Riccardo Spagni2016-06-193-13/+6
|\
| * crypto: slow-hash: fix misleading indentredfish2016-05-181-1/+1
| * crypto: slow-hash: remove unused hash list for ARMredfish2016-05-181-4/+0
| * crypto: oaes_lib: remove unused _NR arrayredfish2016-05-181-4/+0
| * crypto: fix compile error: use named type in sizeofredfish2016-05-181-4/+5
* | crypto: slow-hash: disable mul implemented in asm for ARMredfish2016-05-251-2/+5
|/