mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-16 22:52:21 +01:00
temporarily go back to 16 byte iv for imminent bug fix release
This commit is contained in:
parent
c62d5ebcb3
commit
9af056bb16
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…
Reference in a new issue