Lecture 1 Flashcards

1
Q

How is a positive integer denoted?

A

N

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How is a prime denoted?

A

p

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is Zn?

A

The set of integers (0, 1, …, N-1}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How do we return to the correct range of Zn values?

A

Add or subtract k.N to get back into the range.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is Zm?

A

Modulus which is:

  1. An abelian group, which means all modular arithmetic will give security in consistent results.
  2. A ring, meaning these operations will be well-behaved, always working correctly and maintaining the mathematical structure and environment.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is Bezout’s identity?

A

For all non-zero x, y in Z, there exists a,b in Z such that

ax + by = gcd(x, y)

GCD = greatest common divisor

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is an efficient algorithm to find GCDs?

A

Extended Euclidian Algorithm

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How can GCDs be found with Sage?

A

do this

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly