commit | c231d50d694a7275dbcd6876be36a64095e0baf4 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Tue Jun 26 11:57:13 2018 -0700 |
committer | Tianjie Xu <xunchang@google.com> | Tue Jul 24 11:12:26 2018 -0700 |
tree | a070065c85df4db6f2c70d5cd67c11d745cbe436 | |
parent | 295c3e1c044434edd878c8a2708d136387f4965c [diff] |
Add support of more hash algorithms for verity tree builder Currently, verified boot 1.0 is using SHA256 to compute the hash tree while AVB is using SHA1. We should support at least these two hash functionss in the HashTreeBuilder and command line parser. And we can potentially add more algorithms in the future. Bug: 25170618 Test: unit tests pass Change-Id: I5f6dc8a545c0cef75acbbc2044959e8100f9f842