Verifiable and confidential computation based on ZKP and FHE, powered by risc0 zkVM.
A PoC to demonstrate an approach for private computation on a public environment w/o give up data availability (since data can stay encrypted).
FHE provides confidentiality, ZKP provides the proof that the algorithm run following the rules.
It's based on a tweaked version of Cupcake, a library for the (additive version of) Fan-Vercauteren homomorphic encryption scheme. Tweaked so it can run in the risc0 zkVM (i.e. single thread, custom getrandom).
It runs the following protocol
TL;DR host has the guarantee the guest run the algorithm (ZKP) and that the guest did not access to the unecrypted data (FHE).
First, install Rust if you don't already have it, then
cargo run --release
If you see 107 (19+88) at the end of the run, it worked.
PS: proof generation takes a lot (2hrs)
$ claude mcp add zkFHE \
-- python -m otcore.mcp_server <graph>