summaryrefslogtreecommitdiff
path: root/lib.c
AgeCommit message (Collapse)Author
2017-02-21added more frequent charactersBenedict
2017-02-21completed task6 nearly completlyBenedict
just a few characters are still wrong in the key. freqencies analysis has to be made more comprehensive
2017-02-21reimplemented task2Benedict
2017-02-21reorgantzied code into libaray fileBenedict
For every task you may create a new file and implenet the task there by using functions from the lib.c file. Added Makefile for the different tasks.