Deriving the Stealth Public Key

The stealth public key stPK is used to generate a unique address that only Alice can access:

  • stPK is computed as:

stPK=spk+Sโ‹…G

Where:

  • spk is Aliceโ€™s signing public key.

  • S is the shared secret.

  • G is the elliptic curve generator point.

Last updated