Browse Source

Update README

Ian Goldberg 4 years ago
parent
commit
2121c069c5
1 changed files with 2 additions and 0 deletions
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -14,6 +14,8 @@ C(2,4950745124018817972378217179409499695353526031437053848725554590521829916331
 
 If you switch to a different underlying curve for the zkSNARKs than BN128, you will need to find a new E and new generators, and change the precomputed values in [ecgadget.hpp](ecgadget.hpp) to match.
 
+The code produces a zkSNARK for the statment "I know values _a_ and _b_ such that _a_*G + _b_*H equals the given Pedersen commitment P."
+
 Building:
 
 * Clone the repo