|
|
@@ -0,0 +1,15 @@
|
|
|
+# Research
|
|
|
+
|
|
|
+DarkFi maintains a public resource of zero-knowledge and math research at
|
|
|
+[script/research](../../../script/research).
|
|
|
+
|
|
|
+It features simple sage implementations of zero-knowledge algorithms
|
|
|
+and math primitives, including but not limited to:
|
|
|
+
|
|
|
+* [Halo](../../../script/research/halo/halo)
|
|
|
+* [Groth16](../../../script/research/groth16)
|
|
|
+* [Poseidon hash](../../../script/research/poseidon)
|
|
|
+* [Bulletproofs](../../../script/research/bltprf)
|
|
|
+* [RSA accumulators](../../script/research/rsa_accum.sage)
|
|
|
+* [Finite fields] (../../script/research/finite_fields)
|
|
|
+* [Pasta curves](../../script/research/pasta)
|