Upload Braun's thesis & fix link (#133)

This commit is contained in:
Alex Ozdemir
2023-01-12 12:04:01 -08:00
committed by GitHub
parent 838b8a6791
commit 500b9157f4
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -1,7 +1,7 @@
//! Lowering IR to R1CS
//!
//! [Ben Braun's
//! thesis](https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.683.6940&rep=rep1&type=pdf)
//! thesis](https://github.com/circify/circ/tree/master/doc/resources/braun-bs-thesis.pdf)
//! is a good intro to how this process works.
use crate::cfg::CircCfg;
use crate::ir::term::precomp::PreComp;