From e815c9f818d268f697b7022e46fdf2771bc8f68c Mon Sep 17 00:00:00 2001 From: go outside helper <138340846+YnQzZ2w@users.noreply.github.com> Date: Wed, 31 Jan 2024 18:30:09 +0100 Subject: [PATCH] add vitalik's post on homomorphic encryption --- magick-py/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magick-py/README.md b/magick-py/README.md index 950babb..e79e97f 100644 --- a/magick-py/README.md +++ b/magick-py/README.md @@ -54,7 +54,7 @@ c = m0 ⌖ k0
-> 💡 *in a more formal definition, **homomorphic encryption** is a form of encryption with evaluation capability for computing over encrypted data without access to the secret key, i.e., supporting arbitrary computation on ciphers. **fully homomorphic encryption** could be said to be the evaluation of arbitrary circuits of multiple types of (unbounded depth) gates (relevant to zero-knowledge proof setups).* +> 💡 *in a more formal definition, **homomorphic encryption** is a form of encryption with evaluation capability for computing over encrypted data without access to the secret key, i.e., supporting arbitrary computation on ciphers. **fully homomorphic encryption** could be said to be the evaluation of arbitrary circuits of multiple types of (unbounded depth) gates (relevant to zero-knowledge proof setups). also, check out [vitalik's post on the subject](https://vitalik.eth.limo/general/2020/07/20/homomorphic.html).*