Skip to content

Commit

Permalink
fix(ci): avoid the duplicated repository
Browse files Browse the repository at this point in the history
  • Loading branch information
bcm-at-zama committed Jul 30, 2024
1 parent 95d48e1 commit 228a162
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"\n",
"This is an interactive tutorial of an Encrypted Key Value Database. The database allows for three operations, **Insert, Replace, and Query**. All the operations are implemented as fully-homomorphic encrypted circuits.\n",
"\n",
"In `examples/key-value-database/`, you will find the following files:\n",
"In `frontends/concrete-python/examples/key_value_database/`, you will find the following files:\n",
"\n",
"- `static-size.py`: This file contains a static size database implementation, meaning that the number of entries is given as a parameter at the beginning.\n",
"- `dynamic-size.py`: This file contains a dynamic size database implementation, meaning that the database starts as a zero entry database, and is grown as needed.\n",
Expand Down

0 comments on commit 228a162

Please sign in to comment.