dusk-network / plonk

Pure Rust implementation of the PLONK ZKProof System done by the Dusk team
https://dusk-network.github.io/plonk
Mozilla Public License 2.0
540 stars 149 forks source link

Flesh out depth-2 recursion paper over BLS12-381 #419

Closed LukePearson1 closed 3 years ago

LukePearson1 commented 3 years ago

The BLS12-381 requires a depth 2 recursion for aggregation of signatures in circuit. The idea is to provide improvements, using PLONK, to existing protocols which use chain recursion. Our past documentations will now go under a collation into a first improvement over BLS signatures in circuit.

CPerezz commented 3 years ago

This does not belong to this repo.

Can we close it @ZER0 @Bounce23 ?

LukePearson1 commented 3 years ago

Yes, we can now close. The solution was found and documented in GitBook.