mirror of
https://github.com/logos-storage/proof-aggregation.git
synced 2026-01-03 22:33:08 +00:00
add documentation and clean up
This commit is contained in:
parent
563ba77a8c
commit
760dca9a08
@ -16,6 +16,6 @@ Repository organization
|
|||||||
|
|
||||||
Documentation
|
Documentation
|
||||||
-----------------
|
-----------------
|
||||||
To be added soon.
|
See the write-ups on [plonky2 storage proofs](https://hackmd.io/@NQdG6IOmQE6astjwhJ6ACw/rJSsScfAR) and [proof recursion](https://hackmd.io/@NQdG6IOmQE6astjwhJ6ACw/rk85D2HX1e)
|
||||||
|
|
||||||
**WARNING**: This repository contains work-in-progress prototypes, and has not received careful code review. It is NOT ready for production use.
|
**WARNING**: This repository contains work-in-progress prototypes, and has not received careful code review. It is NOT ready for production use.
|
||||||
|
|||||||
@ -19,8 +19,8 @@ This crate is an implementation of the [codex storage proofs circuits](https://g
|
|||||||
|
|
||||||
- [`utils`](./src/circuits/utils.rs) contains helper functions.
|
- [`utils`](./src/circuits/utils.rs) contains helper functions.
|
||||||
|
|
||||||
## Documentation
|
- [`recursion`](./src/recursion) contains various approaches of implementing recursion circuits for aggregating proofs.
|
||||||
writeup coming soon...
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
see [`workflow`](../workflow) for how to use the circuits and run them.
|
see [`workflow`](../workflow) for how to use the circuits and run them.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user