Side zk work
While I was at Zuzalu, I got pretty into writing Rust code for ZK / specifically folding.
I worked with Lev Soukhanov on implementing his āfolding endgameā here. This design allows folded ZK circuit steps to pass verified information around without expensive lookup gates, memory accesses, or adding other state to verify to a ZKVM. You āleakā part of the witness and pass it around, then do a consistency check on the reads and writes from the āleaked witness bitsā. Itās a modification to the Nova codebase.
I worked on and community-managed contributions to a Rust rewrite of Aztecās Barretenberg here for a while afterwards.
Also see my post about p1nch.