privacy-scaling-explorations / sonobe

Experimental folding schemes library
https://privacy-scaling-explorations.github.io/sonobe-docs/
MIT License
179 stars 44 forks source link

Folding multiple instances #92

Open gyp2847399255 opened 3 months ago

gyp2847399255 commented 3 months ago

Can Sonobe support folding multiple instances like Protogalaxy or HyperNOVA does?

arnaucube commented 3 months ago

Short answer: not yet. That's the idea, yes, but we're still implementing them. We're working both in a HyperNova implementation (here) and in a ProtoGalaxy implementation (here), both with support for multiple instances folding. But they are not finished yet, lacking the fold circuit and the decider. The only fully implemented currently is Nova+CycleFold, which by design supports 2-to-1 folding (no multiple instances).

Edit: updated the message to be more clear.