js-libp2p-noise/src/index.ts

9 lines
96 B
TypeScript
Raw Normal View History

2019-10-30 15:02:03 +01:00
import { encrypt } from './encrypt';
const tag = '/noise/1.0.0';
export {
tag,
encrypt,
}