//! Integrity helpers: the base64-encoded MD5 checksum ActiveStorage stores on
//! each blob, plus byte size.
use STANDARD as B64;
use Engine;
use ;
/// Base64-encoded MD5 digest of `data` — the same `checksum` format Rails stores.
/// Byte size of `data`.