diff options
author | Jakob Kaivo <jkk@ung.org> | 2020-11-18 19:49:49 -0500 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2020-11-18 19:49:49 -0500 |
commit | fba801355bd8c4d7d57dadfa29362809a5a87b7f (patch) | |
tree | 6f58df6def82b5bb0d1dfab180aacf7a513a55cf /.gitmodules | |
parent | 78d6a052fc6431ad45ff3a24461fd7744a3c1c28 (diff) |
implement decryptiondeonebook
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
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
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 |