From 29143e44dbb3e28d97446c517a531a8e2b571cbe Mon Sep 17 00:00:00 2001 From: clenser Date: Thu, 19 Oct 2023 01:33:57 +0000 Subject: [PATCH] Edited ch06_transactions.adoc with Atlas code editor --- ch06_transactions.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch06_transactions.adoc b/ch06_transactions.adoc index 135796f5..618bebaa 100644 --- a/ch06_transactions.adoc +++ b/ch06_transactions.adoc @@ -759,7 +759,7 @@ simple equation wouldn't be secure. As we'll see in <>, an unforgeable digital signature scheme uses an equation that can only be solved by someone in possession of certain data that they're able to keep secret. They're able to reference that secret data using a public -identifier. That public identifier is called a _public key_ and a +identifier. That public identifier is ((("public keys")))((("signatures")))called a _public key_ and a solution to the equation is called a _signature_. The following script contains a public key and an opcode that requires