Skip to main content

Crate sigstore_bundle

Crate sigstore_bundle 

Source
Expand description

Bundle format handling for Sigstore

This crate handles creation, parsing, and validation of Sigstore bundles (versions 0.1, 0.2, and 0.3).

Re-exports§

pub use builder::BundleV03;
pub use builder::TlogEntryBuilder;
pub use builder::VerificationMaterialV03;
pub use error::Error;
pub use error::Result;
pub use validation::validate_bundle;
pub use validation::validate_bundle_with_options;
pub use validation::ValidationOptions;

Modules§

builder
Bundle builder for creating Sigstore bundles
error
Error types for sigstore-bundle
validation
Bundle validation