commit | 73bcd28e5eee369b5e2c9cd374900ad754efae51 | [log] [tgz] |
---|---|---|
author | Elly <[email protected]> | Thu Aug 07 00:03:28 2025 |
committer | Chromium LUCI CQ <[email protected]> | Thu Aug 07 00:03:28 2025 |
tree | 25f1765db6ee8a95a5e4fa9f6f4cbcbbdf93a6c6 | |
parent | 95d1e9c74ef60d6cf56ff2642323eff4b70df003 [diff] |
ash/drive: base/hash/md5 -> crypto/obsolete/md5 The new API is functionally identical and is a replacement for the deprecated base/hash/md5 API. I did make one minor tweak here: instead of constructing an intermediate string to pass into a single call of the hash function, I used the streaming interface and passed each part of the intermediate string in separately. The results should be equivalent. Bug: 406729261 Change-Id: I6b5bc5e06823f2c133a03b590cc4d238e15a39bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6823556 Commit-Queue: François Degros <[email protected]> Reviewed-by: François Degros <[email protected]> Cr-Commit-Position: refs/heads/main@{#1497933}
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.