Skip to content

Commit 5459b61

Browse files
committed
typos
1 parent 7fc9052 commit 5459b61

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

doc/kryptools.ipynb

+8-8
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
{
5454
"data": {
5555
"text/plain": [
56-
"3 (mod 5)"
56+
"3"
5757
]
5858
},
5959
"execution_count": 2,
@@ -82,7 +82,7 @@
8282
{
8383
"data": {
8484
"text/plain": [
85-
"0 (mod 5)"
85+
"0"
8686
]
8787
},
8888
"execution_count": 3,
@@ -103,7 +103,7 @@
103103
{
104104
"data": {
105105
"text/plain": [
106-
"2 (mod 5)"
106+
"2"
107107
]
108108
},
109109
"execution_count": 4,
@@ -429,7 +429,7 @@
429429
"id": "bea6a5f6-911f-4154-95c1-8e841d8a0930",
430430
"metadata": {},
431431
"source": [
432-
"Since it equals $+1$ the number has a [quadratic residue](https://en.wikipedia.org/wiki/Quadratic_residue) and has a square root modulo the prime $7$"
432+
"Since it equals $+1$ the number is a [quadratic residue](https://en.wikipedia.org/wiki/Quadratic_residue) and has a square root modulo the prime $7$"
433433
]
434434
},
435435
{
@@ -591,7 +591,7 @@
591591
{
592592
"data": {
593593
"text/plain": [
594-
"[57, 1579]"
594+
"[3, 19, 1579]"
595595
]
596596
},
597597
"execution_count": 18,
@@ -610,7 +610,7 @@
610610
"id": "450c25e8-1654-4177-9de3-1c4f8d41024a",
611611
"metadata": {},
612612
"source": [
613-
"Pollard $p-1$ (in this case no factor is found)"
613+
"Pollard $p-1$"
614614
]
615615
},
616616
{
@@ -641,7 +641,7 @@
641641
"id": "3d847314-d9af-4a72-af15-374755d6ff93",
642642
"metadata": {},
643643
"source": [
644-
"Lentstra's ECM"
644+
"Lentstra's ECM (if no factor is found, `None` is returned)"
645645
]
646646
},
647647
{
@@ -1929,7 +1929,7 @@
19291929
"name": "python",
19301930
"nbconvert_exporter": "python",
19311931
"pygments_lexer": "ipython3",
1932-
"version": "3.12.1"
1932+
"version": "3.12.2"
19331933
}
19341934
},
19351935
"nbformat": 4,

0 commit comments

Comments
 (0)