Bitcoin/public point to address: Difference between revisions

Content added Content deleted
(Removed "base58" library which no longer works, added code for base58 encoding and added coordinates verification using "bignum" library.)
m (Formatting.)
Line 379: Line 379:


These libraries can be found on <code>nimble</code>.
These libraries can be found on <code>nimble</code>.

The “bignum” library is used to check if the public point belongs to the “secp256k1” elliptic curve.
The “bignum” library is used to check if the public point belongs to the “secp256k1” elliptic curve.