Skip to content

Commit 134aabd

Browse files
committed
Issues from Github 2019.04.19
1 parent 1aa1a63 commit 134aabd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ch01.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -505,10 +505,10 @@ include::code-ch01/answers.py[tag=exercise4,indent=0]
505505

506506
include::code-ch01/answers.py[tag=exercise5,indent=0]
507507

508-
.Why Fields Are Prime
508+
.Why Prime Fields are Useful
509509
[NOTE]
510510
====
511-
The answer to Exercise 5 is why fields have to have a _prime_ power number of elements.
511+
The answer to Exercise 5 is why we choose to use finite fields with a _prime_ number of elements.
512512
No matter what _k_ you choose, as long as it's greater than 0, multiplying the entire set by _k_ will result in the same set as you started with.
513513
514514
Intuitively, the fact that we have a prime order results in every element of a finite field being equivalent.

ch03.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Being able to do the same equation but with different definitions for the basic
8787

8888
We've already coded the two classes that we need to implement elliptic curve points over a finite field.
8989
However, to check our work, it will be useful to create a test suite.
90-
We will do this using the results of Exercise 2:
90+
We will do this using the results of Exercise 1:
9191

9292
[source,python]
9393
----

preface.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ This element signifies a general note.
206206

207207
[WARNING]
208208
====
209-
This element indicates a waning or caution.
209+
This element indicates a warning or caution.
210210
====
211211

212212
=== Using Code Examples

0 commit comments

Comments
 (0)