Files
sousa-gecko/testing/web-platform/tests/WebCryptoAPI/generateKey/successes_ML-KEM.tentative.https.any.js
T
Filip Skokan c9ef5eb62c Bug 1999945 [wpt PR 54417] - WebCryptoAPI Modern Algorithms, a=testonly
Automatic update from web-platform-tests
WebCryptoAPI Modern Algorithms (#54417)

Implement tentative tests for https://wicg.github.io/webcrypto-modern-algos/.

Includes tests for:

- ML-DSA (no context)
- ML-KEM
- cSHAKE (no customization, no functionName, not inside HMAC, RSA, or HKDF)
- SHA3 (not inside HMAC, RSA, or HKDF)
- ChaCha20-Poly1305
- AES-OCB (not testing variable IV length, only 15-byte ones)
- Argon2 (using just the RFC vectors for passing cases, no failure tests)
- KMAC
- `getPublicKey()` (using generally supported algorithms)
- `supports()` (using generally supported algorithms)
--

wpt-commits: c58b6f4e0eaf8d3b9792f7add1d3dfcbef40053f
wpt-pr: 54417
2025-11-17 10:51:19 +00:00

7 lines
241 B
JavaScript

// META: title=WebCryptoAPI: generateKey() Successful Calls
// META: timeout=long
// META: script=../util/helpers.js
// META: script=/common/subset-tests.js
// META: script=successes.js
run_test(["ML-KEM-512", "ML-KEM-768", "ML-KEM-1024"]);