oxidecomputer / oxidecomputer/dice-util
mechanism to map IANA named hashes to algorithm impls
Open
@flihp is already working on this.
Since Jul 3, 2025.
- Dominant language
- Rust
- Stars
- 11
- Forks
- 3
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 16
Description
We're using the integer reps from https://www.iana.org/assignments/named-information/named-information.xhtml to identify digest algorithms in the corim manifest. To translate these to the Measurement type from attest-data we have a static mapping of the only identifier that we currently support: https://github.com/oxidecomputer/dice-util/blob/main/attest-data/src/lib.rs#L238. We can probably come up with a better mechanism to accomplish this mapping.
Contributor guide
No contributing guide indexed for this repository
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.