mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-21 15:48:09 +00:00
Edited ch05_wallets.adoc with Atlas code editor
This commit is contained in:
parent
abc9bacab5
commit
a9580eda4b
@ -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…
Reference in New Issue
Block a user