⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

verify_reproducible

Function verify_reproducible 

Source
pub fn verify_reproducible(
    a: &BuildManifest,
    b: &BuildManifest,
) -> ReproducibilityResult
Expand description

Compare two build manifests and produce a reproducibility report.

Walks through all output files in both manifests, categorizing each file as matching, differing, or missing from one side.