WeidS Lab — research on verifiable computing.

Computation that proves itself

Learn more
[ introducing Wrappers ]

Verifiable computing as a library

Read the manifesto
◇ INSTRUMENT
#include <wrappers>
 
int main() {
Traced<int> sum = 0;
for (int i = 0; i < 10; ++i)
sum += i * i;
return sum.value();
}
#include away from proving your code
◇ RUN + PROVE
Native speed, no trusted setup
◇ VERIFY
result 285
proof 0x7f1c…b903 1.2 KB · 8 ms
Succinct proof, verified in milliseconds

Find us

Questions, collaborations, or curious about Wrappers?