Extract ciphers out into new respective classes
Opened this issue · 4 comments
omjego commented
Extract out all the cipher functions into new classes.
surajtripathy07 commented
Hi, can you explain a bit more on what needs to be done here.. I can see that there is src/ciphers/Ciphers.java file, do you need to extract the public functions into new classes..
If so, why?
If not, please explain
omjego commented
Ideally there should be a ciphers package which should include classes for each cipher. Right now its a cipher class which has methods for each cipher.
surajtripathy07 commented
I'll pick this up
omjego commented
Sure. Go ahead.