| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Bulletproofs.MultiRangeProof.Verifier
Synopsis
- verifyProof :: (AsInteger f, Eq f, Field f, Show f) => Integer -> [Point] -> RangeProof f -> Bool
- verifyTPoly :: (AsInteger f, Eq f, Field f) => Integer -> [Point] -> RangeProof f -> f -> f -> f -> Bool
- verifyLRCommitment :: (AsInteger f, Eq f, Field f, Show f) => Integer -> Integer -> RangeProof f -> f -> f -> f -> Bool
Documentation
Arguments
| :: (AsInteger f, Eq f, Field f, Show f) | |
| => Integer | Range upper bound |
| -> [Point] | Commitments of in-range values |
| -> RangeProof f | Proof that a secret committed value lies in a certain interval |
| -> Bool |
Verify that a commitment was computed from a value in a given range
Arguments
| :: (AsInteger f, Eq f, Field f) | |
| => Integer | Dimension n of the vectors |
| -> [Point] | Commitments of in-range values |
| -> RangeProof f | Proof that a secret committed value lies in a certain interval |
| -> f | Challenge x |
| -> f | Challenge y |
| -> f | Challenge z |
| -> Bool |
Verify the constant term of the polynomial t t = t(x) = t0 + t1*x + t2*x^2 This is what binds the proof to the actual original Pedersen commitment V to the actual value