[Kernel] XeCryptAes using openluopworld/aes_128

This commit is contained in:
Triang3l
2019-04-14 18:08:07 +03:00
parent 88bb173c9d
commit 85e26c5dde
6 changed files with 147 additions and 0 deletions

15
third_party/aes_128.lua vendored Normal file
View File

@@ -0,0 +1,15 @@
group("third_party")
project("aes_128")
uuid("b50458bf-dd83-4c1a-8cad-61f5fbbfd720")
kind("StaticLib")
language("C")
defines({
"_LIB",
})
includedirs({
"aes_128",
})
files({
"aes_128/aes.h",
"aes_128/unroll/aes.c",
})