HorizenLabs / marlin

A Rust library for the Marlin preprocessing zkSNARK
Apache License 2.0
12 stars 0 forks source link

Optimize calculation of domains elements #1

Open DanieleDiBenedetto opened 3 years ago

DanieleDiBenedetto commented 3 years ago

Instead of generating all the elements of a given domain each time we need it, we can maybe pre-compute them/re-use them.