From 3234b12cd392a3760b6853f889826fb76658316b Mon Sep 17 00:00:00 2001 From: Will Binns Date: Thu, 30 Apr 2020 20:36:14 -0600 Subject: [PATCH] ch04: Drop incorrect reference to function --- ch04.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch04.asciidoc b/ch04.asciidoc index c97f8c3a..4f9e4199 100644 --- a/ch04.asciidoc +++ b/ch04.asciidoc @@ -236,7 +236,7 @@ To visualize multiplication of a point with an integer, we will use the simpler [TIP] ==== -((("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"))) +((("secp256k1 optimized C library")))Bitcoin uses the https://github.com/bitcoin-core/secp256k1[secp256k1 optimized C library] to do the elliptic curve math.((("", startref="KAover04"))) ==== [[ecc_illustrated]]