Implement commits

This commit is contained in:
womax
2024-05-30 06:51:27 +02:00
parent 135dd8d4eb
commit d20d295817
17 changed files with 709 additions and 331 deletions

View File

@@ -1,6 +1,8 @@
#ifndef INCLUDES_H
#define INCLUDES_H
#define DIGEST_LENGTH 20
#ifdef DEBUG
#define debug_print(X, ...) \
printf("[DEBUG] %s:%d: ", __FILE__, __LINE__); \