An open API service indexing awesome lists of open source software.

https://github.com/nethermindeth/surveyor

R1CS binary format to Lean extractor
https://github.com/nethermindeth/surveyor

Last synced: about 1 year ago
JSON representation

R1CS binary format to Lean extractor

Awesome Lists containing this project

README

          

# Surveyor

R1CS binary format to Lean extractor.

## Dependencies

Requires Haskell stack.

## Usage

```
stack run *.r1cs
```

Resulting extracted Lean outputted to stdout, tested with `leanprover/lean4:v4.17.0-rc1`.
See `examples/circom/` for circom examples and `examples/Lean` for extracted examples.