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 228fb3d commit 0e4d5bdCopy full SHA for 0e4d5bd
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 = "SHA512withEd25519";
+ public static final String CURVE_ED25519_SHA512 = "ed25519-sha-512";
29
30
private static final Field ed25519field = new Field(
31
256, // b
0 commit comments