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
535 stars 148 forks source link

Need examples like the old version🥺 #789

Closed Vap0RSh4wN closed 9 months ago

Vap0RSh4wN commented 9 months ago

Need examples like the old version🥺 https://github.com/dusk-network/plonk/blob/v0.1.0/examples/readme.md Thank you so much

xevisalle commented 9 months ago

you can check the tests, in particular this one uses all the composer options we have: https://github.com/dusk-network/plonk/blob/master/tests/composer.rs

hope it helps!

Vap0RSh4wN commented 9 months ago

thank you so much!!

Vap0RSh4wN commented 7 months ago

you can check the tests, in particular this one uses all the composer options we have: https://github.com/dusk-network/plonk/blob/master/tests/composer.rs

hope it helps!

Hello, I would also like to ask for advice: many ZK development positions and cryptography positions require "experience in writing ZK circuits" in the job description. What does this experience mean? What does ZK use to write circuits? What do current ZK companies use to write circuits? Thank you very much for your help!