mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
book: added research section
This commit is contained in:
@@ -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
15
doc/src/learn/research.md
Normal 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)
|
||||
Reference in New Issue
Block a user