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.
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.