Skip to content

Commit

Permalink
Fix small "passes" typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelaiw committed Oct 9, 2023
1 parent 739558f commit 0063034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/src/signature/eddsa.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ as two variants:

* *PureEdDSA*, where the message is signed directly.
* *HashEdDSA*, where the message is first hashed, and only the resulting digest is signed.
This should only be used by streaming applications because it avoids double passess
This should only be used by streaming applications because it avoids double passes
on messages, at the cost of reduced collision resistance.

This module supports signatures for both variants (*PureEdDSA* and *HashEdDSA*),
Expand Down

0 comments on commit 0063034

Please sign in to comment.