![]() * 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 * 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 |
||
---|---|---|
.. | ||
asar_file_validator.cc | ||
asar_file_validator.h | ||
asar_url_loader.cc | ||
asar_url_loader.h | ||
asar_url_loader_factory.cc | ||
asar_url_loader_factory.h |