commit | bc9778225b2f9e7315ab1326cad9ac13a328e936 | [log] [tgz] |
---|---|---|
author | Maksim Ivanov <[email protected]> | Mon Jun 29 17:53:16 2020 |
committer | Commit Bot <[email protected]> | Mon Jun 29 17:53:16 2020 |
tree | 5ff877813513d838fc399ac8c573d1be3704bf51 | |
parent | e49d10b025ec54c1178ba97ff411b9714f9bc583 [diff] |
Use span in RSAPrivateKey factory method Use base::span for accepting the input in the crypto::RSAPrivateKey::CreateFromPrivateKeyInfo() method. This allows to make using this method slightly more convenient, without needing to convert the data into std::vector<uint8_t>. This is a pure refactoring CL; no functional changes expected. Bug: 1067683 Change-Id: I180980cabf868d464eb5278332a3d06cd119246d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2270446 Commit-Queue: Maksim Ivanov <[email protected]> Reviewed-by: David Benjamin <[email protected]> Cr-Commit-Position: refs/heads/master@{#783593}
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.
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.