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