mirror of
https://github.com/logos-messaging/logos-messaging-js.git
synced 2026-01-15 22:43:11 +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);
|