Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-04-29 | More tests for view tags | SChernykh | 1 | -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-18 | Add view tags to outputs to reduce wallet scanning time | j-berman | 1 | -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-25 | fix ge_p3_is_point_at_infinity(), which is evaluating field elements that ↵ | koe | 1 | -0/+6 | |
haven't been reduced by the field order | |||||
2020-12-04 | crypto: fix non zero scalar being 0 after reducing | moneromooo-monero | 1 | -551/+540 | |
2018-10-07 | tests: update crypto tests data file after PRNG changes | moneromooo-monero | 1 | -562/+562 | |
2018-08-07 | fixed cncrypto tests not passing after the change in random_scalar | Maxim Shishmarev | 1 | -1024/+1024 | |
2014-03-03 | moved all stuff to github | Antonio Juarez | 1 | -0/+5480 | |