| commit | 0ca66fda4a24a02e76545d35d30875f90b919d97 | [log] [tgz] |
|---|---|---|
| author | Andrew Rayskiy <greengrape@google.com> | Tue Apr 16 20:10:30 2024 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 16 20:10:30 2024 |
| tree | 30d825e4adb68ee3e02b9a1cba91179387d03c0b | |
| parent | 0ba144c6cb7a3dd31edab75ff14bd7b5efc362bf [diff] |
[web_package] Add basic ECDSA P-256 pieces This CL introduces a wrapper for the public key and a new function to check validity of messages signed via ECDSA P-256 SHA-256. Bug: 330378455 Change-Id: I5c71863d8d7aabd75febf97b55612a817e60d4d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5444603 Reviewed-by: Christian Flach <cmfcmf@chromium.org> Commit-Queue: Andrew Rayskiy <greengrape@google.com> Cr-Commit-Position: refs/heads/main@{#1288262}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.