From fba801355bd8c4d7d57dadfa29362809a5a87b7f Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 18 Nov 2020 19:49:49 -0500 Subject: implement decryption adjust command-line to require no file names or exactly two, input and output remove -G and -R options specify device with -d option specify key (in hex) if necessary with -k option better warnings and errors throughout --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..d64d040 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "tiny-AES-c"] + path = tiny-AES-c + url = https://github.com/kokke/tiny-AES-c -- cgit v1.2.1