mirror of
https://github.com/fluencelabs/js-libp2p-noise
synced 2025-04-25 15:32:27 +00:00
8 lines
202 B
TypeScript
8 lines
202 B
TypeScript
import {Noise} from "./noise";
|
|
export * from "./noise";
|
|
|
|
/**
|
|
* Default configuration, it will generate new noise static key and enable noise pipes (IK handshake).
|
|
*/
|
|
export const NOISE = new Noise();
|