From a9580eda4b28d0a68842306e41e52e7eca9da966 Mon Sep 17 00:00:00 2001 From: tjones Date: Thu, 2 Nov 2023 20:44:46 +0000 Subject: [PATCH] Edited ch05_wallets.adoc with Atlas code editor --- ch05_wallets.adoc | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) 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]