//! Attested inventory artifact — `cofre inventory` output.
//!
//! Each entry is `(name, backend_id, blake3(value || salt))`. The salt
//! is per-secret (random + recorded) so the BLAKE3 hash is non-trivial
//! but deterministic given the same value+salt — used for tamper
//! detection only, NEVER for verification of the value itself.
//!
//! The inventory NEVER contains the value. It MAY be checked into git
//! safely; an attacker who steals the inventory cannot reconstruct
//! the secret.
use ;