aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolden Rohrer <holden.rohrer@gmail.com>2019-10-21 22:13:26 -0400
committerHolden Rohrer <holden.rohrer@gmail.com>2019-10-21 22:13:26 -0400
commit52d0f6314cecee2403858bd44c362b9dfe1ecf34 (patch)
tree5604aa54419a17c62bfc32510b7a65be3984c5e0
parent6fe1fe2b715c227fa12a667681aaac15428d6d0e (diff)
RSA section
-rw-r--r--format.tex4
-rw-r--r--progress/RSA.tex4
-rw-r--r--progress/progress.pdfbin62550 -> 65957 bytes
-rw-r--r--progress/progress.tex6
4 files changed, 10 insertions, 4 deletions
diff --git a/format.tex b/format.tex
index f35624a..4668b2e 100644
--- a/format.tex
+++ b/format.tex
@@ -35,5 +35,5 @@ Livshyts
\def\thesubsection#1{\vskip .15\hsize\goodbreak\vskip -.15\hsize\medskip\noindent{\twelverm\the\sections.\the\subsections\ #1\medskip}}
%% Modular Sections
-\def\include#1\par{\section #1\par\par\input #1\relax}
-\def\sinclude#1\par{\subsection #1\par\par\input #1\relax}
+\def\include#1:#2\par{\section #1\par\par\input #2\relax}
+\def\sinclude#1:#2\par{\subsection #1\par\par\input #2\relax}
diff --git a/progress/RSA.tex b/progress/RSA.tex
new file mode 100644
index 0000000..67d57c6
--- /dev/null
+++ b/progress/RSA.tex
@@ -0,0 +1,4 @@
+Perhaps the most famous public-key cryptosystems algorithm is the RSA algorithm. This algorithm makes use of the difficulty to determine the prime factorization of large numbers, the infinite number of primes in existence, Euler’s theorem, and the Euclidean Algorithm to encrypt communication. The RSA algorithm is an asymmetric (two keys) cryptographic algorithm, and can also be classified as public-key cryptography, as it involves the general knowledge of one of the keys.
+
+As computer power and shortcuts to factorize large numbers become more efficient as we progress through the 21st century, the rapid increase of the magnitude of the large primes is necessary to keep encryptions secure. Decryption on the receiving end of the encrypted message uses a variety of techniques to decrypt the message efficiently, including the Chinese Remainder Theorem.
+
diff --git a/progress/progress.pdf b/progress/progress.pdf
index e897b86..23dc2c7 100644
--- a/progress/progress.pdf
+++ b/progress/progress.pdf
Binary files differ
diff --git a/progress/progress.tex b/progress/progress.tex
index dd92573..7a7269f 100644
--- a/progress/progress.tex
+++ b/progress/progress.tex
@@ -1,8 +1,10 @@
\input ../format
\titlesub{Part 2: Progress Report}{Topic: Distributed Systems Integrity and Correctness}
-\include Overview
+\include Overview:Overview
-\include Products
+\include Products:Products
+
+\include RSA Algorithm:RSA
\bye