aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/crypto.cpp
Commit message (Expand)AuthorAgeFilesLines
* Updates InProofV1, OutProofV1, and ReserveProofV1 to new V2 variants that inc...Sarang Noether2020-08-091-5/+128
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
* use memwipe on secret k/alpha valuesmoneromooo-monero2020-04-151-0/+6
* Merge pull request #5609luigi11112019-08-271-2/+13
|\
| * wallet: add --extra-entropy command line flagmoneromooo-monero2019-08-221-2/+13
* | Fix for biased signature nonceSarang Noether2019-08-121-2/+0
|/
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
* Removed a lot of unnecessary includesMartijn Otto2018-11-151-1/+0
* crypto: some paranoid checks in generate_signature/check_signaturemoneromooo-monero2018-09-111-1/+11
* crypto: never return zero in random32_unbiasedmoneromooo-monero2018-09-111-1/+1
* Merge pull request #4137luigi11112018-08-151-0/+3
|\
| * crypto: do not use boost::value_initialized to init null skey/pkeymoneromooo-monero2018-07-201-2/+2
| * crypto: move null_pkey/null_skey to the cpp filemoneromooo-monero2018-07-151-0/+3
* | Merge pull request #4097luigi11112018-07-271-4/+24
|\ \
| * | crypto: remove slight bias in key generation due to modulomoneromooo-monero2018-07-051-4/+24
| |/
* / crypto: remove unused unsafe random scalar generatormoneromooo-monero2018-06-281-6/+0
|/
* Merge pull request #3592luigi11112018-05-311-4/+11
|\
| * crypto: fix initialization order issue with random mutexmoneromooo-monero2018-04-101-4/+11
* | crypto: more places needing fixing for GCC 8.1moneroexamples2018-05-131-10/+10
|/
* crypto: revert odd namespace changes made in #3303stoffu2018-03-141-1/+1
* Correct spelling mistakes.Edward Betts2018-03-051-1/+1
* Code modifications to integrate Ledger HW device into monero-wallet-cli.cslashm2018-03-041-1/+1
* Merge pull request #3187Riccardo Spagni2018-02-161-3/+16
|\
| * call _exit instead of abort in release modemoneromooo-monero2018-02-011-3/+16
* | Update 2018 copyrightxmr-eric2018-01-261-1/+1
|/
* Subaddresseskenshi842017-10-071-33/+92
* crypto: use malloc instead of allocamoneromooo-monero2017-08-231-10/+9
* crypto: moved boost::lock_guard into a smaller scopestoffu2017-06-221-4/+5
* Signature proving payment to destination by only revealing key derivation, no...stoffu2017-06-221-0/+125
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
* Preliminary support for DragonFly BSDAntonio Huete Jimenez2016-12-151-1/+1
* rct amount key modified as per luigi1111's recommendationsmoneromooo-monero2016-08-281-1/+1
* crypto: error out where appropriatemoneromooo-monero2016-08-281-2/+2
* crypto: fix compile error: use named type in sizeofredfish2016-05-181-4/+5
* crypto: make clear generate_random_bytes is not thread safemoneromooo-monero2016-05-151-1/+1
* Use boost::thread instead of std::threadHoward Chu2016-03-111-7/+6
* OpenBSD support for Monero.me0wmix2016-01-211-1/+1
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
* year updated in licenseRiccardo Spagni2015-01-021-1/+1
* FreeBSD alloca.h reference fixedfluffypony2014-09-091-1/+6
* 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-2/+17
* most functions prototyped/modified for wallet recoveryThomas Winget2014-06-121-0/+6
* moved all stuff to githubAntonio Juarez2014-03-031-12/+95
* crypto libamjuarez2013-11-151-0/+245