From d36bfcc5abdcd0f1c8b501f4e55d077d0fc0343c Mon Sep 17 00:00:00 2001 From: Matthew Ellison Date: Wed, 19 Sep 2018 11:42:38 -0400 Subject: [PATCH] Added author information --- makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/makefile b/makefile index 80616f3..22b079f 100644 --- a/makefile +++ b/makefile @@ -1,3 +1,8 @@ +#CipherStream/makefile +#Matthew Ellison +# Created: 4-25-18 +#Modified: 9-19-18 + #A list of the ciphers that can be used #This is used to create the libraries and for cpp files in the test version CIPHERS = Caesar Playfair Vigenere Atbash Morse Autokey