We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3aedb5 commit 881a85dCopy full SHA for 881a85d
src/net/i2p/crypto/eddsa/EdDSAEngine.java
@@ -44,7 +44,7 @@
44
*Option 1:
45
*</p><ol>
46
*<li>Call initSign() or initVerify() as usual.
47
- *</li><li>Call setParameter(ONE_SHOT_MOE)
+ *</li><li>Call setParameter(ONE_SHOT_MODE)
48
*</li><li>Call update(byte[]) or update(byte[], int, int) exactly once
49
*</li><li>Call sign() or verify() as usual.
50
*</li><li>If doing additional one-shot signs or verifies with this object, you must
0 commit comments