Skip to content

Add ML-KEM support (PKCS#11 v3.2 / FIPS 203)#241

Open
MatthiasValvekens wants to merge 1 commit into
pyauth:masterfrom
MatthiasValvekens:feature/ml-kem
Open

Add ML-KEM support (PKCS#11 v3.2 / FIPS 203)#241
MatthiasValvekens wants to merge 1 commit into
pyauth:masterfrom
MatthiasValvekens:feature/ml-kem

Conversation

@MatthiasValvekens

Copy link
Copy Markdown
Collaborator
  • Declare constants for ML-KEM mechanisms & parameter sets
  • Python wrappers for C_EncapsulateKey and C_DecapsulateKey (PKCS#11 v3.2 API)
  • Handle ML-KEM key attributes & keygen logic

- Declare constants for ML-KEM mechanisms & parameter sets
- Python wrappers for C_EncapsulateKey and C_DecapsulateKey (PKCS#11 v3.2 API)
- Handle ML-KEM key attributes & keygen logic
@codecov-commenter

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

❌ Patch coverage is 91.08911% with 9 lines in your changes missing coverage. Please review.
✅ Project coverage is 91.48%. Comparing base (fc44b72) to head (0500389).

Files with missing lines Patch % Lines
pkcs11/_pkcs11.pyx 89.61% 8 Missing ⚠️
pkcs11/mechanisms.py 88.88% 1 Missing ⚠️
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #241      +/-   ##
==========================================
- Coverage   91.52%   91.48%   -0.04%     
==========================================
  Files          15       15              
  Lines        2713     2808      +95     
  Branches       27       27              
==========================================
+ Hits         2483     2569      +86     
- Misses        228      237       +9     
  Partials        2        2              
Flag Coverage Δ
unittests 91.48% <91.08%> (-0.04%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 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.

2 participants