handle aead auth tag

This commit is contained in:
Marin Petrunić
2020-02-17 12:11:55 +01:00
parent 3cbb1d525c
commit c6e7f361c7
13 changed files with 40 additions and 42 deletions

View File

@ -1,2 +1,3 @@
export const NOISE_MSG_MAX_LENGTH_BYTES = 65535;
export const NOISE_MSG_MAX_LENGTH_BYTES_WITHOUT_TAG = NOISE_MSG_MAX_LENGTH_BYTES - 16;