pub fn compute_integrity_hash<T: Serialize>( object: &T, ) -> Result<IntegrityHash, Error>
Compute canonical JSON hash.