Compare commits

...

2 Commits

Author SHA1 Message Date
Zlatin Balevsky
77fac612cc 0.0.2 for sig type change 2019-05-31 17:39:59 +01:00
Zlatin Balevsky
5875e7d03f change sig type 2019-05-31 17:36:08 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -1,5 +1,5 @@
group = com.muwire
version = 0.0.1
version = 0.0.2
groovyVersion = 2.4.15
slf4jVersion = 1.7.25
spockVersion = 1.1-groovy-2.4