js-libp2p-noise/src/index.ts

9 lines
90 B
TypeScript
Raw Normal View History

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