summaryrefslogtreecommitdiff
path: root/src/crypto/crypto.h
Commit message (Expand)AuthorAgeFilesLines
* Add view tags to outputs to reduce wallet scanning timej-berman2022-04-181-1/+19
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
* multisig key exchange update and refactorkoe2022-02-221-1/+10
* Updates InProofV1, OutProofV1, and ReserveProofV1 to new V2 variants that inc...Sarang Noether2020-08-091-4/+9
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
* wallet: add --extra-entropy command line flagmoneromooo-monero2019-08-221-0/+1
* crypto: replace rand<T>()%N idiom with unbiased rand_idx(N)stoffu2019-04-041-0/+27
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
* Removed a lot of unnecessary includesMartijn Otto2018-11-151-3/+0
* add and use constant time 32 byte equality functionmoneromooo-monero2018-08-231-1/+1
* crypto: make secret_key automatically mlockmoneromooo-monero2018-08-161-1/+2
* Merge pull request #4137luigi11112018-08-151-3/+2
|\
| * crypto: do not use boost::value_initialized to init null skey/pkeymoneromooo-monero2018-07-201-1/+0
| * crypto: move null_pkey/null_skey to the cpp filemoneromooo-monero2018-07-151-2/+2
* | crypto: remove slight bias in key generation due to modulomoneromooo-monero2018-07-051-0/+1
|/
* crypto: fix initialization order issue with random mutexmoneromooo-monero2018-04-101-6/+4
* crypto: revert odd namespace changes made in #3303stoffu2018-03-141-9/+0
* device: untangle cyclic depenencystoffu2018-03-141-12/+0
* Code modifications to integrate Ledger HW device into monero-wallet-cli.cslashm2018-03-041-0/+21
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
* move memwipe to epee to avoid common<->crypto circular dependenciesmoneromooo-monero2018-01-101-1/+1
* Scrub keys from memory just before scope end.moneromooo-monero2017-12-161-3/+4
* Subaddresseskenshi842017-10-071-8/+19
* move checkpoints in a separate librarymoneromooo-monero2017-09-251-0/+22
* Signature proving payment to destination by only revealing key derivation, no...stoffu2017-06-221-0/+14
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
* wallet: fix output collision detection for view walletsmoneromooo-monero2016-11-071-1/+1
* rct amount key modified as per luigi1111's recommendationsmoneromooo-monero2016-08-281-0/+5
* ringct: import of Shen Noether's ring confidential transactionsmoneromooo-monero2016-08-281-0/+16
* crypto: make clear generate_random_bytes is not thread safemoneromooo-monero2016-05-151-1/+8
* Use boost::thread instead of std::threadHoward Chu2016-03-111-3/+4
* 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
* builds, but doesn't link. other than that, electrum-style recovery implement...Thomas Winget2014-06-121-4/+4
* revert 'dirty hack' change to crypto.h. need a better way for sure.Thomas Winget2014-06-121-4/+1
* compile issues, resolve later. commiting because switching machinestom2014-06-121-1/+4
* moved all stuff to githubAntonio Juarez2014-03-031-80/+100
* crypto libamjuarez2013-11-151-0/+166