Module bellperson::multicore[][src]

Expand description

An interface for dealing with the kinds of parallel computations involved in bellperson. It’s currently just a thin wrapper around CpuPool and rayon but may be extended in the future to allow for various parallelism strategies.

Structs