aboutsummaryrefslogtreecommitdiff
path: root/tests/crypto/tests.txt
Commit message (Collapse)AuthorAgeFilesLines
* More tests for view tagsSChernykh2022-04-291-0/+14
| | | | P2Pool can create transactions with more than 128 outputs, which make output_index's varint larger than 1 byte. Added this test case.
* Add view tags to outputs to reduce wallet scanning timej-berman2022-04-181-0/+56
| | | | | | | | | | | | | 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.
* fix ge_p3_is_point_at_infinity(), which is evaluating field elements that ↵koe2022-01-251-0/+6
| | | | haven't been reduced by the field order
* crypto: fix non zero scalar being 0 after reducingmoneromooo-monero2020-12-041-551/+540
|
* tests: update crypto tests data file after PRNG changesmoneromooo-monero2018-10-071-562/+562
|
* fixed cncrypto tests not passing after the change in random_scalarMaxim Shishmarev2018-08-071-1024/+1024
|
* moved all stuff to githubAntonio Juarez2014-03-031-0/+5480