Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 516 Bytes

README.md

File metadata and controls

4 lines (2 loc) · 516 Bytes

Verifiable computation schemes enable a client to outsource the computation of a function F on various inputs to an untrusted worker, and then verify the correctness of the returned results. Critically, the outsourcing and verification procedures must be more efficient than performing the computation itself.

This repository hosts code for the Pinocchio and Geppetto Verifiable Computation systems. It was previously hosted on (the now defunct) Codeplex.