Skip to content

Commit 8d8b36e

Browse files
authored
Merge pull request #36 from cryptimeleon/Adjust-to-new-versions
Adjust files to use new version of math and craco
2 parents bb59a96 + a4aa222 commit 8d8b36e

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ kramdown:
2828
auto_ids: true
2929
hard_wrap: false
3030

31-
cracoversion: 2.1.0
32-
mathversion: 2.1.0
31+
cracoversion: 3.0.0
32+
mathversion: 3.0.1
3333

3434
# exclude from jekyll site
3535
exclude:

getting-started/5-minute-tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"metadata": {},
2727
"outputs": [],
2828
"source": [
29-
"%maven org.cryptimeleon:math:2.1.0"
29+
"%maven org.cryptimeleon:math:3.0.1"
3030
]
3131
},
3232
{

getting-started/pairing-tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"metadata": {},
5252
"outputs": [],
5353
"source": [
54-
"%maven org.cryptimeleon:math:2.1.0"
54+
"%maven org.cryptimeleon:math:3.0.1"
5555
]
5656
},
5757
{

getting-started/protocols-tutorial.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"metadata": {},
4242
"outputs": [],
4343
"source": [
44-
"%maven org.cryptimeleon:math:2.1.0\n",
45-
"%maven org.cryptimeleon:craco:2.1.0\n",
44+
"%maven org.cryptimeleon:math:3.0.1\n",
45+
"%maven org.cryptimeleon:craco:3.0.0\n",
4646
"\n",
4747
"import org.cryptimeleon.math.structures.groups.elliptic.nopairing.Secp256k1;\n",
4848
"import org.cryptimeleon.math.structures.groups.lazy.*;\n",

0 commit comments

Comments
 (0)