Readme and license

This commit is contained in:
Leonetienne
2021-12-06 03:20:02 +01:00
parent 13d2e87ebd
commit 5100270516
5 changed files with 151 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
# Compile single-header
deggl -i ../Feistel/*.cpp --out GhettoCipher --loc
deggl -i ../GhettoCrypt/*.cpp --out GhettoCipher --loc --license-file ../LICENSE
# Verify that this builds cleanly via g++
echo "Verifying build..."