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.

9 lines
544 B

  1. # nova-study
  2. Implementation of [Nova](https://eprint.iacr.org/2021/370.pdf) using [arkworks-rs](https://github.com/arkworks-rs/) just for learning purposes.
  3. > Warning: Implementation from scratch to learn the internals of Nova. Do not use in production.
  4. 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.
  5. Thanks to [levs57](https://twitter.com/levs57) for clarifications on the Nova folding.