Compare commits
2 Commits
muwire-0.0
...
muwire-0.0
Author | SHA1 | Date | |
---|---|---|---|
![]() |
77fac612cc | ||
![]() |
5875e7d03f |
@@ -4,7 +4,7 @@ import net.i2p.crypto.SigType
|
|||||||
|
|
||||||
class Constants {
|
class Constants {
|
||||||
public static final byte PERSONA_VERSION = (byte)1
|
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_HEADER_SIZE = 0x1 << 14
|
||||||
public static final int MAX_HEADERS = 16
|
public static final int MAX_HEADERS = 16
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
group = com.muwire
|
group = com.muwire
|
||||||
version = 0.0.1
|
version = 0.0.2
|
||||||
groovyVersion = 2.4.15
|
groovyVersion = 2.4.15
|
||||||
slf4jVersion = 1.7.25
|
slf4jVersion = 1.7.25
|
||||||
spockVersion = 1.1-groovy-2.4
|
spockVersion = 1.1-groovy-2.4
|
||||||
|
Reference in New Issue
Block a user