Skip to content

Commit b7ba04e

Browse files
authored
Update intro.md
1 parent 22c439a commit b7ba04e

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

contents/resources/intro.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ slug: /
1010

1111
[TensorFlow Federated: Machine Learning on Decentralized Data](https://www.tensorflow.org/federated)
1212

13-
## Federated Learning Frameworks
13+
### Federated Learning Frameworks
1414

1515
- [TensorFlow Federated (TFF)](https://github.com/tensorflow/federated)
1616

@@ -26,13 +26,17 @@ slug: /
2626

2727
- [A friendly, non-technical introduction to Differential Privacy](https://desfontain.es/privacy/friendly-intro-to-differential-privacy.html)
2828

29-
## Books
29+
### Books
3030

3131
- [The Algorithmic Foundations of Differential Privacy](https://www.cis.upenn.edu/~aaroth/Papers/privacybook.pdf) - [Cynthia Dwork](https://www.microsoft.com/en-us/research/people/dwork/) and [Aaron Roth](https://www.cis.upenn.edu/~aaroth/)
3232

3333
- [The Complexity of Differential Privacy](https://privacytools.seas.harvard.edu/files/privacytools/files/complexityprivacy_1.pdf) - [Salil Vadhan](https://salil.seas.harvard.edu/)
3434

35-
## Homomorphic Encryption (HE) and Fully Homomorphic Encryption (FHE)
35+
## Homomorphic Encryption (HE)
36+
37+
- [Introduction to Homomorphic Encryption](https://www.ayoub-benaissa.com/blog/introduction-to-homomorphic-encryption/)
38+
39+
### Fully Homomorphic Encryption (FHE)
3640

3741
- [Technical Perspective: A First Glimpse of Cryptography's Holy Grail](https://cacm.acm.org/magazines/2010/3/76275-technical-perspective-a-first-glimpse-of-cryptographys-holy-grail/fulltext)
3842

@@ -56,4 +60,7 @@ slug: /
5660

5761
- [A Survey of Noninteractive Zero Knowledge Proof System and Its Applications](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4032740/)
5862

59-
- [Zero Knowledge Proofs - Computerphile](https://www.youtube.com/watch?v=HUs1bH85X9I)
63+
- [Zero Knowledge Proofs - Computerphile](https://www.youtube.com/watch?v=HUs1bH85X9I)
64+
65+
# Synthetic Data
66+
# Secure Enclaves

0 commit comments

Comments
 (0)