From f63f282d8684144ac0ae6e10613891e10797aedf Mon Sep 17 00:00:00 2001 From: Quentin Bourgerie Date: Wed, 13 Nov 2024 11:04:58 +0100 Subject: [PATCH] doc(frontend): Remove sha256 in README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 5193409e49..5bf65c4579 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,6 @@ assert result == add(2, 6) - [[Video tutorial] 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) - [The Encrypted Game of Life in Python Using Concrete](https://www.zama.ai/post/the-encrypted-game-of-life-using-concrete-python) - [Encrypted Key-value Database Using Homomorphic Encryption](https://www.zama.ai/post/encrypted-key-value-database-using-homomorphic-encryption) -- [SHA-256 Implementation Using Concrete](https://github.com/zama-ai/concrete/blob/main/frontends/concrete-python/examples/sha256/sha256.ipynb) *Explore more useful resources in [Concrete tutorials](https://docs.zama.ai/concrete/v/main-1/tutorials/see-all-tutorials) and [Awesome Zama repo](https://github.com/zama-ai/awesome-zama?tab=readme-ov-file#concrete). If you have built awesome projects using Concrete, please let us know and we will be happy to showcase them here!*