Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-19 | Add Verify in merkle tree library | gVisor bot | |
Verify checks input data against the merkle tree, and compares the root hash with expectation. PiperOrigin-RevId: 327116711 | |||
2020-06-11 | Add Generate method in merkletree | gVisor bot | |
A method is added to generate a merkle tree for data, and store the generated tree in the output. PiperOrigin-RevId: 315966571 | |||
2020-06-11 | Add merkle tree size measure | gVisor bot | |
This change creates a merkletree package which will be used in the future for an implementation of file system API. PiperOrigin-RevId: 315952451 |