LibWeb: Expose SHA3 hashing algorithm through WebCryptoAPI

This give us 48 WPT subtests :)
This commit is contained in:
Tete17
2025-11-26 19:37:04 +01:00
committed by Tim Flynn
parent 0786486aa2
commit 5e736d4e07
Notes: github-actions[bot] 2025-11-27 03:01:53 +00:00
5 changed files with 196 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
Harness status: OK
Found 24 tests
24 Pass
Pass SHA3-256 with empty source data
Pass SHA3-256 with empty source data and altered buffer after call
Pass SHA3-384 with empty source data
Pass SHA3-384 with empty source data and altered buffer after call
Pass SHA3-512 with empty source data
Pass SHA3-512 with empty source data and altered buffer after call
Pass SHA3-256 with short source data
Pass SHA3-256 with short source data and altered buffer after call
Pass SHA3-384 with short source data
Pass SHA3-384 with short source data and altered buffer after call
Pass SHA3-512 with short source data
Pass SHA3-512 with short source data and altered buffer after call
Pass SHA3-256 with medium source data
Pass SHA3-256 with medium source data and altered buffer after call
Pass SHA3-384 with medium source data
Pass SHA3-384 with medium source data and altered buffer after call
Pass SHA3-512 with medium source data
Pass SHA3-512 with medium source data and altered buffer after call
Pass SHA3-256 with long source data
Pass SHA3-256 with long source data and altered buffer after call
Pass SHA3-384 with long source data
Pass SHA3-384 with long source data and altered buffer after call
Pass SHA3-512 with long source data
Pass SHA3-512 with long source data and altered buffer after call