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§
- Pipeline
Context - 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.