Skip to content

Commit

Permalink
CURVE_ED25519_SHA512 should be a value that is a valid identifer (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimktrains authored and str4d committed Dec 12, 2016
1 parent b918755 commit abdee14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/i2p/crypto/eddsa/spec/EdDSANamedCurveTable.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*
*/
public class EdDSANamedCurveTable {
public static final String CURVE_ED25519_SHA512 = "ed25519-sha-512";
public static final String CURVE_ED25519_SHA512 = "SHA512withEd25519";

private static final Field ed25519field = new Field(
256, // b
Expand Down

0 comments on commit abdee14

Please sign in to comment.