Add basic session key logging

This commit is contained in:
Matija Petrunic
2020-04-09 15:33:15 +02:00
parent 9bf6c2e85d
commit 83e6380d8f
4 changed files with 33 additions and 2 deletions

View File

@ -1,3 +1,5 @@
export const NOISE_MSG_MAX_LENGTH_BYTES = 65535;
export const NOISE_MSG_MAX_LENGTH_BYTES_WITHOUT_TAG = NOISE_MSG_MAX_LENGTH_BYTES - 16;
export const DUMP_SESSION_KEYS = true;