* refactor: migrate AsarFileValidator to crypto::hash This change migrates AsarFileValidator's uses of crypto::secure_hash to the new crypto::hash API, which has more memory safety and less heap allocations. Xref: https://chromium-review.googlesource.com/c/chromium/src/+/6287609 Co-authored-by: Charles Kerr <charles@charleskerr.com> * refactor: migrate ValidateIntegrityOrDie to crypto::hash This change migrates ValidateIntegrityOrDie's use of crypto::SHA256Hash to the new crypto::hash API, which has more memory safety and less heap allocations. Xref: https://chromium-review.googlesource.com/c/chromium/src/+/6287609 Co-authored-by: Charles Kerr <charles@charleskerr.com> --------- Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Charles Kerr <charles@charleskerr.com> |
||
|---|---|---|
| .. | ||
| archive.cc | ||
| archive.h | ||
| archive_mac.mm | ||
| archive_win.cc | ||
| asar_util.cc | ||
| asar_util.h | ||
| scoped_temporary_file.cc | ||
| scoped_temporary_file.h | ||