mirror of
https://github.com/fluencelabs/js-libp2p-noise
synced 2025-06-19 18:11:37 +00:00
Fix errors
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
import {bytes, bytes32} from "./types/basic";
|
||||
import {KeyPair, NoiseSession, XXHandshake} from "./xx";
|
||||
import { bytes, bytes32 } from "./types/basic";
|
||||
import { NoiseSession, XXHandshake } from "./xx";
|
||||
import { KeyPair } from "./types/libp2p";
|
||||
|
||||
export class Handshake {
|
||||
static async runXX(
|
||||
|
Reference in New Issue
Block a user