Skip to content

Commit

Permalink
Improved chacha20-poly1305 detection.
Browse files Browse the repository at this point in the history
Fix #33
  • Loading branch information
reklatsmasters committed May 1, 2019
1 parent e01f00e commit eb1257c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 5 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"binary-data": "^0.6.0",
"buffer-xor": "^2.0.2",
"debug": "^4.1.0",
"is-chacha20-poly1305-supported": "^1.0.0",
"is-dtls": "^2.0.0",
"is-stream": "^1.1.0",
"readable-stream": "^3.0.6",
Expand Down
2 changes: 1 addition & 1 deletion src/node_modules/cipher/defaults.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 1 addition & 6 deletions src/node_modules/lib/constants.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eb1257c

Please sign in to comment.