|
LLZK 2.1.1
An open-source IR for Zero Knowledge (ZK) circuits
|
#include "WitgenDriver.h"#include "llzk/Util/Field.h"#include <mlir/IR/BuiltinOps.h>#include <llvm/Support/Error.h>#include <llvm/Support/JSON.h>Go to the source code of this file.
Namespaces | |
| namespace | llzk |
| namespace | llzk::witgen |
Functions | |
| llvm::Expected< llvm::json::Value > | llzk::witgen::runWithExecutionEngine (mlir::ModuleOp moduleOp, mlir::SymbolTableCollection &tables, const llzk::Field &field, const llvm::json::Value &input, const WitgenOptions &options) |
| Execute witness generation through MLIR lowering and ExecutionEngine. | |