This website requires JavaScript.
Explore
Help
Sign In
fluencelabs
/
js-libp2p-noise
Watch
1
Star
0
Fork
0
You've already forked js-libp2p-noise
mirror of
https://github.com/fluencelabs/js-libp2p-noise
synced
2025-04-29 09:02:27 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
js-libp2p-noise
/
src
/
index.ts
9 lines
90 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Init project
2019-10-30 15:02:03 +01:00
import
{
encrypt
}
from
'./encrypt'
;
Fix tag
2019-10-31 14:29:16 +01:00
const
tag
=
'/noise'
;
Init project
2019-10-30 15:02:03 +01:00
export
{
tag
,
encrypt
,
}
Reference in New Issue
Copy Permalink