uplinks:: EC Key Pair
tags:: #lang/en

EC Key Pair Generation

Let GG be the base point of an elliptic curve EE and nn be the order of GG

  1. Randomly generate d[1,n1]d \in [1, n-1]
  2. Compute P=dGP = d \cdot G
  3. Key Pair = (PublicKey,PrivateKey)=(P,d)(PublicKey, Private Key) = (P, d)

References

See Also