diff --git a/core/src/main/groovy/com/muwire/core/Constants.groovy b/core/src/main/groovy/com/muwire/core/Constants.groovy index 25553df9..1f6bc264 100644 --- a/core/src/main/groovy/com/muwire/core/Constants.groovy +++ b/core/src/main/groovy/com/muwire/core/Constants.groovy @@ -4,7 +4,7 @@ import net.i2p.crypto.SigType class Constants { public static final byte PERSONA_VERSION = (byte)1 - public static final SigType SIG_TYPE = SigType.ECDSA_SHA512_P521 // TODO: decide which + public static final SigType SIG_TYPE = SigType.EdDSA_SHA512_Ed25519 public static final int MAX_HEADER_SIZE = 0x1 << 14 public static final int MAX_HEADERS = 16