We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4efcb3e commit 57a9141Copy full SHA for 57a9141
README.md
@@ -1,2 +1,18 @@
1
-# effcient-ffa
+# Efficient Foreign-Field Arithmetic in PLONK
2
Formalization of soundness and correctness proofs of efficient foreign field arithmetic (FFA) developed at IOG/Midnight.
3
+
4
+## Requirements
5
6
+```
7
+EASYCRYPT_REVISION = a214a56
8
+JASMIN_VERSION = 2023.06.1
9
+ALT-ERGO >= v2.5.1
10
+CVC4 >= 1.8
11
+Z3 >= 4.8.7
12
13
14
+## Contents
15
+* `FFA_soundness.ec` the proof that whenever the system of constraints is satisfied then we have correctly multipled foreign field elements.
16
+* `FFA_completeness.ec` the converse of the above.
17
+* `FFA.ec` some common definitions.
18
0 commit comments