This is a testharness.js-based test. Found 13 FAIL, 0 TIMEOUT, 0 NOTRUN. [FAIL] supports(generateKey, ML-KEM-512) assert_true: ML-KEM-512 should support generateKey expected true got false [FAIL] supports(importKey, ML-KEM-512) assert_true: ML-KEM-512 should support importKey expected true got false [FAIL] supports(encapsulateKey, ML-KEM-512) assert_true: ML-KEM-512 should support encapsulateKey expected true got false [FAIL] supports(encapsulateBits, ML-KEM-512) assert_true: ML-KEM-512 should support encapsulateBits expected true got false [FAIL] supports(decapsulateKey, ML-KEM-512) assert_true: ML-KEM-512 should support decapsulateKey expected true got false [FAIL] supports(decapsulateBits, ML-KEM-512) assert_true: ML-KEM-512 should support decapsulateBits expected true got false [FAIL] supports(getPublicKey, ML-KEM-512) assert_true: ML-KEM-512 should support getPublicKey expected true got false [FAIL] supports encapsulateKey with an algorithm without raw-secret import assert_equals: ML-KEM-768 encapsulateKey with an algorithm without raw-secret import expected false but got true [FAIL] supports encapsulateKey with an HMAC length shorter than the shared secret assert_equals: ML-KEM-768 encapsulateKey with an HMAC length shorter than the shared secret expected false but got true [FAIL] supports encapsulateKey with an HMAC length longer than the shared secret assert_equals: ML-KEM-768 encapsulateKey with an HMAC length longer than the shared secret expected false but got true [FAIL] supports decapsulateKey with an algorithm without raw-secret import assert_equals: ML-KEM-768 decapsulateKey with an algorithm without raw-secret import expected false but got true [FAIL] supports decapsulateKey with an HMAC length shorter than the shared secret assert_equals: ML-KEM-768 decapsulateKey with an HMAC length shorter than the shared secret expected false but got true [FAIL] supports decapsulateKey with an HMAC length longer than the shared secret assert_equals: ML-KEM-768 decapsulateKey with an HMAC length longer than the shared secret expected false but got true Harness: the test ran to completion.