From e2c1e341b21345d082acb7949c8c7d12c3a2c292 Mon Sep 17 00:00:00 2001
From: night0721 <night@night0721.xyz>
Date: Fri, 28 Feb 2025 13:59:27 +0000
Subject: [PATCH] Add sha256 implmentation url in readme

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 70872f2..0b9ab38 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,7 @@
 Each commit is treated as a block in the chain, containing hashes of diffs and the references to parent commits.
 It ensures the repository history is immutable, preventing unnoticable malicious modification through historical commits.
 
+[SHA256 Implementation](https://github.com/ilvn/SHA256)
 # Concept
 
 **With high regards to [Martin](https://github.com/wmartinmimi)**