rust-mem-proofs 0.1.0

Various memory-related implementations and benchmarks
Documentation
1
2
3
4
pub mod por;

pub const PIECE_SIZE: usize = 4096;
pub type Piece = [u8; PIECE_SIZE];