Lab: Circuits

Task 1

Following on from the circuit and code in the Circuits section, we are of course going to ask you to fill in the remaining gates in the synthesise function based on the circuit drawing.

Optional Task 2

You've almost learnt everything you need to start building your own circuits. Why not try to reinforce that knowledge now by drawing out a different zk circuit to implement? Then you can create the relevant circuit struct and implement synthesise based on how this new circuit of yours requires.

Last updated