emiln / crypto-course

Various encryption functions for putting the Cryptography course into perspective and practical use.
GNU General Public License v3.0
0 stars 1 forks source link

Periodically failing tests #1

Closed emiln closed 10 years ago

emiln commented 10 years ago

Issue

The current approach to testing the Affine Cipher is to use such-that to ensure that the greatest common divisor of a and 26 is 1. This may fail to be satisfied within the 10 attempts.

Suggestions

emiln commented 10 years ago

This was fixed with pull request #4.