From: Justin Wind Date: Thu, 24 Apr 2025 22:07:35 +0000 (-0700) Subject: remove comment which did not age well X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=1c6f8fb06cbd1d4d66550694c8a2894f4e280846;p=squeep-mystery-box remove comment which did not age well --- diff --git a/lib/version-parameters.js b/lib/version-parameters.js index 3f005b1..bfbb116 100644 --- a/lib/version-parameters.js +++ b/lib/version-parameters.js @@ -40,7 +40,7 @@ const allVersions = { }, 2: { version: 2, - algorithm: ALG.CHACHA20_POLY1305, // Prefer this over NIST because we stan djb + algorithm: ALG.CHACHA20_POLY1305, algOptions: { authTagLength: 16, }, @@ -163,7 +163,7 @@ const allVersions = { }, 11: { version: 11, - algorithm: ALG.CHACHA20_POLY1305, // Prefer this over NIST because we stan djb + algorithm: ALG.CHACHA20_POLY1305, algOptions: { authTagLength: 16, },