Skip to content

Conversation

quexten
Copy link
Contributor

@quexten quexten commented Sep 30, 2025

🎟️ Tracking

https://bitwarden.atlassian.net/browse/PM-26537

📔 Objective

Updates argon2 and enables the parallelism feature. This is implemented via rayon and should work out of the box on non-wasm builds.

⏰ Reminders before review

  • Contributor guidelines followed
  • All formatters and local linters executed and passed
  • Written new unit and / or integration tests where applicable
  • Protected functional changes with optionality (feature flags)
  • Used internationalization (i18n) for all UI strings
  • CI builds passed
  • Communicated to DevOps any deployment requirements
  • Updated any necessary documentation (Confluence, contributing docs) or informed the documentation
    team

🦮 Reviewer guidelines

  • 👍 (:+1:) or similar for great changes
  • 📝 (:memo:) or ℹ️ (:information_source:) for notes or general info
  • ❓ (:question:) for questions
  • 🤔 (:thinking:) or 💭 (:thought_balloon:) for more open inquiry that's not quite a confirmed
    issue and could potentially benefit from discussion
  • 🎨 (:art:) for suggestions / improvements
  • ❌ (:x:) or ⚠️ (:warning:) for more significant problems or concerns needing attention
  • 🌱 (:seedling:) or ♻️ (:recycle:) for future improvements or indications of technical debt
  • ⛏ (:pick:) for minor or nitpick changes

Copy link
Contributor

github-actions bot commented Sep 30, 2025

Logo
Checkmarx One – Scan Summary & Detailsa5bb7aef-b5cb-4659-84d1-5c6ae58e7ba4

Great job! No new security vulnerabilities introduced in this pull request

Copy link

codecov bot commented Sep 30, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.16%. Comparing base (824c1cf) to head (604011f).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #480      +/-   ##
==========================================
- Coverage   78.55%   78.16%   -0.39%     
==========================================
  Files         276      283       +7     
  Lines       27483    27611     +128     
==========================================
- Hits        21588    21582       -6     
- Misses       5895     6029     +134     

☔ 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.

@quexten quexten force-pushed the dep/argon2-parallel branch from 7dc2454 to 604011f Compare October 6, 2025 10:22
Copy link

sonarqubecloud bot commented Oct 6, 2025

@quexten quexten changed the title Update argon2 to support parallelism via rayon [PM-26537] Update argon2 to support parallelism via rayon Oct 6, 2025
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