Expand description

Range proofs are used to determine if a value lies inside a particular range. Most commonly, we want to prove in zero knowledge that a value is non-negative.

Traits