From 7b7e48f985e357536d4c45e40bb6d18185140178 Mon Sep 17 00:00:00 2001
From: night0721 <night@night0721.xyz>
Date: Fri, 28 Feb 2025 14:00:37 +0000
Subject: [PATCH] Add aes and blake2b implementation url in readme

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

diff --git a/README.md b/README.md
index 93321d8..85eda49 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,8 @@ export APM_KEY=~/secret/apm_key
 
 `APM_DIR` is the directory where passwords are stored and `APM_KEY` is the path to the master key file.
 
+[AES256 Implementation](https://github.com/halloweeks/AES-256-CBC) [Blake2b Implementation](https://github.com/jamesvan2019/blake2b_c)
+
 # Usage
 ```
 Usage: apm [-vhL] [[-e | -R | -I | -Q] <password>] [-M <file>] [-G <password> <length>]