Skip to content

Commit

Permalink
docs: update readme (#282)
Browse files Browse the repository at this point in the history
* docs: update readme

* docs: update readme
  • Loading branch information
eigmax authored Dec 11, 2024
1 parent d5a34be commit 7e06d35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ eigen-zkvm is a zkVM on a layered proof system, allowing the developers to write

- [x] GPU acceleration for proving, not open-sourced;

- [x] WASM friendly for single proving and verifying, NodeJS/Javascript prover and verifier, [plonkjs](https://github.com/0xEigenLabs/plonkjs);

- [x] Eigen zkVM: basing on RISCV ISA.

## How the layered proof system works
Expand Down
2 changes: 2 additions & 0 deletions starky/src/fri.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(clippy::map_all_any_identity)]

use crate::constant::{MG, SHIFT, SHIFT_INV};
use crate::fft::FFT;
use crate::helper::log2_any;
Expand Down

0 comments on commit 7e06d35

Please sign in to comment.