I am a math tutor at a community college, and I stopped in to ask one of the professors a question about crypto and he lent me a graduate level book on for a full year course in the title of this post. The book is way over my head, and assumes you already have taken elementary number theory and abstract algebra. I'm not asking for a crash course, but more of a syllabus for the crash course on which topics to cover so I can handle this book. Does anyone have any suggestions or questions about clarification? EDIT I am already strong in probability/statistics. The book is A Course in Number Theory and Cryptography. Springer-Verlag publishing. Trig and snippets of calculus are how far I have gotten. Do I need to learn the entirety of the prerequisite classes or can I get away with certain chapters/sections. I assume certain chapters feed into crypto while others feed into different topics.
2026-03-26 22:12:57.1774563177
Number Theory and Cryptography
1.2k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
Related Questions in ABSTRACT-ALGEBRA
- Feel lost in the scheme of the reducibility of polynomials over $\Bbb Z$ or $\Bbb Q$
- Integral Domain and Degree of Polynomials in $R[X]$
- Fixed points of automorphisms of $\mathbb{Q}(\zeta)$
- Group with order $pq$ has subgroups of order $p$ and $q$
- A commutative ring is prime if and only if it is a domain.
- Conjugacy class formula
- Find gcd and invertible elements of a ring.
- Extending a linear action to monomials of higher degree
- polynomial remainder theorem proof, is it legit?
- $(2,1+\sqrt{-5}) \not \cong \mathbb{Z}[\sqrt{-5}]$ as $\mathbb{Z}[\sqrt{-5}]$-module
Related Questions in ELEMENTARY-NUMBER-THEORY
- Maximum number of guaranteed coins to get in a "30 coins in 3 boxes" puzzle
- Interesting number theoretical game
- How do I show that if $\boldsymbol{a_1 a_2 a_3\cdots a_n \mid k}$ then each variable divides $\boldsymbol k $?
- Using only the digits 2,3,9, how many six-digit numbers can be formed which are divisible by 6?
- Algebra Proof including relative primes.
- How do I show that any natural number of this expression is a natural linear combination?
- Counting the number of solutions of the congruence $x^k\equiv h$ (mod q)
- algebraic integers of $x^4 -10x^2 +1$
- What exactly is the definition of Carmichael numbers?
- Number of divisors 888,888.
Related Questions in SOFT-QUESTION
- Reciprocal-totient function, in term of the totient function?
- Ordinals and cardinals in ETCS set axiomatic
- Does approximation usually exclude equality?
- Transition from theory of PDEs to applied analysis and industrial problems and models with PDEs
- Online resources for networking and creating new mathematical collaborations
- Random variables in integrals, how to analyze?
- Could anyone give an **example** that a problem that can be solved by creating a new group?
- How do you prevent being lead astray when you're working on a problem that takes months/years?
- Is it impossible to grasp Multivariable Calculus with poor prerequisite from Single variable calculus?
- A definite integral of a rational function: How can this be transformed from trivial to obvious by a change in viewpoint?
Related Questions in CRYPTOGRAPHY
- What exactly is the definition of Carmichael numbers?
- What if Eve knows the value of $S$ in digital signiture?
- Relative prime message in RSA encryption.
- Encryption with $|K| = |P| = |C| = 1$ is perfectly secure?
- Cryptocurrency Math
- DLP Relationship of primitive roots $\pmod{p}$ with $p$ and $g$
- Hints to prove $2^{(p−1)/2}$ is congruent to 1 (mod p) or p-1 (mod p)
- Period of a binary sequence
- generating function / stream cipher
- RSA, cryptography
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
The Graduate Texts in Mathematics brand is a good brand. They're generally pretty easy reads for textbooks. I looked at the Table of Contents on Amazon, and it looks pretty self-contained. Though since it's geared at graduate students and advanced undergraduates, I can understand why you might feel the coverage is insufficient.
I think the table of contents for chapters 1-2 provide a good study guide, if you don't find the book's treatment sufficient. Number Theory is the study of the integers. It sounds intimidating, but you've really been doing it at some level since grade school. Remember long division where you have remainders? That's what modular arithmetic encapsulates. A lot of basic number theory deals with divisibility. In terms of a good extra reference, I think a Kenneth Rosen's Elementary Number Theory text is a good book for this. It will also address other topics like quadratic residues and the discrete log problem. I'm pretty sure there is coverage of RSA and a couple other cryptosystems in there.
In terms of the Abstract Algebra, the big hitter is with finite fields. To understand what a field is, you first have to understand what a group is. A group is a set of elements with an associative operation. There is a unique identity in the group and every element in the group is invertible. So the integers over addition form a group. Here, the identity element is $0$. A group is called Abelian if the operator is commutative. That is, for all $a, b \in G$, $a + b = b + a$. So the integers over addition are commutative.
Now a field is a set of elements has two operations. We will call them addition and multiplication. The field is an Abelian group over addition. We refer to $0$ as the additive identity. The field is also an Abelian group over multiplication, but we ignore $0$ in the considerations. The identity on multiplication is $1$. Some good examples of fields are the real numbers, rational numbers, complex numbers, and $\mathbb{Z}_{p}$ (for $p$ a prime). If you look at the reals, note that $r * \frac{1}{r} = 1$, right? So $\frac{1}{r}$ is the multiplicative inverse of $r$. Notice that we cannot consider $0$ for multiplicative inverses as we cannot divide by $0$. The reals are invertible on addition just as the integers are.
In terms of books, Durbin's Modern Algebra text is a very introductory textbook, geared more towards sophomores and inexperienced juniors in mathematics. You may find it helpful and not so intimidating.
Hope this helps give you some direction and insights into what you're studying. Best of luck!