-
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
5 changed files
with
60 additions
and
32 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# Fully Homomorphic Encryption | ||
|
||
## [Articles](https://github.com/ingonyama-zk/ingopedia/blob/Otsars-patch/src/introfhe.md) | ||
## [Articles](./introfhe.md) | ||
|
||
## [Schemes](https://github.com/ingonyama-zk/ingopedia/blob/Otsars-patch/src/schemesfhe.md) | ||
## [Schemes](./schemesfhe.md) | ||
|
||
## [Libraries](https://github.com/ingonyama-zk/ingopedia/blob/Otsars-patch/src/fhelibraries.md) | ||
## [Libraries](./fhelibraries.md) | ||
|
||
## [Mathematics](https://github.com/ingonyama-zk/ingopedia/blob/Otsars-patch/src/mathfhe.md) | ||
## [Mathematics](./mathfhe.md) |
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
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 |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# Lattice based cryptography | ||
|
||
## General | ||
|
||
- [Reference repository for Lattice based cryptography](https://thelatticeclub.com) | ||
- [Lattice based cryptography - Micciancio and Regev](https://cims.nyu.edu/~regev/papers/pqc.pdf) | ||
- [A decade of Lattice cryptography - Peikert](https://eprint.iacr.org/2015/939.pdf) | ||
- [Survey of polynomial multiplications for lattice based cryptosystems](https://eprint.iacr.org/2023/1962.pdf) | ||
|
||
### Lecture series/Conferences | ||
|
||
- [Lattices algorithms and complexity bootcamp](https://www.youtube.com/playlist?list=PLgKuh-lKre10rqiTYqJi6P4UlBRMQtPn0) | ||
- [Computational challenges in the theory of lattices](https://icerm.brown.edu/programs/sp-s18/w4/) | ||
- [Lattices LWE and PQC - Vinod Vaikuntanathan](https://people.csail.mit.edu/vinodv/CS294/) | ||
|
||
## Lattice problems | ||
|
||
- [on BDD USVP and minmum distance problem](https://slideplayer.com/slide/13543875/) | ||
- [Fine grained hardness of Lattice problems](https://blog.simons.berkeley.edu/2020/05/fine-grained-hardness-of-lattice-problems-open-questions/) | ||
|
||
### Learning With Errors (LWE) | ||
|
||
- [On lattices LWE, RLC and cryptography - Regev](https://arxiv.org/abs/2401.03703) | ||
- [On concrete hardness of LWE](https://eprint.iacr.org/2015/046.pdf) | ||
- [Variants of LWE - thesis](https://pure.royalholloway.ac.uk/ws/portalfiles/portal/36929800/2020deoraiphd.pdf) | ||
- [The Learning with Errors Problem](https://cims.nyu.edu/~regev/papers/lwesurvey.pdf) | ||
- [RLWE in polynomial rings](https://eprint.iacr.org/2012/235) | ||
- [RLWE in any number field](https://eprint.iacr.org/2017/258) | ||
- [Pseudorandomness of RLWE for any ring and modulus](https://eprint.iacr.org/2017/258) | ||
|
||
### Short Integer Solution (SIS) | ||
|
||
- [Generating hard instances of lattice problems - Ajtai](https://dl.acm.org/doi/pdf/10.1145/237814.237838) | ||
- [Relationships between LWE and SIS](https://www.youtube.com/watch?v=H3trFEeJ2Wg) | ||
- [Ring SIS and ideal lattices - notes](https://people.csail.mit.edu/vinodv/6876-Fall2018/RingSISclass.pdf) | ||
- [Lattice cryptography and SIS problem](https://crypto.stanford.edu/cs355/18sp/lec9.pdf) | ||
|
||
### Security | ||
|
||
- [Lattice based attacks](https://blog.simons.berkeley.edu/2020/04/lattice-blog-reduction-part-i-bkz/) | ||
- [Lattice estimator](https://github.com/malb/lattice-estimator) | ||
|
||
## Cryptographic schemes built on Lattice based cryptography | ||
|
||
- [Fully Homomorphic Encryption](./introfhe.md) |
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