diff --git a/README.md b/README.md index 808c70e041..68e0791224 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@
- 📒 Documentation | 💛 Community support | 📚 FHE resources by Zama + 📃 Read Handbook | 📒 Documentation | 💛 Community support | 📚 FHE resources by Zama
@@ -158,6 +158,9 @@ to run in release mode with cargo's `--release` flag to have the best performanc ## Resources +### TFHE-rs Handbook +A document containing scientific and technical details about algorithms implemented into the library is available here: [TFHE-rs: A (Practical) Handbook](https://github.com/zama-ai/tfhe-rs-handbook/blob/main/tfhe-rs-handbook.pdf). + ### TFHE deep dive - [TFHE Deep Dive - Part I - Ciphertext types](https://www.zama.ai/post/tfhe-deep-dive-part-1) - [TFHE Deep Dive - Part II - Encodings and linear leveled operations](https://www.zama.ai/post/tfhe-deep-dive-part-2)