summaryrefslogtreecommitdiff
path: root/verity/hash_tree_builder.cpp
AgeCommit message (Expand)Author
2021-05-11Expose a static method for computing hash tree sizeKelvin Zhang
2021-02-24Support blake2b-256 in hashtree builderTianjie
2020-09-28Add WriteHashTree() to allow users process hashtree data themselvesKelvin Zhang
2020-01-05Add utility to calculate digest from the root of verity treeNikita Ioffe
2019-09-09verity: Do not increment data when it is nullptr.MarijnS95
2018-10-02verity: Support partial blocks in Update().Sen Jiang
2018-09-05verity: Add HashTreeBuilder::CheckHashTree().Sen Jiang
2018-08-02Change the interface parameter from off_t to uint64_tTianjie Xu
2018-07-25Export headers for libverity_treeTianjie Xu
2018-07-24Add support of more hash algorithms for verity tree builderTianjie Xu
2018-07-19Add unit tests to build_verity_treeTianjie Xu
2018-07-18Move functions in build_verity_tree to a static libraryTianjie Xu
2018-07-03Convert the sparse_hash_ctx to the HashTreeBuilder classTianjie Xu