From 2037c05052b2b0e96f3ed79803fefcef09f615e4 Mon Sep 17 00:00:00 2001 From: bruwbird Date: Thu, 4 Apr 2019 14:05:48 +0900 Subject: [PATCH] fix typo in brontide. --- lib/net/brontide.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/net/brontide.js b/lib/net/brontide.js index b3b090806..dac88c6fc 100644 --- a/lib/net/brontide.js +++ b/lib/net/brontide.js @@ -246,7 +246,7 @@ class Brontide extends HandshakeState { const ephemeral = getPublic(this.localEphemeral); this.mixHash(ephemeral); - // ec + // es const s = ecdh(this.remoteStatic, this.localEphemeral); this.mixKey(s);