wownero/tests/core_tests
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
..
CMakeLists.txt Merge pull request #8197 2022-04-06 00:08:53 -04:00
block_reward.cpp Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
block_reward.h Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
block_validation.cpp Add view tags to outputs to reduce wallet scanning time 2022-04-18 00:49:53 -07:00
block_validation.h Add view tags to outputs to reduce wallet scanning time 2022-04-18 00:49:53 -07:00
bulletproof_plus.cpp plug bulletproofs plus into consensus 2022-04-05 18:50:17 +00:00
bulletproof_plus.h plug bulletproofs plus into consensus 2022-04-05 18:50:17 +00:00
bulletproofs.cpp Merge pull request #8197 2022-04-06 00:08:53 -04:00
bulletproofs.h Merge pull request #8197 2022-04-06 00:08:53 -04:00
chain_split_1.cpp Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
chain_split_1.h Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
chain_switch_1.cpp Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
chain_switch_1.h Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
chaingen.cpp Add view tags to outputs to reduce wallet scanning time 2022-04-18 00:49:53 -07:00
chaingen.h Add view tags to outputs to reduce wallet scanning time 2022-04-18 00:49:53 -07:00
chaingen001.cpp Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
chaingen_main.cpp Add view tags to outputs to reduce wallet scanning time 2022-04-18 00:49:53 -07:00
chaingen_tests_list.h Merge pull request #8197 2022-04-06 00:08:53 -04:00
double_spend.cpp Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
double_spend.h Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
double_spend.inl Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
integer_overflow.cpp Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
integer_overflow.h Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
multisig.cpp Merge pull request #8197 2022-04-06 00:08:53 -04:00
multisig.h Merge pull request #8197 2022-04-06 00:08:53 -04:00
rct.cpp Add view tags to outputs to reduce wallet scanning time 2022-04-18 00:49:53 -07:00
rct.h Add view tags to outputs to reduce wallet scanning time 2022-04-18 00:49:53 -07:00
rct2.cpp Merge pull request #8197 2022-04-06 00:08:53 -04:00
rct2.h Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
ring_signature_1.cpp Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
ring_signature_1.h Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
transaction_tests.cpp Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
transaction_tests.h Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
tx_pool.cpp Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
tx_pool.h Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
tx_validation.cpp Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
tx_validation.h Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
v2_tests.cpp Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
v2_tests.h Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
wallet_tools.cpp tests: fix HF12 chaingen - construct bc object from events 2019-11-13 10:11:29 +01:00
wallet_tools.h Copyright: Update to 2022 2022-03-04 06:59:20 +01:00