aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/crypto.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-05-21copyright: bump to 2024copyCat1-1/+1
2023-01-16Copyright: Update to 2023mj-xmr1-1/+1
2022-04-18Add view tags to outputs to reduce wallet scanning timej-berman1-0/+24
2022-03-04Copyright: Update to 2022mj-xmr1-1/+1
2020-12-04crypto: fix non zero scalar being 0 after reducingmoneromooo-monero1-4/+8
2020-08-09Updates InProofV1, OutProofV1, and ReserveProofV1 to new V2 variants that inc...Sarang Noether1-5/+128
2020-05-06Update copyright year to 2020SomaticFanatic1-1/+1
2020-04-15use memwipe on secret k/alpha valuesmoneromooo-monero1-0/+6
2019-08-27Merge pull request #5609luigi11111-2/+13
2019-08-22wallet: add --extra-entropy command line flagmoneromooo-monero1-2/+13
2019-08-12Fix for biased signature nonceSarang Noether1-2/+0
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2018-11-15Removed a lot of unnecessary includesMartijn Otto1-1/+0
2018-09-11crypto: some paranoid checks in generate_signature/check_signaturemoneromooo-monero1-1/+11
2018-09-11crypto: never return zero in random32_unbiasedmoneromooo-monero1-1/+1
2018-08-15Merge pull request #4137luigi11111-0/+3
2018-07-27Merge pull request #4097luigi11111-4/+24
2018-07-20crypto: do not use boost::value_initialized to init null skey/pkeymoneromooo-monero1-2/+2
2018-07-15crypto: move null_pkey/null_skey to the cpp filemoneromooo-monero1-0/+3
2018-07-05crypto: remove slight bias in key generation due to modulomoneromooo-monero1-4/+24
2018-06-28crypto: remove unused unsafe random scalar generatormoneromooo-monero1-6/+0
2018-05-31Merge pull request #3592luigi11111-4/+11
2018-05-13crypto: more places needing fixing for GCC 8.1moneroexamples1-10/+10
2018-04-10crypto: fix initialization order issue with random mutexmoneromooo-monero1-4/+11
2018-03-14crypto: revert odd namespace changes made in #3303stoffu1-1/+1
2018-03-05Correct spelling mistakes.Edward Betts1-1/+1
2018-03-04Code modifications to integrate Ledger HW device into monero-wallet-cli.cslashm1-1/+1
2018-02-16Merge pull request #3187Riccardo Spagni1-3/+16
2018-02-01call _exit instead of abort in release modemoneromooo-monero1-3/+16
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2017-10-07Subaddresseskenshi841-33/+92
2017-08-23crypto: use malloc instead of allocamoneromooo-monero1-10/+9
2017-06-22crypto: moved boost::lock_guard into a smaller scopestoffu1-4/+5
2017-06-22Signature proving payment to destination by only revealing key derivation, no...stoffu1-0/+125
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2016-12-15Preliminary support for DragonFly BSDAntonio Huete Jimenez1-1/+1
2016-08-28rct amount key modified as per luigi1111's recommendationsmoneromooo-monero1-1/+1
2016-08-28crypto: error out where appropriatemoneromooo-monero1-2/+2
2016-05-18crypto: fix compile error: use named type in sizeofredfish1-4/+5
2016-05-15crypto: make clear generate_random_bytes is not thread safemoneromooo-monero1-1/+1
2016-03-11Use boost::thread instead of std::threadHoward Chu1-7/+6
2016-01-21OpenBSD support for Monero.me0wmix1-1/+1
2015-12-31updated copyright yearRiccardo Spagni1-1/+1
2015-01-02year updated in licenseRiccardo Spagni1-1/+1
2014-09-09FreeBSD alloca.h reference fixedfluffypony1-1/+6
2014-07-23License updated to BSD 3-clausefluffypony1-3/+29
2014-06-12builds, but doesn't link. other than that, electrum-style recovery implement...Thomas Winget1-2/+17
2014-06-12most functions prototyped/modified for wallet recoveryThomas Winget1-0/+6
2014-03-03moved all stuff to githubAntonio Juarez1-12/+95
2013-11-15crypto libamjuarez1-0/+245