storage_proofs::vde
pub fn decode<'a, H, G>( graph: &'a G, sloth_iter: usize, replica_id: &'a H::Domain, data: &'a [u8]) -> Result<Vec<u8>> where H: Hasher, G: Graph<H>,