dig-capsule 0.5.0

The DIG Network .dig capsule data plane — one crate over the DIGS format, capsule read-crypto, compiler, staging, and the guest/host serve triad.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! Migrated per-member tests, run as inline unit tests of the collapsed crate (#1270).
mod auth_policy;
mod chunk_index;
mod common;
mod compiler_version;
mod data_section_golden;
mod determinism;
mod filler;
mod import_section;
mod inject;
mod key_table;
mod large_data_section;
mod obfuscation;
mod pipeline;
mod secretless;
mod self_serving;