diff options
| author | @syxhe <https://t.me/syxhe> | 2025-06-09 17:43:50 -0500 |
|---|---|---|
| committer | @syxhe <https://t.me/syxhe> | 2025-06-09 17:51:14 -0500 |
| commit | 1444c72db8505340c0988ea286a29bc261297933 (patch) | |
| tree | 22d52285ab36b440d02b20aa5f680c75c0c0dbaf /src/encryption.c | |
| parent | 682c6e29e5b2546ff586a55cea8b81a8c072d3ee (diff) | |
We do a little documentation
Diffstat (limited to 'src/encryption.c')
| -rw-r--r-- | src/encryption.c | 11 |
1 files changed, 11 insertions, 0 deletions
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 @@ | |||
| 1 | /** | ||
| 2 | * @file encryption.c | ||
| 3 | * @author syxhe (https://t.me/syxhe) | ||
| 4 | * @brief *Implementing `encryption.h`* | ||
| 5 | * @version 0.1 | ||
| 6 | * @date 2025-06-09 | ||
| 7 | * | ||
| 8 | * @copyright Copyright (c) 2025 | ||
| 9 | * | ||
| 10 | */ | ||
| 11 | |||
| 1 | // TODO: Go back and make sure every function has proper error handling | 12 | // TODO: Go back and make sure every function has proper error handling |
| 2 | // Oh fucking christ what have I done | 13 | // Oh fucking christ what have I done |
| 3 | // I need to make sure every single function in this file returns with an indicated error instead of nuking the whole program with | 14 | // I need to make sure every single function in this file returns with an indicated error instead of nuking the whole program with |
