Skip to content

Commit 0a068d6

Browse files
committed
Fixed weird newline
1 parent 111e45c commit 0a068d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

getting-started/pairing-tutorial.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@
174174
"// Preparing messages (\"Hello PS sigs\", 42, 0, 0, ...)\n",
175175
"var m = new RingElementVector(\n",
176176
" bilinearGroup.getHashIntoZGroupExponent().hash(\"Hello PS sigs\"), \n",
177-
" zp.valueOf(42)).pad(zp.getZeroElement(), r\n",
178-
");\n",
177+
" zp.valueOf(42)\n",
178+
").pad(zp.getZeroElement(), r);\n",
179179
"\n",
180180
"// Computing signature\n",
181181
"var sigma1 = groupG1.getUniformlyRandomNonNeutral().compute(); // h\n",

0 commit comments

Comments
 (0)