pub fn verify_bundle_checksum(bundle_bytes: &[u8], expected: &str) -> bool
Verify SHA-256 checksum of raw bundle bytes. expected should be in format “sha256:hexdigest” or just the hex digest.
expected