Skip to content

Commit

Permalink
Require cofactorless (unbatched) verification equation
Browse files Browse the repository at this point in the history
  • Loading branch information
twiss committed Feb 8, 2024
1 parent c9eaaac commit 3dd7b71
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1883,7 +1883,8 @@ <h4>Operations</h4>
<li>
<p>
Perform the Ed25519 verification steps, as specified in [[RFC8032]],
Section 5.1.7, on the |signature|, with |message| as |M|,
Section 5.1.7, using the cofactorless (unbatched) equation,
[S]B = R + [k]A', on the |signature|, with |message| as |M|,
using the Ed25519 public key associated with |key|.
</p>
</li>
Expand Down Expand Up @@ -2775,7 +2776,8 @@ <h4>Operations</h4>
<li>
<p>
Perform the Ed448 verification steps, as specified in [[RFC8032]],
Section 5.2.7, on the |signature|, with |message| as |M|
Section 5.2.7, using the cofactorless (unbatched) equation,
[S]B = R + [k]A', on the |signature|, with |message| as |M|
and |context| as |C|,
using the Ed448 public key associated with |key|.
</p>
Expand Down

0 comments on commit 3dd7b71

Please sign in to comment.