Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | tweaks to the monerov1 cryptonight algorithm | Lee Clagett | 1 | -5/+5 | |
2018-03-05 | Monero Cryptonight variants, and add one for v7 | moneromooo-monero | 3 | -3/+15 | |
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 | 2 | -2/+2 | |
2017-12-18 | tests: fix link error in hash tests now needing common | moneromooo-monero | 1 | -0/+1 | |
2017-05-23 | changed crypto to cncrypto so it generated libcncrypto | Gentian | 1 | -1/+1 | |
fix a cmakelist | |||||
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 2 | -2/+2 | |
2016-09-18 | cmake: transitive deps and remove deprecated LINK_* | redfish | 1 | -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. | |||||
2015-12-31 | updated copyright year | Riccardo Spagni | 2 | -2/+2 | |
2015-01-02 | year updated in license | Riccardo Spagni | 2 | -2/+2 | |
2014-10-24 | cmake: support 2.8.7 | Ben Boeckel | 1 | -1/+1 | |
Older versions of CMake support LINK_{PUBLIC,PRIVATE} while newer versions prefer PUBLIC and PRIVATE instead, but still support the LINK_ prefix. | |||||
2014-10-23 | cmake: put each test executable in its own directory | Ben Boeckel | 1 | -0/+48 | |
2014-07-23 | License updated to BSD 3-clause | fluffypony | 1 | -3/+29 | |
2014-03-03 | moved all stuff to github | Antonio Juarez | 8 | -0/+1721 | |