Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
10d9e authored Nov 1, 2024
1 parent bd4e237 commit 7e51acc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions server/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Secure Arithmetic Evaluation with s2n-quic and Gateway Evaluator
# QUIC Circuit Evaluator Service
⚠️ Note: this is a development server, not tested or ready for production use

This repository provides a secure arithmetic evaluation server and client using **garbled circuits** over **QUIC protocol**. The server and client securely communicate to perform arithmetic operations within a garbled circuit framework. It demonstrates a sample function, `multi_arithmetic`, using the `s2n-quic` library, tracing for logging, and gateway evaluator and garbler components.

Expand Down Expand Up @@ -103,4 +104,4 @@ This repository is licensed under the MIT License. See [LICENSE](LICENSE) for de
---
This README provides a comprehensive overview of the secure evaluation setup over QUIC using garbled circuits. For any questions or issues, please reach out via GitHub Issues.
This README provides a comprehensive overview of the secure evaluation setup over QUIC using garbled circuits. For any questions or issues, please reach out via GitHub Issues.

0 comments on commit 7e51acc

Please sign in to comment.