mirror of
https://github.com/logos-messaging/logos-messaging-js.git
synced 2026-01-14 05:53:07 +00:00
10 lines
167 B
TypeScript
10 lines
167 B
TypeScript
/**
|
|
* Some constants for test purposes.
|
|
*
|
|
* @hidden
|
|
* @module
|
|
*/
|
|
|
|
export const NOISE_KEY_1 = Buffer.alloc(32, 1);
|
|
export const NOISE_KEY_2 = Buffer.alloc(32, 1);
|