From 1444c72db8505340c0988ea286a29bc261297933 Mon Sep 17 00:00:00 2001 From: "@syxhe" Date: Mon, 9 Jun 2025 17:43:50 -0500 Subject: We do a little documentation --- src/encryption.c | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/encryption.c') diff --git a/src/encryption.c b/src/encryption.c index 89448e8..fd42929 100644 --- a/src/encryption.c +++ b/src/encryption.c @@ -1,3 +1,14 @@ +/** + * @file encryption.c + * @author syxhe (https://t.me/syxhe) + * @brief *Implementing `encryption.h`* + * @version 0.1 + * @date 2025-06-09 + * + * @copyright Copyright (c) 2025 + * + */ + // TODO: Go back and make sure every function has proper error handling // Oh fucking christ what have I done // I need to make sure every single function in this file returns with an indicated error instead of nuking the whole program with -- cgit v1.2.3