mirror of
https://github.com/fluencelabs/js-libp2p-noise
synced 2025-06-19 14:31:24 +00:00
Move handshake types to separate file
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
import { Buffer } from "buffer";
|
||||
|
||||
import { bytes, bytes32 } from "./@types/basic";
|
||||
import { NoiseSession, XXHandshake } from "./handshakes/xx";
|
||||
import { XXHandshake } from "./handshakes/xx";
|
||||
import { KeyPair, PeerId } from "./@types/libp2p";
|
||||
import { bytes, bytes32 } from "./@types/basic";
|
||||
import { NoiseSession } from "./@types/handshake";
|
||||
import {
|
||||
createHandshakePayload,
|
||||
getHandshakePayload,
|
||||
|
Reference in New Issue
Block a user