diff --git a/src/constants.ts b/src/constants.ts index cfb43a0..e9a8ee6 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1,6 +1,6 @@ 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; +export const DUMP_SESSION_KEYS = false;