Update README.md

This commit is contained in:
WitherOrNot 2023-06-28 01:21:31 -04:00 committed by GitHub
parent d7d624bff1
commit c4f4965e96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ When this value is known, $k$ can be computed in a straightforward manner:
$$ k = e^{-1} \pmod {N} $$ $$ 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 # Validation Mechanism