Module pipeline

Source
Expand description

Pipeline support

Constants§

CMP_EQ
Comparison operators for the pipeline
CMP_GE
Greater than or equal to
CMP_GT
Greater than
CMP_LE
Less than or equal to
CMP_LT
Less than

Traits§

PipelineContext
A context for a pipeline computation.

Functions§

test
Brute force the scrypt function for a masked test for a given target and nonce generator at a given offset with a runtime R and P.
test_static
Brute force the scrypt function for a masked test for a given target and nonce generator at a given offset with a compile-time R and a runtime P.