Merge branch 'main' of git.atlas.oreilly.com:oreillymedia/mastering-bitcoin-3e

develop
Clare Laylock 7 months ago
commit c8151590cd

@ -30,7 +30,7 @@
],
"formats": {
"pdf": {
"version": "web",
"version": "print",
"toc": true,
"index": true,
"antennahouse_version": "AHFormatterV71_64-MR2",

@ -143,13 +143,38 @@ point (_G_):
It's possible to create a derived key pair, called a child key pair, by
simply adding the same value to both sides of the equation:
////
[latexmath]
++++
\begin{equation}
K + (123 \times G) =\!\!\!= (k + 123) \times G
\end{equation}
++++
////
++++
<div data-type="equation">
<math xmlns="http://www.w3.org/1998/Math/MathML" alttext="upper K plus left-parenthesis 123 times upper G right-parenthesis equals equals left-parenthesis k plus 123 right-parenthesis times upper G" display="block">
<mrow>
<mi>K</mi>
<mo>+</mo>
<mo>(</mo>
<mn>123</mn>
<mo>×</mo>
<mi>G</mi>
<mo>)</mo>
<mo>==</mo>
<mo>(</mo>
<mi>k</mi>
<mo>+</mo>
<mn>123</mn>
<mo>)</mo>
<mo>×</mo>
<mi>G</mi>
</mrow>
</math>
</div>
++++
[TIP]

Loading…
Cancel
Save