Set prologue to empty buffer

This commit is contained in:
Belma Gutlic
2020-01-29 19:48:14 +01:00
parent 13ba253edd
commit 3303cc3b4d
7 changed files with 10 additions and 10 deletions

View File

@ -61,7 +61,7 @@ describe("Noise", () => {
noiseInit.secureOutbound(localPeer, outboundConnection, remotePeer),
(async () => {
const wrapped = Wrap(inboundConnection);
const prologue = Buffer.from('/noise');
const prologue = Buffer.alloc(0);
const staticKeys = generateKeypair();
const xx = new XX();