0x0.ai: Whitepaper v2
  • 0x0.ai: AI Smart Contract Auditor
    • ๐Ÿ‘€Overview
    • ๐Ÿ“ˆTokenomics
    • ๐Ÿ“Thesis
    • ๐Ÿ”ฎVision
  • 0x0 Ecosystem
    • ๐Ÿ”ŽAI Smart Contract Auditor
    • Arcane Privacy Wallet
      • Moving assets Anonymously
      • Calculating the Shared Secret
      • Creating the View Tag
      • Deriving the Stealth Public Key
      • Identifying Relevant Transactions for Wallets
      • Accessing Privately Transferred Assets
      • Arcane Contract
      • Shielding Assets
      • Single Transfers
      • Multiple Transfers
      • Withdrawal or Unshielding
      • Relayers
    • ๐Ÿ‘ปSpectre (Coming Soon)
  • 0x0 Income Sources
    • ๐Ÿ”ฅBuybacks and Burns
    • ๐Ÿ’ฐETH Rewards
  • Upcoming Plans
    • ๐Ÿ“†Roadmap
    • ๐Ÿ†•Dapp Updates
    • ๐Ÿ‘‚Community Feedback
Powered by GitBook
On this page
  1. 0x0 Ecosystem
  2. Arcane Privacy Wallet

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.

PreviousCreating the View TagNextIdentifying Relevant Transactions for Wallets

Last updated 6 months ago