Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-05-21 | copyright: bump to 2024 | copyCat | 1 | -1/+1 | |
2024-03-21 | update blake2b test vectors | koe | 1 | -1/+1 | |
2023-06-13 | Update tests/hash/main.cpp | 0xFFFC0000 | 1 | -1/+1 | |
Removing preprocessor macro and replacing it with constexpr. Co-authored-by: Jeffro <jeffreyryan@tutanota.com> | |||||
2023-06-12 | Tests: Add blake2b Test Cases for hash testing. | 0xFFFC0000 | 1 | -1/+79 | |
* Adding blake2b test function to src/tests/hash * New files for testvector. * Adding the test to CMakeLists.txt * Adding brief documentation for the test. | |||||
2023-01-16 | Copyright: Update to 2023 | mj-xmr | 1 | -1/+1 | |
Co-authored-by: plowsof <plowsof@protonmail.com> extra files | |||||
2022-03-04 | Copyright: Update to 2022 | mj-xmr | 1 | -1/+1 | |
2020-05-06 | Update copyright year to 2020 | SomaticFanatic | 1 | -1/+1 | |
Update copyright year to 2020 | |||||
2019-04-03 | tests: add a few try/catch in main to shut coverity up | moneromooo-monero | 1 | -0/+4 | |
2019-03-05 | Update 2019 copyright | binaryFate | 1 | -1/+1 | |
2019-02-14 | Cryptonight variant 4 aka CryptonightR | SChernykh | 1 | -5/+24 | |
It introduces random integer math into the main loop. | |||||
2018-09-09 | Cryptonight variant 2 | SChernykh | 1 | -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 | |||||
2018-03-14 | tests/hash: correctly reference crypto HASH_SIZE for less confusion | AnythingTechPro | 1 | -1/+1 | |
2018-03-14 | chacha: call prehashed version explicitly as generate_chacha_key_prehashed | stoffu | 1 | -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 | |||||
2018-03-05 | Monero Cryptonight variants, and add one for v7 | moneromooo-monero | 1 | -2/+9 | |
This is the first variant of many, with the intent to improve Monero's resistance to ASICs and encourage mining decentralization. | |||||
2018-01-26 | Update 2018 copyright | xmr-eric | 1 | -1/+1 | |
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 1 | -1/+1 | |
2015-12-31 | updated copyright year | Riccardo Spagni | 1 | -1/+1 | |
2015-01-02 | year updated in license | Riccardo Spagni | 1 | -1/+1 | |
2014-07-23 | License updated to BSD 3-clause | fluffypony | 1 | -3/+29 | |
2014-03-03 | moved all stuff to github | Antonio Juarez | 1 | -0/+96 | |