Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-29 | [syserror] Split usermem package | Zach Koopmans | |
Split usermem package to help remove syserror dependency in go_marshal. New hostarch package contains code not dependent on syserror. PiperOrigin-RevId: 365651233 | |||
2020-10-27 | Add SHA512 to merkle tree library | Chong Cai | |
PiperOrigin-RevId: 339377254 | |||
2020-08-17 | 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 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 |