zksecurity / noname

Noname: a programming language to write zkapps
https://zksecurity.github.io/noname/
181 stars 47 forks source link

rename CellVar to FieldVar? #23

Open mimoo opened 6 months ago

mimoo commented 6 months ago

I don't understand why at some point I renamed FieldVar to CellVar, doesn't the reverse make more sense?

mimoo commented 6 months ago

another thing that we really need to emphasize, is how we have backend vars (FieldVar), and circuit vars (Var). Where circuit vars are basically array of field vars.