mirror of
https://github.com/fluencelabs/js-libp2p-noise
synced 2025-04-29 14:52:31 +00:00
9 lines
96 B
TypeScript
9 lines
96 B
TypeScript
|
import { encrypt } from './encrypt';
|
||
|
|
||
|
const tag = '/noise/1.0.0';
|
||
|
|
||
|
export {
|
||
|
tag,
|
||
|
encrypt,
|
||
|
}
|