Skip to content

Commit

Permalink
fix: Typo Alg 3.11
Browse files Browse the repository at this point in the history
Closes #3
  • Loading branch information
vEnhance committed Aug 11, 2024
1 parent bc00d95 commit b549dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigbook/src/ec.typ
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ given her published public key $[d]$.
In other words, the signature is the ordered pair $([r], s)$.
]

#algorithm[EdDSA signature generation][
#algorithm[EdDSA signature verification][
For Bob to verify a signature $([r], s)$ for $msg$:

1. Bob recomputes $n$ (by also performing the hash) and computes $[s] in E$.
Expand Down

0 comments on commit b549dbf

Please sign in to comment.