Skip to content

Commit a00f17f

Browse files
authored
Updates to README.md for BGV_country_db_lookup
Fixes for typos in README.md for BGV_country_db_lookup
1 parent c7412ff commit a00f17f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/BGV_country_db_lookup/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ small dataset was needed to ensure timely responses and that it was relevant
2525
for all users.
2626

2727
## Walk-through of How This Example Works
28-
Here we present a detailed description of the algorithm used to performed a
29-
privacy preserving database lookup. This simple algorith also demonstrates
30-
many of the basic constructs utilized in more comples homomorphic encryption
28+
Here we present a detailed description of the algorithm used to perform a
29+
privacy preserving database lookup. This simple algorithm also demonstrates
30+
many of the basic constructs utilized in more complex homomorphic encryption
3131
based applications.
3232

3333
Before we begin, we note the boxes shown in the images below represent
@@ -86,7 +86,7 @@ one, `E(1)`, otherwise.
8686
Next we use the previously calculated results of the FLT operation and minus
8787
this value from `1`. This value of `1` can be in the clear as any operation
8888
between a ciphertext and a plaintext results in a ciphertext. This has the
89-
affect of mapping any non-zero value to zero and zero to one. Thus we obtain
89+
effect of mapping any non-zero value to zero and zero to one. Thus we obtain
9090
the masks that we require from the comparison algorithm. Consider the 3rd entry
9191
of the database matched the query then applying `f(x)` to the differences would
9292
produce the results as shown below.

0 commit comments

Comments
 (0)