assay-registry 3.5.1

Pack registry client for remote pack distribution (SPEC-Pack-Registry-v1)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Internal verify implementation modules.
//!
//! `crate::verify` is the permanent public facade. This module owns the split
//! implementation boundaries and test module for Wave5 Step3 closure.

pub(crate) mod digest;
pub(crate) mod dsse;
pub(crate) mod errors;
pub(crate) mod keys;
pub(crate) mod policy;
#[cfg(test)]
pub(crate) mod tests;
pub(crate) mod wire;