Skip to content

Commit 394dc5f

Browse files
committed
Minor update to SMPC voting notebook
Look under the hood of vote counter's vote counts
1 parent 2f04d47 commit 394dc5f

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

projects/pryvote/demo/secure_multi_party_voting.ipynb

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@
254254
"dan.update_vote(\"PryVote\")\n",
255255
"eve.update_vote(\"PyDP\")\n",
256256
"fran.update_vote(\"PyVertical\")\n",
257-
"greg.update_vote(\"PrivacyRaven\")"
257+
"greg.update_vote(\"PyVertical\")"
258258
]
259259
},
260260
{
@@ -267,6 +267,22 @@
267267
" voter.send_vote([red, blue, yellow])"
268268
]
269269
},
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+
"metadata": {},
281+
"outputs": [],
282+
"source": [
283+
"red._vote_sum"
284+
]
285+
},
270286
{
271287
"cell_type": "markdown",
272288
"metadata": {},

0 commit comments

Comments
 (0)