Skip to content

Commit 7f5ee52

Browse files
committed
Fixing binder and tutorials
1 parent 7678c4e commit 7f5ee52

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM openjdk:11.0.12-jdk-buster
22

33
RUN apt-get update
4-
RUN apt-get install -y python3-pip
4+
RUN apt-get install -y python3-pip libffi-dev
55

66
RUN pip3 install --no-cache-dir jupyter jupyterlab
77

getting-started/5-minute-tutorial.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"import org.cryptimeleon.math.structures.groups.lazy.LazyGroup;\n",
4040
"import org.cryptimeleon.math.structures.groups.*;\n",
4141
"\n",
42-
"Group group = new LazyGroup(new Secp256k1()); //LazyGroup evaluates group operations lazily (see later)"
42+
"Group group = new Secp256k1(); //this is a LazyGroup which evaluates group operations lazily (see later)"
4343
]
4444
},
4545
{
@@ -365,7 +365,7 @@
365365
"mimetype": "text/x-java-source",
366366
"name": "Java",
367367
"pygments_lexer": "java",
368-
"version": "14.0.1+7"
368+
"version": "11.0.12+7"
369369
}
370370
},
371371
"nbformat": 4,

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:3.0.1\n",
45-
"%maven org.cryptimeleon:craco:3.0.0\n",
44+
"%maven org.cryptimeleon:math:2.+\n",
45+
"%maven org.cryptimeleon:craco:2.+\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)