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
6 lines
175 B
JavaScript
6 lines
175 B
JavaScript
// META: title=WebCryptoAPI: generateKey() for Failures
|
|
// META: timeout=long
|
|
// META: script=../util/helpers.js
|
|
// META: script=failures.js
|
|
run_test(["KMAC128", "KMAC256"]);
|