From a7338563506389f3349741af741f36fe8d46e243 Mon Sep 17 00:00:00 2001 From: "r. tanaka" <33140349+come2ry@users.noreply.github.com> Date: Mon, 4 Dec 2023 06:44:53 +0900 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5806e881f..1018f0ec8 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,16 @@ [Japanese version](./README-ja.md) -A practical engine for Secure Multiparty Computation (SMPC) that is part of privacy-enhancing computation (PEC). QuickMPC can perform computations on personal data used in fundamental static calculations while keeping confidentiality. +A practical engine for Secure Multiparty Computation (SMPC) that is part of privacy-enhancing technologies (PETs). QuickMPC can perform computations on personal data used in fundamental static calculations while keeping confidentiality. This will enable businesses and engineers worldwide to use Python client libraries to easily develop SaaS products that utilize SMPC functions without the need for expert SMPC knowledge. ![oss_eg](https://user-images.githubusercontent.com/1694907/182254973-ee3092a6-ee28-49bb-aaf6-637225271a0b.png) +You can easily describe a process using SMPC as follows: +![1700421061804-xdFLKwdtGe](https://github.com/acompany-develop/QuickMPC/assets/33140349/e3c8c99c-0101-4a1a-82c3-475bcc543736) + + ## Dependent Tools/Commands - `make` - `docker`