wownero/src/blockchain_db
j-berman ea87b30f89 Add view tags to outputs to reduce wallet scanning time
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-04-18 00:49:53 -07:00
..
lmdb Add view tags to outputs to reduce wallet scanning time 2022-04-18 00:49:53 -07:00
CMakeLists.txt CMake: Add missing headers via monero_find_all_headers macro 2022-04-06 08:12:44 +02:00
blockchain_db.cpp Merge pull request #8197 2022-04-06 00:08:53 -04:00
blockchain_db.h Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
locked_txn.h Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
testdb.h Copyright: Update to 2022 2022-03-04 06:59:20 +01:00