mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-18 06:08:18 +00:00
Merge pull request #677 from jobnomade/patch-1
Replace OpenSSL with secp265k1
This commit is contained in:
commit
d87625f93a
@ -236,7 +236,7 @@ To visualize multiplication of a point with an integer, we will use the simpler
|
||||
|
||||
[TIP]
|
||||
====
|
||||
((("OpenSSL cryptographic library")))Most bitcoin implementations use the http://bit.ly/1ql7bn8[OpenSSL cryptographic 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