aboutsummaryrefslogtreecommitdiff
path: root/src/crypto
Commit message (Expand)AuthorAgeFilesLines
...
* Monero Cryptonight variants, and add one for v7moneromooo-monero2018-03-054-12/+53
* Correct spelling mistakes.Edward Betts2018-03-051-1/+1
* Code modifications to integrate Ledger HW device into monero-wallet-cli.cslashm2018-03-047-6/+115
* crypto: add missing include (WIN32)iDunk54002018-02-161-0/+1
* Merge pull request #3226Riccardo Spagni2018-02-161-2/+3
|\
| * keccak: fix mdlen bounds sanity checkingmoneromooo-monero2018-02-071-1/+2
| * keccak: fix sanity check bounds testmoneromooo-monero2018-02-021-1/+1
* | Merge pull request #3187Riccardo Spagni2018-02-163-7/+33
|\ \
| * | call _exit instead of abort in release modemoneromooo-monero2018-02-013-7/+33
* | | Merge pull request #3180Riccardo Spagni2018-02-163-5/+15
|\ \ \ | |_|/ |/| |
| * | Support building cncrypto lib with msvcMatt Little2018-01-253-5/+15
| |/
* | Merge pull request #3119Riccardo Spagni2018-01-273-0/+157
|\ \
| * | crypto: add a ge_p3_identity constantmoneromooo-monero2018-01-152-0/+2
| * | crypto: add scalar mult functions returning ge_p3 instead of ge_p2moneromooo-monero2018-01-152-0/+155
| |/
* / Update 2018 copyrightxmr-eric2018-01-2631-31/+31
|/
* 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