Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
add vitalik's post on homomorphic encryption
Browse files Browse the repository at this point in the history
  • Loading branch information
go-outside-helper committed Jan 31, 2024
1 parent c2efa11 commit e815c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magick-py/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ c = m0 ⌖ k0

<br>

> 💡 *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).*
<br>

Expand Down

0 comments on commit e815c9f

Please sign in to comment.