Skip to content
Snippets Groups Projects
Commit e6eb1707 authored by akwizgran's avatar akwizgran
Browse files

Set STREAM_HEADER_IV_LENGTH to 24 to match spec.

parent f2efe7f2
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment