aboutsummaryrefslogtreecommitdiff
path: root/tests/crypto/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add view tags to outputs to reduce wallet scanning timej-berman2022-04-181-1/+9
| | | | | | | | | | | | | Implements view tags as proposed by @UkoeHB in MRL issue https://github.com/monero-project/research-lab/issues/73 At tx construction, the sender adds a 1-byte view tag to each output. The view tag is derived from the sender-receiver shared secret. When scanning for outputs, the receiver can check the view tag for a match, in order to reduce scanning time. When the view tag does not match, the wallet avoids the more expensive EC operations when deriving the output public key using the shared secret.
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* fix ge_p3_is_point_at_infinity(), which is evaluating field elements that ↵koe2022-01-251-0/+10
| | | | haven't been reduced by the field order
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | Update copyright year to 2020
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* Catch more exceptions in dtorsmoneromooo-monero2018-10-021-0/+3
| | | | Misc coverity reports
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* Subaddresseskenshi842017-10-071-5/+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/+247