mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Set STREAM_HEADER_IV_LENGTH to 24 to match spec.
This commit is contained in:
@@ -9,7 +9,7 @@ public interface TransportConstants {
|
||||
int TAG_LENGTH = 16;
|
||||
|
||||
/** The length of the stream header IV in bytes. */
|
||||
int STREAM_HEADER_IV_LENGTH = 12;
|
||||
int STREAM_HEADER_IV_LENGTH = 24;
|
||||
|
||||
/** The length of the message authentication code (MAC) in bytes. */
|
||||
int MAC_LENGTH = 16;
|
||||
|
||||
Reference in New Issue
Block a user