Crate aws_tree_hash

Source

Functionsยง

calculate_tree_hash
Calculate the Amazon SHA256 tree hash as described on Checksum Calculation page of the AWS S3 Glacier developer guide. The function is meant to be used on the complete data in the case of an upload in a single request and on each part in case of a multi-part upload.
combine_hashes
Combine the tree hashes from multiple parts (i.e. multiple invocations of calculate_tree_hash) into the overall tree hash.