Data: Cache P256 and Ed255i9 key certificates

- Enable P256 caching
 - Create cached Ed25519 cert and enable
 - Fix cached P256 hashcode
This commit is contained in:
zzz
2015-08-31 13:25:58 +00:00
parent f577a94012
commit 7c703953be
4 changed files with 121 additions and 11 deletions

View File

@ -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 = 3;
public final static long BUILD = 4;
/** for example "-test" */
public final static String EXTRA = "";