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
//! Migrated per-member tests, run as inline unit tests of the collapsed crate (#1270).
mod abi_roundtrip;
mod attest_freshness;
mod attest_nonce;
mod attestation;
mod content_proof;
mod decoy;
mod fixtures;
mod merkle_proof;
mod metadata;
mod mock_host;
mod oblivious;
mod session_jwt;
mod temporal;
mod wasm_smoke;