mirror of
https://github.com/logos-messaging/logos-messaging-js.git
synced 2026-02-14 13:13:28 +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);
|