mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
Use XSalsa20-Poly1305 instead of AES-GCM. #111
This commit is contained in:
@@ -19,7 +19,7 @@ public interface TransportConstants {
|
||||
+ MAC_LENGTH;
|
||||
|
||||
/** The length of the frame initalisation vector (IV) in bytes. */
|
||||
int FRAME_IV_LENGTH = 12;
|
||||
int FRAME_IV_LENGTH = 24;
|
||||
|
||||
/** The length of the frame header in bytes. */
|
||||
int FRAME_HEADER_LENGTH = 4 + MAC_LENGTH;
|
||||
|
||||
Reference in New Issue
Block a user