Update for 06-04-22 11:45

This commit is contained in:
Tyler Perkins 2022-04-06 11:45:01 -04:00
parent 42c761ab8a
commit 56187827b4
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ All LFSRs are cyclical in nature, and after a set amount of time will repeat
back into themselves. The initial state of the bits in the LFSR is called the back into themselves. The initial state of the bits in the LFSR is called the
seed. seed.
The maximum period for a _n_ bit shift register is The maximum period for a _n_ bit shift register is
2^n - 1 2^n - 1

View File

@ -42,7 +42,7 @@ Hiding information
=== Math for Crypto === === Math for Crypto ===
* [[../math/congruences|Congruneces]] * [[congruences|Congruneces]]
* [[modular_exponentiation|Modular Exponentiation]] * [[modular_exponentiation|Modular Exponentiation]]
------------------- -------------------

View File

@ -30,7 +30,7 @@ We make some assumptions
* word divisions are not preserved * word divisions are not preserved
* use frequency analysis to guess high frequency letters * use frequency analysis to guess high frequency letters
- E E N O R I A S are 70% of letters in english - E E N O R I A S are 70% of letters in english
* identify * identify
- vowels - vowels
- diagraphs (common combos of letters ie TH) - diagraphs (common combos of letters ie TH)
* Use cribs * Use cribs