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 b918755 commit abdee14Copy full SHA for abdee14
src/net/i2p/crypto/eddsa/spec/EdDSANamedCurveTable.java
@@ -25,7 +25,7 @@
25
*
26
*/
27
public class EdDSANamedCurveTable {
28
- public static final String CURVE_ED25519_SHA512 = "ed25519-sha-512";
+ public static final String CURVE_ED25519_SHA512 = "SHA512withEd25519";
29
30
private static final Field ed25519field = new Field(
31
256, // b
0 commit comments