Mark Dain I would have released my One Time Pad program but it looks like last minute a nasty bug appeared which I'm having a real hard time tracking down. Unfortunately I didn't use Git locally so I can't use bisect. Lesson learned; always use version control, even if you're keeping the code locally.
Eric What's it written in?
Login or register your account to reply
Mark Dain Go. What's really starting to make me angry is all my unit tests are passing. I literally cannot figure out why the function is failing. I'm going to leave this till tomorrow, else my stress levels are going to get too high.
Martijn Unit tests on an OTP? Isn't an OTP just a bitwise XOR? What are you testing for?
9y, 9w 1 reply