Expand description
This crate provides an API for talking to repositories that implements in-toto
Re-exports
pub use crate::error::*;
Modules
- Cryptographic structures and functions.
- Error types and converters.
- Structures and functions to aid in various in-toto data interchange formats.
- Models used in in-toto
- A tool that functionaries can use to create link metadata about a step.
- A tool to be used by the client to perform verification on the final product.
Macros
Type Definitions
- Alias for
Result<T, Error>
.