switch to sending 12 byte IVs
This commit is contained in:
parent
31abe938fd
commit
d606577b4d
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 = false;
|
||||
public static final boolean TWELVE_BYTE_IV = true;
|
||||
|
||||
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