mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 17:56:16 +00:00
correct ecc equation
This commit is contained in:
parent
98ee641680
commit
070162d294
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ Curve (EC) defined in secp256k1. In their traditional uncompressed form,
|
|||
public keys contain an identification byte, a 32-byte X coordinate, and
|
||||
a 32-byte Y coordinate. The extremely simplified illustration below
|
||||
shows such a point on the elliptic curve used by Bitcoin,
|
||||
x<sup>2</sup> = y<sup>3</sup> + 7, over a field of
|
||||
y<sup>2</sup> = x<sup>3</sup> + 7, over a field of
|
||||
contiguous numbers.
|
||||
|
||||

|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue