summaryrefslogtreecommitdiff
path: root/src/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | removed some gcc warnings. mainly unused variables.roman2015-08-232-3/+1
| |/
* / chacha8: add a key generation variant that take a pointer and sizemoneromooo-monero2015-08-221-2/+6
|/
* encrypted payment ids are now 64 bit, instead of 256 bitmoneromooo-monero2015-08-091-0/+5
* ** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY)NoodleDoodleNoodleDoodleNoodleDoodleNoo2015-07-152-2/+200
* 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-0226-26/+26
* cmake: handle private vs. public headersBen Boeckel2014-10-231-2/+7
* cmake: refactor common code with librariesBen Boeckel2014-10-231-9/+1
* cmake: put each library into its own directoryBen Boeckel2014-10-231-0/+79
* 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