mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-09 17:23:11 +00:00
When playing around with tests frameworks, it was noticed that noise was using entropy that lead to handles remaining open at the end of the test run.
3 lines
96 B
TypeScript
3 lines
96 B
TypeScript
export const NOISE_KEY_1 = Buffer.alloc(32, 1);
|
|
export const NOISE_KEY_2 = Buffer.alloc(32, 1);
|