# References

This page collects the external resources used while writing this handbook.\
Wherever possible, we prefer **primary sources** (original papers, official documentation, and authoritative blog posts).

***

1. <https://cryptographycaffe.sandboxaq.com/posts/fhe-01/>
2. <https://zama.org/post/homomorphic-encryption-101>
3. <https://jeremykun.com/2024/05/04/fhe-overview/#lwe-and-rlwe>
4. <https://youtu.be/J03UE89Qw8E?si=ubBsORiBaIpKILR4> (By Bill Buchanan)
5. <https://youtu.be/npoHSR6-oRw?si=Me6wtnRfEngntNAN> (TFHE Deep Dive by Ilaria Chillotti)
6. <https://zama.org/post/tfhe-deep-dive-part-1> (All 4 parts)
7. <https://youtube.com/watch?v=LV606ZmVsfE> (Speedrunning TFHErs David Wong )
8. <https://github.com/zama-ai/tfhe-rs-handbook/blob/main/tfhe-rs-handbook.pdf> (TFHE-rs: A (Practical) Handbook By Zama)
9. "The Beginner’s Textbook for Fully Homomorphic Encryption" for deeper math (<https://arxiv.org/pdf/2503.05136>)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sabanaku77.gitbook.io/fhe-handbook-for-beginners/references.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
