|
3 months ago | |
---|---|---|
src | 3 months ago | |
.gitignore | 3 months ago | |
Cargo.toml | 3 months ago | |
LICENSE | 3 months ago | |
README.md | 3 months ago | |
index.html | 3 months ago |
Follows the ideas of ETHdos (https://ethdos.xyz/blog), but using folding schemes. It uses Sonobe under the hood, compiled to WASM.
cargo test --release -- --nocapture
wasm-pack build --target web
python -m http.server 8080
Thanks to Michael Chu for proposing to build this prototype. This repo uses Sonobe, which relies on arkworks-rs, and for the BabyJubJub EdDSA it uses kilic/arkeddsa.