summaryrefslogtreecommitdiff
path: root/tests/hash/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* tests: add a few try/catch in main to shut coverity upmoneromooo-monero2019-04-031-0/+4
|
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* Cryptonight variant 4 aka CryptonightRSChernykh2019-02-141-5/+24
| | | | It introduces random integer math into the main loop.
* Cryptonight variant 2SChernykh2018-09-091-1/+201
| | | | | | | | | | 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
* Monero Cryptonight variants, and add one for v7moneromooo-monero2018-03-051-2/+9
| | | | | 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-261-1/+1
|
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
|
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
|
* year updated in licenseRiccardo Spagni2015-01-021-1/+1
|
* License updated to BSD 3-clausefluffypony2014-07-231-3/+29
|
* moved all stuff to githubAntonio Juarez2014-03-031-0/+96