forked from I2P_Developers/i2p.i2p
* HMAC:
- Replace BC MD5 with JVM version, refactor I2PHMAC to use MessageDigest instead of BC Digest (ticket #1189) - Use JVM HmacSHA256 instead of I2PHMAC for Syndie since it is standard
This commit is contained in:
@@ -18,7 +18,7 @@ public class RouterVersion {
|
||||
/** deprecated */
|
||||
public final static String ID = "Monotone";
|
||||
public final static String VERSION = CoreVersion.VERSION;
|
||||
public final static long BUILD = 4;
|
||||
public final static long BUILD = 5;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
|
Reference in New Issue
Block a user