From bbcd1d41af3334865d23116172ecdf1c60e64570 Mon Sep 17 00:00:00 2001 From: Ronindboss <120661366+Ronindboss@users.noreply.github.com> Date: Tue, 31 Dec 2024 17:03:37 +0000 Subject: [PATCH] fixing typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8e03c67..7a02475 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ The FHE-EVM integration supports encrypted data processing within smart contract - [Documentation](#documentation) ## Overview -Homomorphic encryption is fundamentally designed to enable direct computation on data while it remains encrypted. This means the information can stay confidential throughout its processing, allowing valuable tasks to be conducted even when working with data stored in untrusted or distributed environments. In today’s world of distributed computing and heterogeneous networks, this capability is exceptionally important. +Homomorphic encryption is fundamentally designed to enable direct computation of data while it remains encrypted. This means the information can stay confidential throughout its processing, allowing valuable tasks to be conducted even when working with data stored in untrusted or distributed environments. In today’s world of distributed computing and heterogeneous networks, this capability is exceptionally important. A homomorphic cryptosystem shares similarities with other public-key encryption methods: it uses a public key for encryption and restricts decryption to the private key holder. Its key distinction, however, lies in its algebraic framework, which makes it possible to carry out various types of computations on the encrypted data itself. @@ -232,7 +232,7 @@ TFHE.allowThis(value8); ### Documentation -Check the documetation for a step by step guide how to run own +Check the documentation for a step-by-step guide on how to run your own - [Build and deploy smart contracts]