mirror of
https://github.com/monero-project/monero.git
synced 2025-11-29 13:00:09 -05:00
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. |
||
|---|---|---|
| .. | ||
| binary_archive.h | ||
| binary_utils.h | ||
| CMakeLists.txt | ||
| container.h | ||
| containers.h | ||
| crypto.h | ||
| debug_archive.h | ||
| difficulty_type.h | ||
| json_archive.h | ||
| json_object.cpp | ||
| json_object.h | ||
| json_utils.h | ||
| list.h | ||
| pair.h | ||
| serialization.h | ||
| string.h | ||
| variant.h | ||