Skip to content

Conversation

@ixunio
Copy link
Owner

@ixunio ixunio commented Jan 10, 2026

  • ✨ ECDSA algorithms implementation
    • ES256
    • ES256K
    • ES384
    • ES512
  • ✨ EdDSA algorithms implementation
    • Ed25519
    • Ed448
  • 💚 Testing CI now runs with cryptography uninstalled and installed
  • ✅ 100% test coverage on algorithms and keys
  • ✅ 🎨 tests now creates once and only once private keys to speed up run time

@ixunio ixunio linked an issue Jan 10, 2026 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Jan 10, 2026

Codecov Report

❌ Patch coverage is 99.51691% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 97.80%. Comparing base (40c7306) to head (8ace8bd).
⚠️ Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
superjwt/algorithms.py 99.31% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #71      +/-   ##
==========================================
+ Coverage   97.19%   97.80%   +0.61%     
==========================================
  Files           9        9              
  Lines         926     1047     +121     
  Branches      121      129       +8     
==========================================
+ Hits          900     1024     +124     
  Misses         19       19              
+ Partials        7        4       -3     

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

@ixunio ixunio merged commit 8ace8bd into main Jan 10, 2026
15 checks passed
@ixunio ixunio deleted the ecdsa-eddsa branch January 10, 2026 03:11
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.

Add asymmetric algorithms & keys

2 participants