|
LLZK 3.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
#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::Error | llzk::witgen::writeWtns (mlir::ModuleOp moduleOp, const llvm::json::Value &fullWitness, const Field &field, llvm::StringRef outputFilename) |
| Write a snarkjs-compatible WTNS v2 file from a full-witness JSON result. | |