You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nivc = { tag = "v0.1.0", git = "https://github.com/pluto/edge" }
97
+
```
98
+
The `edge-frontend` assumes that the structure provided by the `nivc` crate is used. Please see the `demo` crate for an example of how to use the `edge-frontend` with the `nivc` crate and the `examples` directory for examples of Noir programs that use the `nivc` crate inside of other tests (see `frontend/tests/nivc/`).
99
+
100
+
> [!WARNING]
101
+
> This repository and its crates are **not** production ready. Do not use them in production. No audits have been done and none are planned.
89
102
90
103
With that said, work has been done to make the implementation here work with an offline setup phase. Therefore, this can be used run proofs on an edge device which can later be verified by a remote server.
91
104
@@ -103,4 +116,4 @@ This project is licensed under the Apache V2 License - see the [LICENSE](LICENSE
103
116
104
117
## Acknowledgements
105
118
> [!NOTE]
106
-
> This repository is a fork of the original hosted at [https://github.com/microsoft/nova](https://github.com/microsoft/nova) and also forked from [https://github.com/argumentcomputer/arecibo](https://github.com/argumentcomputer/arecibo).
119
+
> This repository is a fork of the original hosted at [https://github.com/microsoft/nova](https://github.com/microsoft/nova) and also forked from [https://github.com/argumentcomputer/arecibo](https://github.com/argumentcomputer/arecibo).
0 commit comments