Преглед изворни кода

book/zkas/sapling: Better wording for public inputs explanation note.

parazyd пре 4 година
родитељ
комит
a0b38ded00
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      book/src/zkas/examples/sapling.md

+ 1 - 1
book/src/zkas/examples/sapling.md

@@ -23,7 +23,7 @@ the commitments.
 
 
 The `constrain_instance` call can take any of our assigned variables
 The `constrain_instance` call can take any of our assigned variables
 and enforce a _public input_. Public inputs are an array (or vector)
 and enforce a _public input_. Public inputs are an array (or vector)
-of values used as public inputs by verifiers to verify a zero knowledge
+of revealed values used by verifiers to verify a zero knowledge
 proof. In the above case of the Mint proof, since we have five calls to
 proof. In the above case of the Mint proof, since we have five calls to
 `constrain_instance`, we would also have an array of five elements that
 `constrain_instance`, we would also have an array of five elements that
 represent these public inputs. The array's order **must match** the
 represent these public inputs. The array's order **must match** the