Skip to content

Use node:crypto chacha20-poly1305 on deno#12

Merged
kigawas merged 1 commit intomainfrom
deno-chacha
Mar 31, 2026
Merged

Use node:crypto chacha20-poly1305 on deno#12
kigawas merged 1 commit intomainfrom
deno-chacha

Conversation

@kigawas
Copy link
Copy Markdown
Member

@kigawas kigawas commented Mar 31, 2026

No description provided.

@kigawas kigawas changed the title Use node:crypto chacha20-poly1305 on node Use node:crypto chacha20-poly1305 on deno Mar 31, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 31, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (5cc507d) to head (30ecfca).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #12   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines           94        92    -2     
  Branches        10         9    -1     
=========================================
- Hits            94        92    -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Comment on lines -58 to -60
if (!isAEAD && IS_DENO) {
decipher.setAutoPadding(false); // See: https://github.com/denoland/deno/issues/28381
}
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This part was fixed last month

@kigawas kigawas merged commit 6c8a0f7 into main Mar 31, 2026
14 checks passed
@kigawas kigawas deleted the deno-chacha branch March 31, 2026 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant