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