projects
/
squeep-mystery-box
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4dacca9
)
remove comment which did not age well
author
Justin Wind
<justin.wind+git@gmail.com>
Thu, 24 Apr 2025 22:07:35 +0000
(15:07 -0700)
committer
Justin Wind
<justin.wind+git@gmail.com>
Thu, 24 Apr 2025 22:07:35 +0000
(15:07 -0700)
lib/version-parameters.js
patch
|
blob
|
history
diff --git
a/lib/version-parameters.js
b/lib/version-parameters.js
index 3f005b1577c4122d3c1670b1083d6ae336cbedc8..bfbb116bb887e9272532faea374671e0edbefe53 100644
(file)
--- 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,
},