mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-05-04 17:33:13 +00:00
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);
|