js-libp2p-noise/src/index.ts
Marin Petrunić 09f98fcc12
update docs
2020-02-07 13:06:42 +01:00

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();