[][src]Module grin_core::pow::cuckoo

Implementation of Cuckoo Cycle designed by John Tromp. Ported to Rust from the C and Java code at https://github.com/tromp/cuckoo. Note that only the simple miner is included, mostly for testing purposes. John Tromp's Tomato miner will be much faster in almost every environment.

Structs

CuckooContext

Cuckoo cycle context