Skip to content

Commit 0e4d5bd

Browse files
committed
Revert "CURVE_ED25519_SHA512 should be a value that is a valid identifer (#1)"
This reverts commit abdee14.
1 parent 228fb3d commit 0e4d5bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net/i2p/crypto/eddsa/spec/EdDSANamedCurveTable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*
2626
*/
2727
public class EdDSANamedCurveTable {
28-
public static final String CURVE_ED25519_SHA512 = "SHA512withEd25519";
28+
public static final String CURVE_ED25519_SHA512 = "ed25519-sha-512";
2929

3030
private static final Field ed25519field = new Field(
3131
256, // b

0 commit comments

Comments
 (0)