//! Module: api::blob_storage::hash
//!
//! Responsibility: expose public blob root hash canonicalization helpers.
//! Does not own: model validation or lifecycle storage mutation.
//! Boundary: delegates boundary hash conversion to ops and maps public errors.
use BlobStorageApi;
use crate::;