Compare commits

..

8 Commits

Author SHA1 Message Date
justuser-31 90774b5b55 Restructure 2026-06-11 13:18:17 +03:00
justuser-31 5ccb0d8a56 Merge branch 'main' of ssh://git.del.pw:2222/justuser-31/just_simple_cryptography 2026-06-11 13:18:17 +03:00
justuser-31 64c41acf53 Change code style 2026-06-11 13:18:17 +03:00
justuser-31 d0d4fb056c Update README.md 2026-06-11 13:18:17 +03:00
justuser-31 79d59f41ea Outside declaration of botan path 2026-06-11 13:18:17 +03:00
justuser-31 368f28edc2 Update README.md 2026-06-11 13:18:17 +03:00
justuser-31 ec049ecb74 init 2026-06-11 13:18:17 +03:00
justuser-31 0e96de724f Initial commit 2026-06-11 13:18:17 +03:00
2 changed files with 1 additions and 1 deletions
View File
+1 -1
View File
@@ -1,4 +1,4 @@
#include "crypto_lib.cpp"
#include "crypto_lib.hpp"
#include <iostream>
#include <vector>
#include <string>