Skip to content

Runtime detection of kx algorithms#34

Open
tofay wants to merge 2 commits into
mainfrom
runtime-detection
Open

Runtime detection of kx algorithms#34
tofay wants to merge 2 commits into
mainfrom
runtime-detection

Conversation

@tofay
Copy link
Copy Markdown
Owner

@tofay tofay commented Apr 29, 2026

No description provided.

DEFAULT_KX_GROUPS and ALL_KX_GROUPS will now include
PQC groups regardless of compile time OpenSSL version.

New available_default_kx_groups and available_all_kx_groups functions
will return the subset of those groups that are actually available at
runtime.
The default provider now only offers groups that are actually available
at runtime.
@tofay tofay force-pushed the runtime-detection branch 2 times, most recently from c9fdfc5 to 5a1a29d Compare April 29, 2026 16:32
@tofay tofay force-pushed the runtime-detection branch from 5a1a29d to bc4848c Compare April 29, 2026 16:42
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 29, 2026

Codecov Report

❌ Patch coverage is 57.89474% with 8 lines in your changes missing coverage. Please review.
✅ Project coverage is 73.11%. Comparing base (a21035c) to head (bc4848c).

Files with missing lines Patch % Lines
src/kx_group/mod.rs 50.00% 7 Missing ⚠️
src/kx_group/kem.rs 50.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main      #34       +/-   ##
===========================================
- Coverage   84.48%   73.11%   -11.38%     
===========================================
  Files          15       18        +3     
  Lines        1218     1443      +225     
===========================================
+ Hits         1029     1055       +26     
- Misses        189      388      +199     

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

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