tari-project / rfcs

RFC documents for the Tari protocol
3 stars 18 forks source link

docs: update stealth address RFC-0203 for single keys #12

Closed AaronFeickert closed 2 years ago

AaronFeickert commented 2 years ago

Description

This pull request updates the one-time (stealth) address RFC-0203 to replace its dual-key design with the single-key design currently supported by the codebase.

Motivation and Context

The current version of RFC-0203 describes the CryptoNote/Monero-style dual-key design for one-time addresses, which is useful for separating scanning capabilities from spend authority. However, the codebase supports only a single-key design. This work updates RFC-0203 to be consistent with the current implementation.

How Has This Been Tested?

This PR was tested by serving the mdbook and inspecting the resulting page for correctness.