[][src]Function grin_core::pow::cuckarooz::new_cuckarooz_ctx

pub fn new_cuckarooz_ctx(
    edge_bits: u8,
    proof_size: usize
) -> Result<Box<dyn PoWContext>, Error>

Instantiate a new CuckaroozContext as a PowContext. Note that this can't be moved in the PoWContext trait as this particular trait needs to be convertible to an object trait.