omemo: put auth tag into key (verify auth tag as well)

This commit is contained in:
Daniel Gultsch 2017-03-26 12:39:18 +02:00
parent 2302122d8e
commit 3af30d7563
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ public final class Config {
public static final long OMEMO_AUTO_EXPIRY = 7 * MILLISECONDS_IN_DAY;
public static final boolean REMOVE_BROKEN_DEVICES = false;
public static final boolean OMEMO_PADDING = false;
public static boolean PUT_AUTH_TAG_INTO_KEY = false;
public static boolean PUT_AUTH_TAG_INTO_KEY = true;
public static final boolean DISABLE_PROXY_LOOKUP = false; //useful to debug ibb