book: added research section

This commit is contained in:
lunar-mining
2022-06-08 15:31:27 -05:00
parent c39299f3db
commit d907b14ade
2 changed files with 16 additions and 0 deletions

View File

@@ -22,4 +22,5 @@
- [tau](misc/tau.md)
- [dnetview](misc/dnetview.md)
- [Learn](learn/learn.md)
- [Research](tutorial/research.md)
- [ZK explainer](tutorial/zk_explainer.md)

15
doc/src/learn/research.md Normal file
View File

@@ -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)