feat: min code change linux support

This commit is contained in:
mk
2025-11-03 21:03:17 -03:00
parent 777a006792
commit 8d424b7210
19 changed files with 374 additions and 8 deletions

View File

@@ -6,6 +6,9 @@
#include <stdexcept>
#include <string>
#include <vector>
#ifdef __linux__
#include <cstdint>
#endif
class rijndael {
private: