mirror of
https://github.com/zama-ai/concrete.git
synced 2026-01-21 18:57:56 -05:00
32 lines
2.4 KiB
Markdown
32 lines
2.4 KiB
Markdown
# See all tutorials
|
|
|
|
### Start here 
|
|
|
|
* [Part I - Concrete, Zama's Fully Homomorphic Encryption Compiler](https://www.zama.ai/post/zama-concrete-fully-homomorphic-encryption-compiler) 
|
|
* [Part II - The Architecture of Concrete, Zama's Fully Homomorphic Encryption Compiler Leveraging MLIR](https://www.zama.ai/post/the-architecture-of-concrete-zama-fully-homomorphic-encryption-compiler-leveraging-mlir)
|
|
|
|
### Go further
|
|
|
|
#### Code examples on GitHub
|
|
|
|
* [Floating points](../../frontends/concrete-python/examples/floating_point/floating_point.ipynb)
|
|
* [Key value database](../../frontends/concrete-python/examples/key_value_database/key_value_database.ipynb)
|
|
* [SHA-256 ](../../frontends/concrete-python/examples/sha256/sha256.ipynb)
|
|
* [Game of Life](../../frontends/concrete-python/examples/game_of_life/README.md)
|
|
* [XOR distance](../../frontends/concrete-python/examples/xor_distance/README.md)
|
|
* [SHA1 with Modules](../../frontends/concrete-python/examples/sha1/README.md)
|
|
* [Levenshtein distance with Modules](../../frontends/concrete-python/examples/levenshtein_distance/README.md)
|
|
|
|
#### Blog tutorials
|
|
|
|
* [The Encrypted Game of Life in Python Using Concrete](https://www.zama.ai/post/the-encrypted-game-of-life-using-concrete-python) - November 2023
|
|
* [Encrypted Key-value Database Using Homomorphic Encryption](https://www.zama.ai/post/encrypted-key-value-database-using-homomorphic-encryption) - March 2023
|
|
|
|
#### Video tutorials
|
|
* [Compute an XOR distance in FHE using Concrete](https://www.zama.ai/post/video-tutorial-compute-an-xor-distance-in-fhe-using-concrete) - May 2024
|
|
* [Speed up neural networks with approximate rounding using Concrete](https://www.zama.ai/post/video-tutorial-speed-up-neural-networks-with-approximate-rounding-using-concrete) - May 2024
|
|
* [Compile composable functions with Concrete](https://www.zama.ai/post/video-tutorial-compile-composable-functions-with-concrete) - February 2024
|
|
* [How to use dynamic table look-ups using Concrete](https://www.zama.ai/post/video-tutorial-how-to-use-dynamic-table-look-ups-using-concrete) - October 2023
|
|
* [Dive into Concrete - Zama's Fully Homomorphic Encryption Compiler](https://www.zama.ai/post/video-tutorial-dive-into-concrete-zamas-fully-homomorphic-encryption-compiler) - October 2023
|
|
* [How To Get Started With Concrete - Zama's Fully Homomorphic Encryption Compiler](https://www.zama.ai/post/how-to-started-with-concrete-zama-fully-homomorphic-encryption-compiler) - July 2023
|