Module grin_core::pow::cuckatoo

source ·
Expand description

Implementation of Cuckatoo Cycle designed by John Tromp.

Structs§

Functions§

  • Instantiate a new CuckatooContext 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.