mirror of
https://github.com/logos-storage/dynamic-data-experiments.git
synced 2026-01-02 13:13:08 +00:00
update README.md
This commit is contained in:
parent
c43a18c373
commit
f94d248c5e
@ -14,8 +14,8 @@ This is a prototype implementation of the proposed Codex storage proofs for dyna
|
||||
**Note:** in the above I switched the directions of the encoding and commitment (opposite of the [proposal](https://hackmd.io/kPGC3VIZSaWj8DBYOjd4vA?view)) just because it was easier to implement but basically it is same thing.
|
||||
|
||||
### Sampling
|
||||
- [ ] Select a set of columns randomly
|
||||
- [ ] Generate a KZG evaluation proof at random point for each column
|
||||
- [x] Select a set of columns randomly
|
||||
- [x] Generate a KZG evaluation proof at random point for each column
|
||||
- [ ] Aggregate the KZG evaluation proofs
|
||||
|
||||
### Updating the Data
|
||||
@ -31,7 +31,7 @@ This is a prototype implementation of the proposed Codex storage proofs for dyna
|
||||
- [ ] Compute the `delta_comm` = `fat_comm'` - `fat_comm`
|
||||
- [ ] Compute the new row commitment `row_comm'` = `row_comm` + `delta`
|
||||
|
||||
### Prove Data Update
|
||||
### Prove Data & Commitment Update
|
||||
- [ ] TODO...
|
||||
|
||||
### TODO:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user