aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/hash-ops.h
Commit message (Collapse)AuthorAgeFilesLines
* Refactored rx-slow-hash.cSChernykh2022-12-141-2/+6
| | | | | | | | | - Straight-forward call interface: `void rx_slow_hash(const char *seedhash, const void *data, size_t length, char *result_hash)` - Consensus chain seed hash is now updated by calling `rx_set_main_seedhash` whenever a block is added/removed or a reorg happens - `rx_slow_hash` will compute correct hash no matter if `rx_set_main_seedhash` was called or not (the only difference is performance) - New environment variable `MONERO_RANDOMX_FULL_MEM` to force use the full dataset for PoW verification (faster block verification) - When dataset is used for PoW verification, dataset updates don't stall other threads (verification is done in light mode then) - When mining is running, PoW checks now also use dataset for faster verification
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* New add_aux_pow RPC to support merge miningmoneromooo-monero2021-02-091-0/+4
|
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | Update copyright year to 2020
* RandomX integrationHoward Chu2019-09-251-0/+8
| | | | Support RandomX PoW algorithm
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* Cryptonight variant 4 aka CryptonightRSChernykh2019-02-141-1/+1
| | | | It introduces random integer math into the main loop.
* move int-util.h to epeemoneromooo-monero2018-12-041-1/+1
|
* chacha: call prehashed version explicitly as generate_chacha_key_prehashedstoffu2018-03-141-2/+1
| | | | | | 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/+2
| | | | | This is the first variant of many, with the intent to improve Monero's resistance to ASICs and encourage mining decentralization.
* Code modifications to integrate Ledger HW device into monero-wallet-cli.cslashm2018-03-041-0/+1
| | | | | | | | | | | | | | | | | | | The basic approach it to delegate all sensitive data (master key, secret ephemeral key, key derivation, ....) and related operations to the device. As device has low memory, it does not keep itself the values (except for view/spend keys) but once computed there are encrypted (with AES are equivalent) and return back to monero-wallet-cli. When they need to be manipulated by the device, they are decrypted on receive. Moreover, using the client for storing the value in encrypted form limits the modification in the client code. Those values are transfered from one C-structure to another one as previously. The code modification has been done with the wishes to be open to any other hardware wallet. To achieve that a C++ class hw::Device has been introduced. Two initial implementations are provided: the "default", which remaps all calls to initial Monero code, and the "Ledger", which delegates all calls to Ledger device.
* 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/+63