Przeglądaj źródła

mark trusted setup section in 3-encrypted-polynomial.py

narodnik 5 lat temu
rodzic
commit
716209a335
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      scripts/zk/3-encrypted-polynomial.py

+ 1 - 1
scripts/zk/3-encrypted-polynomial.py

@@ -20,7 +20,7 @@ null = ec.AffinePoint(Fq(Q, 0), Fq(Q, 1), True, bls12381)
 assert g1 + null == g1
 
 #################################
-# Verifier
+# Verifier (trusted setup)
 #################################
 
 # samples a random value (a secret)