[][src]Module grin_core::pow::cuckatoo

Implementation of Cuckatoo Cycle designed by John Tromp.

Structs

CuckatooContext

Cuckatoo solver context

Functions

new_cuckatoo_ctx

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.