Prove value >= threshold without revealing value.
Method: Prove delta = value - threshold >= 0 by decomposing delta into bits and proving each bit is 0 or 1 using OR-proofs (Sigma protocol).
Steps:
Prove value >= threshold without revealing value.
Method: Prove delta = value - threshold >= 0 by decomposing delta into bits and proving each bit is 0 or 1 using OR-proofs (Sigma protocol).
Steps: