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

Calculating the Shared Secret

The shared secret SS facilitates secure communication between Bob and Alice:

  1. An ephemeral key pair is created for the transaction.

  2. Using Elliptic Curve Diffie-Hellman (ECDH), the shared secret SS is calculated as:

S=ePrivKโ‹…vpk

Where:

  • ePrivK represents the ephemeral private key generated for the transaction.

  • vpk is the recipientโ€™s viewing public key.

PreviousMoving assets AnonymouslyNextCreating the View Tag

Last updated 5 months ago