We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9f1288 commit 43a466dCopy full SHA for 43a466d
Doc/src/signature/eddsa.rst
@@ -8,7 +8,7 @@ as two variants:
8
9
* *PureEdDSA*, where the message is signed directly.
10
* *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
+ This should only be used by streaming applications because it avoids double passes
12
on messages, at the cost of reduced collision resistance.
13
14
This module supports signatures for both variants (*PureEdDSA* and *HashEdDSA*),
0 commit comments