mirror of
https://github.com/fluencelabs/js-libp2p-noise
synced 2025-06-18 17:41:23 +00:00
Init project
This commit is contained in:
3
src/encrypt.ts
Normal file
3
src/encrypt.ts
Normal file
@ -0,0 +1,3 @@
|
||||
export function encrypt() {
|
||||
return "Encrypt world";
|
||||
}
|
8
src/index.ts
Normal file
8
src/index.ts
Normal file
@ -0,0 +1,8 @@
|
||||
import { encrypt } from './encrypt';
|
||||
|
||||
const tag = '/noise/1.0.0';
|
||||
|
||||
export {
|
||||
tag,
|
||||
encrypt,
|
||||
}
|
Reference in New Issue
Block a user