forked from mirror/monocles_chat_clean
temporarily go back to 16 byte iv for imminent bug fix release
This commit is contained in:
parent
c2c6dc0d49
commit
1ea463d8b8
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ public final class Config {
|
|||
public static final boolean REMOVE_BROKEN_DEVICES = false;
|
||||
public static final boolean OMEMO_PADDING = false;
|
||||
public static final boolean PUT_AUTH_TAG_INTO_KEY = true;
|
||||
public static final boolean TWELVE_BYTE_IV = true;
|
||||
public static final boolean TWELVE_BYTE_IV = false;
|
||||
|
||||
public static final boolean USE_BOOKMARKS2 = false;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue