Skip to content

Commit 43a466d

Browse files
jelaiwLegrandin
authored andcommitted
Fix small "passes" typo.
1 parent c9f1288 commit 43a466d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/src/signature/eddsa.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ as two variants:
88

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

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

0 commit comments

Comments
 (0)