Blockchain
Blockchain
This generate random numbers of 256 bits, known as private keys. It consists of 64
hexadecimal digitis, each of 4 bits.
Private key:
830efae86d3aa431d7db73a273e25090b83f4f70073415610954895fb8832a27
Part II : Generating a pair of keys (private and public)
Public keys are derived from the private keys using the elliptic Curve formula:
public_key=private_key*G
G is the generator of the Elliptic Curve.
The public key is a point of the curve, with two coordinates X and Y.
The public key is larger because it typically contains more data (such as coordinate pairs in
ECC or an additional exponent in RSA) and is structured for public distribution, while the
private key is optimized for secrecy and efficiency.
Part III: Generating a bitcoin address