1mod cid; 2 3pub const BLOCK_SIZE: usize = 16 * 1024; 4 5pub type Hash = [u8; 32]; 6 7pub use cid::{Cid, CidBuilder, CidDecodeError};