rust_mem_proofs/
lib.rs

1pub mod por;
2
3pub const PIECE_SIZE: usize = 4096;
4pub type Piece = [u8; PIECE_SIZE];