Do not use same key value for both constants

This commit is contained in:
Franck Royer 2021-07-14 13:03:22 +10:00
parent e443237a81
commit a9c83dac13
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@
*/ */
export const NOISE_KEY_1 = Buffer.alloc(32, 1); export const NOISE_KEY_1 = Buffer.alloc(32, 1);
export const NOISE_KEY_2 = Buffer.alloc(32, 1); export const NOISE_KEY_2 = Buffer.alloc(32, 2);