Calculating the Shared Secret
The shared secret SS facilitates secure communication between Bob and Alice:
An ephemeral key pair is created for the transaction.
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.
Last updated