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 590512de0c sumcheck use transcript, reorganize some files 2 years ago
src sumcheck use transcript, reorganize some files 2 years ago
.gitignore pedersen commitment with merlin transcript 2 years ago
Cargo.toml add initial nova circuits structure, NIFS circuit partially implemented 2 years ago
LICENSE check openings of folded instance comms cmE, cmW 2 years ago
README.md add sum-check impl, not currently used by the rest of the repo 2 years ago

README.md

nova-study

Implementation of Nova using arkworks-rs just for learning purposes.

Warning: Implementation from scratch to learn the internals of Nova. Do not use in production.

This repo is an ongoing implementation, the code will be dirty for a while and not optimized but just to understand and experiment with the internals of the scheme and try experimental combinations.

Thanks to Levs57, Nalin Bhardwaj and Carlos Pérez for clarifications on the Nova paper.