We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f04d47 commit 394dc5fCopy full SHA for 394dc5f
projects/pryvote/demo/secure_multi_party_voting.ipynb
@@ -254,7 +254,7 @@
254
"dan.update_vote(\"PryVote\")\n",
255
"eve.update_vote(\"PyDP\")\n",
256
"fran.update_vote(\"PyVertical\")\n",
257
- "greg.update_vote(\"PrivacyRaven\")"
+ "greg.update_vote(\"PyVertical\")"
258
]
259
},
260
{
@@ -267,6 +267,22 @@
267
" voter.send_vote([red, blue, yellow])"
268
269
270
+ {
271
+ "cell_type": "markdown",
272
+ "metadata": {},
273
+ "source": [
274
+ "What do the votes look like to a vote counter?"
275
+ ]
276
+ },
277
278
+ "cell_type": "code",
279
+ "execution_count": null,
280
281
+ "outputs": [],
282
283
+ "red._vote_sum"
284
285
286
287
"cell_type": "markdown",
288
"metadata": {},
0 commit comments