Hacker News new | ask | show | jobs
by kuriraisu 5286 days ago
Yes. Use the modulus implementation of the vignere cypher. Then look up how C and python handle modulus.
1 comments

The latter half of the challenge was much more interesting to me. I'm a C/Python guy but didn't know the subtle language difference here. Additionally, in figuring out the difference, I learned that the C implementation takes almost the same # of characters as the python one..