rust-silentpayments/tests/common
cygnet 0d28b61730
Improve receiver interface (#16)
* Copy recipient code structure from Sosthene00 fork

* Move SilentPayment struct to receiving

* Provide shared_secret as input argument for scan_for_outputs

Also refactors a number of things to enable this change: calculate A_sum
and outpoints_hash in the test code instead of the library, remove the
obsolete hash_outpoints function from the library move calculate_P_n
and calculate_t_n to utils.rs.

* Add debug trait implementation for Label

* Refactoring

* Add get_receiving_address function for getting sp-address per label

* Refactor scan_for_outputs and rename to scan_transaction

* Provide tweak data to scan_transaction function

* Expand README.me
2023-08-22 21:56:08 +02:00
..
mod.rs Improve sender interface (#10) 2023-08-15 20:06:58 +02:00
structs.rs Improve receiver interface (#16) 2023-08-22 21:56:08 +02:00
utils.rs Improve receiver interface (#16) 2023-08-22 21:56:08 +02:00