mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-30 11:37:16 +02:00
LibWeb: Expose SHA3 hashing algorithm through WebCryptoAPI
This give us 48 WPT subtests :)
This commit is contained in:
Notes:
github-actions[bot]
2025-11-27 03:01:53 +00:00
Author: https://github.com/tete17 Commit: https://github.com/LadybirdBrowser/ladybird/commit/5e736d4e07b Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6942
@@ -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
|
||||
Reference in New Issue
Block a user