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