Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <emaxx@chromium.org> Reviewed-by: David Benjamin <davidben@chromium.org> Cr-Commit-Position: refs/heads/master@{#783593}
- Loading branch information