Skip to main content
\( \newcommand{\lt}{<} \newcommand{\gt}{>} \newcommand{\amp}{&} \)

Section1Basic Text

The purpose of this file is to let you see what a document typeset in Mathbook XML looks like. This is by no means a complete sample of all of the possibilities of this system.

Definition1.1RSA Encryption System

Given two primes \(p\) and \(q\) we encipher a message \(M\) using the RSA Encryption System by calculating \begin{equation*} C\equiv M^e \pmod{n} \end{equation*} where \(n=p\cdot q\) and \(e\) is the public enciphering key which must be relatively prime to \(\phi(n)\text{.}\)