commit | 83efbc7dae3a36f654d663319cb9aeeac6c212af | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Tue Mar 18 05:54:25 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 18 05:54:25 2025 -0700 |
tree | 5f5802a23daa71f78a0f2a556d63f0c11931a965 | |
parent | 8c461652008ed60dc7756ab692c4e4f38dad8dd6 [diff] |
[dawn][common] Implement the SHA3 Keccak transform. This is the most computationally complex part of the computation of SHA3. It passes one test vector, which gives good confidence of its correctness (given that an error anywhere would end up changing ~50% of the bits). Bug: 402772741 Change-Id: I9e1d61042b2de45439db5dc7e0b8bae3818436b4 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/231094 Reviewed-by: Geoff Lang <geofflang@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Dawn is an open-source and cross-platform implementation of the WebGPU standard. More precisely it implements webgpu.h
that is a one-to-one mapping with the WebGPU IDL. Dawn is meant to be integrated as part of a larger system and is the underlying implementation of WebGPU in Chromium.
Dawn provides several WebGPU building blocks:
webgpu.h
version that Dawn implements.webgpu.h
.Helpful links:
Developer documentation:
User documentation: (TODO, figure out what overlaps with the webgpu.h docs)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.