aboutsummaryrefslogtreecommitdiff
path: root/tests/crypto/tests.txt (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-04-29More tests for view tagsSChernykh1-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.
2022-04-18Add view tags to outputs to reduce wallet scanning timej-berman1-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.
2022-01-25fix ge_p3_is_point_at_infinity(), which is evaluating field elements that ↵koe1-0/+6
haven't been reduced by the field order
2020-12-04crypto: fix non zero scalar being 0 after reducingmoneromooo-monero1-551/+540
2018-10-07tests: update crypto tests data file after PRNG changesmoneromooo-monero1-562/+562
2018-08-07fixed cncrypto tests not passing after the change in random_scalarMaxim Shishmarev1-1024/+1024
2014-03-03moved all stuff to githubAntonio Juarez1-0/+5480