Browse Source

add some minor documentation

narodnik 5 năm trước cách đây
mục cha
commit
effe1e31bd
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      scripts/zk/3.6-trusted-setup.py

+ 2 - 0
scripts/zk/3.6-trusted-setup.py

@@ -127,6 +127,8 @@ encrypted_shift_poly = evaluate(main_poly, encrypted_shifted_powers, null)
 
 # resulting g^p and g^h are provided to the verifier
 
+# proof = (encrypted_poly, encrypted_cofactor, encrypted_shift_poly)
+
 #################################
 # Verifier
 #################################