January 2019
Beginner to intermediate
372 pages
11h 17m
English
Bitcoin uses a specific elliptical curve, and the domain parameters used in the curve are defined in the secp256k1 standard. This curve is represented by the following cubic equation in a finite field of prime order p:
y2 mod (p) = x3 + 7 mod (p)

As the name suggests, secp256k1 can have a key size of up to 256 bits. The details of the domain parameters used by secp256k1 are represented in hexadecimal strings and are as follows:
Read now
Unlock full access