Skip to main content

Module hints

Module hints 

Source
Expand description

Hint system.

Hints are deterministic computations that happen on the prover side.

They can be used for operations that require many constraints to compute but few constraints to verify.

Structs§

BigUintDivideHint
BigUintModPowHint
HintRegistry
Registry for hint handlers keyed by HintId.
ModInverseHint
ModInverse hint implementation
Secp256k1EndosplitHint

Traits§

Hint
Hint handler trait for extensible operations.

Functions§

hint_id_of
Derive a HintId from a hint’s name.

Type Aliases§

HintId