Beta

Crypto Square

Description
Loading description...
Cryptography
Puzzles
Algorithms
Fundamentals
  • Please sign in or sign up to leave a comment.
  • Voile Avatar
    • What should size return? r or c?
    • Test is very, very lacking
    • No random tests
  • JohanWiltink Avatar

    You had a Test.assertEquals in the Example tests comparing arrays, which won't work. I changed that to assertDeepEquals.

    Any chance of random tests?

    • Lusina Avatar

      Thank you, I changed in the final tests, forgot to change that in the example tests. Not at the moment, you can add them if you like.