In depth tutorial/understanding of core-crypto

I need to work with the core_crypto library for something that im working on but being a complete newbie to low level TFHE, and FHE in general, Im finding it very difficult to do so. Are there any materials online that I can refer to for it? I have gone through the documentation’s TFHE- deep dive series of blogs but I find that theyre not very sufficient for me to get a working understanding of the lower levels of the library and scheme.

Hi @Aman_Savaria,

You may want to take a look at the TFHE-rs handbook, which should help you better understand both TFHE and the TFHE-rs codebase:

https://github.com/zama-ai/tfhe-rs-handbook/blob/main/tfhe-rs-handbook.pdf

Don’t hesitate to reach out again if you have any questions.

Cheers,
J-B