mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-13 19:38:56 +00:00
ch04: Fix typo and update link
This commit is contained in:
parent
16361241c8
commit
52f39e1969
@ -236,7 +236,7 @@ To visualize multiplication of a point with an integer, we will use the simpler
|
||||
|
||||
[TIP]
|
||||
====
|
||||
((("secp256k1 C library")))Bitcoin usees the https://github.com/bitcoin-core/secp256k1[secp256k1 C library] to do the elliptic curve math. For example, to derive the public key, the function +EC_POINT_mul()+ is used.((("", startref="KAover04")))
|
||||
((("secp256k1 optimized C library")))Bitcoin uses the https://github.com/bitcoin-core/secp256k1[secp256k1 optimized C library] to do the elliptic curve math. For example, to derive the public key, the function +EC_POINT_mul()+ is used.((("", startref="KAover04")))
|
||||
====
|
||||
|
||||
[[ecc_illustrated]]
|
||||
|
Loading…
Reference in New Issue
Block a user