Initial commit

This commit is contained in:
2019-05-14 13:27:11 +02:00
commit 75fb7278c9
11 changed files with 460 additions and 0 deletions

7
meson.build Normal file
View File

@@ -0,0 +1,7 @@
project('secutech', 'cpp')
executable('secutech',
'main.cpp',
'aes.cpp',
'profiler.cpp',
)