ladybird/Tests/LibWeb/Text/expected/Crypto
Luke Wilde 023c3aa5b0 LibWeb: Respect subarrays in Crypto#getRandomBytes
It is the responsibility of code that deals with TypedArrays to apply
the byte offset and byte length. Not doing this caused Unity Web to
crash, as they call getRandomValues with views into their full main
memory. Previously, it would fill their entire memory of about 33.5 MB
with random bytes.
2024-12-10 06:44:00 -08:00
..
Crypto-getRandomValues-respects-subarrays.txt LibWeb: Respect subarrays in Crypto#getRandomBytes 2024-12-10 06:44:00 -08:00
SubtleCrypto-aescbc.txt
SubtleCrypto-aesgcm.txt
SubtleCrypto-deriveBits.txt
SubtleCrypto-digest.txt
SubtleCrypto-encrypt.txt
SubtleCrypto-exportKey.txt
SubtleCrypto-generateKey.txt
SubtleCrypto-hmac.txt
SubtleCrypto-import-export-roundtrip.txt
SubtleCrypto-import-PBKDF2.txt
SubtleCrypto-import-rsaoaep-minimal_jwk.txt
SubtleCrypto-sign.txt
SubtleCrypto-verify.txt