oxidecomputer / oxidecomputer/hubris
flexible dice measurements / digests
Open
@flihp is already working on this.
Since Aug 2, 2023.
- Dominant language
- Rust
- Stars
- 3.6k
- Forks
- 239
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 23
Description
#1461 adds support for recording sha3_256 digests. The approach taken adds an enum to the attest-api crate for the caller to communicate the hash algorithm used to generate the digest sent. Currently this has a single member for the sha3_256 hash. This seems sufficient for our current needs but switching to something like multihash in the future may be useful.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.