summaryrefslogtreecommitdiff
path: root/src/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* crypto: make clear generate_random_bytes is not thread safemoneromooo-monero2016-05-154-4/+11
* random: call abort(3) instead of assert in must_succeed macromoneromooo-monero2016-04-241-1/+1
* minor tweaks, add readme for crypto_ops_builderRiccardo Spagni2016-03-113-4/+25
* Use boost::thread instead of std::threadHoward Chu2016-03-112-10/+10
* 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-214-9/+9
* Fix arm asmHoward Chu2016-01-111-23/+63
* updated copyright yearRiccardo Spagni2015-12-3130-30/+30
* Replace tabs with two spaces for consistency with rest of codebasewarptangent2015-12-152-161/+161
* renamed folderRiccardo Spagni2015-10-26174-4830/+0
* Re-enable optimized slow-hash if someone is trying to compile w/MSVC (disabli...Javier Smooth2015-08-261-1/+1
* Merge pull request #385Riccardo Spagni2015-08-24174-0/+23117
|\
| * Added ref10 shen_ed25519_ref code, which includes code that can replace crypt...ShenNoether2015-08-23174-0/+23117
| * revert to 776b4fc91a821be152f0f23e6873aabb78a72029ShenNoether2015-08-231-0/+0
| * Added shen_ed25519_ref to crypto ops subfolder, the point is to directly have...ShenNoether2015-08-231-0/+0
* | Merge pull request #383Riccardo Spagni2015-08-242-3/+2
|\ \
| * | use correct unsigned typeroman2015-08-231-1/+2