aboutsummaryrefslogtreecommitdiff
path: root/tests/hash
Commit message (Collapse)AuthorAgeFilesLines
* Copyright: Update to 2022mj-xmr2022-03-042-2/+2
|
* Add RELINK_TARGETS, monero_add_target_no_relink and use ↵mj-xmr2020-10-281-1/+1
| | | | | | | | monero_add_executable/monero_add_library where possible (mj-xmr) Add monero_add_minimal_executable and use in tests This is done in order not to have to relink targets, when just an .so changed, but not its interface.
* Update copyright year to 2020SomaticFanatic2020-05-062-2/+2
| | | | Update copyright year to 2020
* tests: add a few try/catch in main to shut coverity upmoneromooo-monero2019-04-031-0/+4
|
* Update 2019 copyrightbinaryFate2019-03-052-2/+2
|
* Adding cnv4-2 tweaksSChernykh2019-02-141-10/+10
| | | | Co-Authored-By: Lee Clagett <vtnerd@users.noreply.github.com>
* Cryptonight variant 4 aka CryptonightRSChernykh2019-02-143-6/+35
| | | | It introduces random integer math into the main loop.
* cryptonote tweak v2.2Lee Clagett2018-09-221-10/+10
|
* Cryptonight variant 2SChernykh2018-09-093-2/+216
| | | | | | | | | | Contains two modifications to improve ASIC resistance: shuffle and integer math. Shuffle makes use of the whole 64-byte cache line instead of 16 bytes only, making Cryptonight 4 times more demanding for memory bandwidth. Integer math adds 64:32 bit integer division followed by 64 bit integer square root, adding large and unavoidable computational latency to the main loop. More details and performance numbers: https://github.com/SChernykh/xmr-stak-cpu/blob/master/README.md
* tests/hash: correctly reference crypto HASH_SIZE for less confusionAnythingTechPro2018-03-141-1/+1
|
* chacha: call prehashed version explicitly as generate_chacha_key_prehashedstoffu2018-03-141-2/+2
| | | | | | hash: add prehashed version cn_slow_hash_prehashed slow-hash: let cn_slow_hash take 4th parameter for deciding prehashed or not slow-hash: add support for prehashed version for the other 3 platforms
* tweaks to the monerov1 cryptonight algorithmLee Clagett2018-03-051-5/+5
|
* Monero Cryptonight variants, and add one for v7moneromooo-monero2018-03-053-3/+15
| | | | | This is the first variant of many, with the intent to improve Monero's resistance to ASICs and encourage mining decentralization.
* Update 2018 copyrightxmr-eric2018-01-262-2/+2
|
* tests: fix link error in hash tests now needing commonmoneromooo-monero2017-12-181-0/+1
|
* changed crypto to cncrypto so it generated libcncryptoGentian2017-05-231-1/+1
| | | | fix a cmakelist
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-212-2/+2
|
* cmake: transitive deps and remove deprecated LINK_*redfish2016-09-181-2/+3
| | | | | | | | | | | | | | Keep the immediate direct deps at the library that depends on them, declare deps as PUBLIC so that targets that link against that library get the library's deps as transitive deps. Break dep cycle between blockchain_db <-> crytonote_core. No code refactoring, just hide cycle from cmake so that it doesn't complain (cycles are allowed only between static libs, not shared libs). This is in preparation for supproting BUILD_SHARED_LIBS cmake built-in option for building internal libs as shared.
* updated copyright yearRiccardo Spagni2015-12-312-2/+2
|
* year updated in licenseRiccardo Spagni2015-01-022-2/+2
|
* cmake: support 2.8.7Ben Boeckel2014-10-241-1/+1
| | | | | | Older versions of CMake support LINK_{PUBLIC,PRIVATE} while newer versions prefer PUBLIC and PRIVATE instead, but still support the LINK_ prefix.
* cmake: put each test executable in its own directoryBen Boeckel2014-10-231-0/+48
|
* License updated to BSD 3-clausefluffypony2014-07-231-3/+29
|
* moved all stuff to githubAntonio Juarez2014-03-038-0/+1721