Create Curve25519 identities in the next release.

pull/1/head
Moxie Marlinspike 11 years ago
parent 2a74dc8d82
commit 5b22a7bdcb

@ -40,7 +40,7 @@ public class DatabaseUpgradeActivity extends Activity {
public static final int NO_MORE_KEY_EXCHANGE_PREFIX_VERSION = 46;
public static final int MMS_BODY_VERSION = 46;
public static final int TOFU_IDENTITIES_VERSION = 50;
public static final int CURVE25519_VERSION = 58;
public static final int CURVE25519_VERSION = 63;
private static final SortedSet<Integer> UPGRADE_VERSIONS = new TreeSet<Integer>() {{
add(NO_MORE_KEY_EXCHANGE_PREFIX_VERSION);

Loading…
Cancel
Save