Update for 09-11-21 15:00

This commit is contained in:
Tyler Perkins 2021-11-09 15:00:01 -05:00
parent 5d644fa6a6
commit c75096182f
1 changed files with 3 additions and 0 deletions

View File

@ -11,3 +11,6 @@ Where x is some number corresponding to a letter, 0-25. a and b are variables.
To decipher, the formula is of form
f(y) = a^-1(y - b) mod 26
Where y is the ciphertext value, and a^-1 is the modular multiplicative inverse
of a