Moved git root and added deggl-build environment

This commit is contained in:
Leonetienne
2021-12-06 02:58:35 +01:00
parent 719bd5b7db
commit 13d2e87ebd
23 changed files with 1144 additions and 1 deletions

7
INCLUDE/generate.sh Normal file
View File

@@ -0,0 +1,7 @@
# Compile single-header
deggl -i ../Feistel/*.cpp --out GhettoCipher --loc
# Verify that this builds cleanly via g++
echo "Verifying build..."
g++ GhettoCipher.cpp -c -S -o - -Wall > /dev/null
echo "If you saw no compiler errors, everything's good!"