-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1650,6 +1650,7 @@ <h2 id="inroductory"><a class="header" href="#inroductory">Inroductory</a></h2> | |
<li><a href="https://blog.sunscreen.tech/an-intro-to-fully-homomorphic-encryption-for-engineers/">Sunscreen - intro to fhe for engineers</a></li> | ||
<li><a href="https://eprint.iacr.org/2022/1602">Survey on FHE and applications</a></li> | ||
<li><a href="https://www.youtube.com/watch?v=ih1vhywiKyE">Computing on encrypted data: Nigel Smart</a></li> | ||
<li><a href="https://tfhe.github.io/tfhe/coding.html">Hands on FHE</a></li> | ||
</ul> | ||
<h2 id="applications-2"><a class="header" href="#applications-2">Applications</a></h2> | ||
<ul> | ||
|
@@ -1665,6 +1666,7 @@ <h2 id="applications-2"><a class="header" href="#applications-2">Applications</a | |
<h2 id="implementations-2"><a class="header" href="#implementations-2">Implementations</a></h2> | ||
<ul> | ||
<li><a href="https://eprint.kobi.one/2022/1635">FPT: a Fixed-Point Accelerator for Torus Fully Homomorphic Encryption</a></li> | ||
<li><a href="https://eprint.iacr.org/2015/818.pdf">cuHE for GPU FHE</a></li> | ||
</ul> | ||
<h2 id="security"><a class="header" href="#security">Security</a></h2> | ||
<ul> | ||
|
@@ -1674,6 +1676,8 @@ <h2 id="security"><a class="header" href="#security">Security</a></h2> | |
</ul> | ||
</li> | ||
<li><a href="https://eprint.iacr.org/2015/046.pdf">On concrete hardness of LWE</a></li> | ||
<li><a href="https://eprint.iacr.org/2020/1533.pdf">Security of HE on AN</a></li> | ||
<li><a href="https://msp.org/obs/2020/4/p05.xhtml">On security of multivariate RLWE</a></li> | ||
</ul> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css" integrity="sha384-AfEj0r4/OFrOo5t7NnNe46zW/tFgW6x/bCJG8FqQCEo3+Aro6EYUG4+cU+KJWu/X" crossorigin="anonymous"> | ||
<h1 id="schemes-1"><a class="header" href="#schemes-1">Schemes</a></h1> | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.