psyfer/psyfer
Derek McQuay 757c1483b4 got guess function to work for example from book
it calculates (hard coded) the example from the book.  Next step is
making it take any string, calculate the character frequency and then do
the same calculation and print out top answers
2016-03-12 23:06:24 -08:00
..
aes.go fixed up typos from fixing goling stuff 2016-03-12 21:04:16 -08:00
aes_test.go fixed up typos from fixing goling stuff 2016-03-12 21:04:16 -08:00
guess.go got guess function to work for example from book 2016-03-12 23:06:24 -08:00
substitution.go 100% golint 2016-03-11 23:31:26 -08:00
transposition.go 100% golint 2016-03-11 23:31:26 -08:00
transposition_test.go edits to fix go_vet errors 2016-02-22 00:08:58 -08:00
vigenere.go updated golint error 2016-03-12 21:06:25 -08:00
vigenere_test.go implemented vigenere cipher and basic test 2016-03-12 21:04:59 -08:00