temporarily go back to 16 byte iv for imminent bug fix release
This commit is contained in:
parent
0a2d4589fd
commit
f5721e6c96
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,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 int MAX_DISPLAY_MESSAGE_CHARS = 4096;
|
||||
public static final int MAX_STORAGE_MESSAGE_CHARS = 2 * 1024 * 1024; //2MB
|
||||
|
|
Reference in a new issue