omemo: put auth tag into key (verify auth tag as well)
This commit is contained in:
parent
2302122d8e
commit
3af30d7563
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue