From c4f4965e968290a2d388f1d91ab4defa87dcf84a Mon Sep 17 00:00:00 2001 From: WitherOrNot Date: Wed, 28 Jun 2023 01:21:31 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 339a513..f3e8031 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ When this value is known, $k$ can be computed in a straightforward manner: $$ k = e^{-1} \pmod {N} $$ -Computation of $k$ and $\\#J(E)$ is a difficult process, discussed in [Parameter Extraction](#Parameter-Extraction). For now, we will go into the mechanism behind confirmation ID generation and validation. +Computation of $k$ and $\\#J(E)$ is a difficult process that warrants its own write-up, the automated method is discussed in [Parameter Extraction](#Parameter-Extraction). For now, we will go into the mechanism behind confirmation ID generation and validation. # Validation Mechanism