crypto: add JWK support for ML-KEM and SLH-DSA key types#62706
crypto: add JWK support for ML-KEM and SLH-DSA key types#62706panva wants to merge 1 commit intonodejs:mainfrom
Conversation
|
Review requested:
|
d4cc11f to
0e43511
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #62706 +/- ##
==========================================
- Coverage 89.69% 89.68% -0.01%
==========================================
Files 706 706
Lines 218127 218148 +21
Branches 41734 41748 +14
==========================================
Hits 195651 195651
- Misses 14400 14408 +8
- Partials 8076 8089 +13
🚀 New features to boost your workflow:
|
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
|
Is my assumption correct that this is based on |
|
correct, sort of. the AKP kty comes from dilithium, the jose-pqc-kem draft is not quite certain to be moving forward for JOSE but regardless of that specifically we did decide on the kty to use in the WG and based on the discussion with @twiss in Web Crypto space we will regardless of pqc-kem moving forward or not register the algs for JWK use so that we have a KEM-only JWK representation. that is pretty much set in stone since browsers have started their implementation at this point |
Signed-off-by: Filip Skokan <panva.ip@gmail.com>
|
rebased because of a conflict in docs |
node:cryptoand Web Cryptographynode:crypto