import { expect } from "chai"; import DuplexPair from 'it-pair/duplex'; import { Noise } from "../src"; import {generateEd25519Keys} from "./utils"; describe("Handshake", () => { it("should propose, exchange and finish handshake", async() => { }) });