Skip to content

Commit 881a85d

Browse files
zzzstr4d
authored andcommitted
javadoc typo
1 parent b3aedb5 commit 881a85d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net/i2p/crypto/eddsa/EdDSAEngine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
*Option 1:
4545
*</p><ol>
4646
*<li>Call initSign() or initVerify() as usual.
47-
*</li><li>Call setParameter(ONE_SHOT_MOE)
47+
*</li><li>Call setParameter(ONE_SHOT_MODE)
4848
*</li><li>Call update(byte[]) or update(byte[], int, int) exactly once
4949
*</li><li>Call sign() or verify() as usual.
5050
*</li><li>If doing additional one-shot signs or verifies with this object, you must

0 commit comments

Comments
 (0)