You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
arnaucube 2664dea6a7 add folding verifier impl, add last steps of folding prover (except G(X) & K(X)) 1 year ago
src add folding verifier impl, add last steps of folding prover (except G(X) & K(X)) 1 year ago
.gitignore init repo 1 year ago
Cargo.toml port pedersen.rs & transcript.rs from https://github.com/arnaucube/nova-study 1 year ago
LICENSE add eval_f & check_instance methods, add initial Folding prover structure 1 year ago
README.md add folding verifier impl, add last steps of folding prover (except G(X) & K(X)) 1 year ago

README.md

protogalaxy-poc

Proof of concept implementation of ProtoGalaxy (https://eprint.iacr.org/2023/1106.pdf) using arkworks.

Do not use in production.

Thanks to Liam Eagen and Ariel Gabizon for their kind explanations.