diff --git a/ch05_wallets.adoc b/ch05_wallets.adoc index 54751770..7a2ddc54 100644 --- a/ch05_wallets.adoc +++ b/ch05_wallets.adoc @@ -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} ++++ +//// + +++++ +
+ + + K + + + ( + 123 + × + G + ) + == + ( + k + + + 123 + ) + × + G + + +
+++++ [TIP]