@maci-protocol/website 0.0.0-ci.044d30d → 0.0.0-ci.0bef05d

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. package/package.json +4 -4
  2. package/static/img/circuits/MACI-Circuits.excalidraw +28 -28
  3. package/static/img/circuits/ecdh.svg +1 -1
  4. package/static/img/circuits/messageToCommand.svg +1 -1
  5. package/static/img/circuits/messageValidator.svg +1 -1
  6. package/static/img/circuits/privToPubkey.svg +1 -1
  7. package/static/img/circuits/processMessages.svg +1 -1
  8. package/static/img/circuits/processMessagesInputHasher.svg +1 -1
  9. package/static/img/circuits/processMessages_2_0.svg +1 -1
  10. package/static/img/circuits/processOne.svg +1 -1
  11. package/static/img/circuits/processTopup.svg +1 -1
  12. package/static/img/circuits/tallyInputHasher.svg +1 -1
  13. package/static/img/circuits/verifySignature.svg +1 -1
  14. package/versioned_docs/version-v3.x/core-concepts/key-change.md +25 -25
  15. package/versioned_docs/version-v3.x/core-concepts/maci-keys.md +1 -1
  16. package/versioned_docs/version-v3.x/core-concepts/poll-types.md +2 -2
  17. package/versioned_docs/version-v3.x/core-concepts/polls.md +3 -3
  18. package/versioned_docs/version-v3.x/core-concepts/spec.md +33 -99
  19. package/versioned_docs/version-v3.x/guides/compile-circuits.md +7 -7
  20. package/versioned_docs/version-v3.x/guides/integrating.md +8 -8
  21. package/versioned_docs/version-v3.x/guides/testing/testing-in-detail.md +1 -1
  22. package/versioned_docs/version-v3.x/guides/troubleshooting.md +11 -11
  23. package/versioned_docs/version-v3.x/quick-start.md +6 -6
  24. package/versioned_docs/version-v3.x/supported-networks/deployed-contracts.md +2 -2
  25. package/versioned_docs/version-v3.x/technical-references/smart-contracts/MACI.md +5 -5
  26. package/versioned_docs/version-v3.x/technical-references/smart-contracts/Poll.md +7 -7
  27. package/versioned_docs/version-v3.x/technical-references/smart-contracts/Tally.md +2 -2
  28. package/versioned_docs/version-v3.x/technical-references/smart-contracts/VkRegistry.md +5 -5
  29. package/versioned_docs/version-v3.x/technical-references/zk-snark-circuits/joinPoll.md +3 -3
  30. package/versioned_docs/version-v3.x/technical-references/zk-snark-circuits/processMessages.md +12 -12
  31. package/versioned_docs/version-v3.x/technical-references/zk-snark-circuits/tallyVotes.md +2 -2
  32. package/versioned_docs/version-v3.x/technical-references/zk-snark-circuits/utilities.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maci-protocol/website",
3
- "version": "0.0.0-ci.044d30d",
3
+ "version": "0.0.0-ci.0bef05d",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -41,8 +41,8 @@
41
41
  "@docusaurus/module-type-aliases": "^3.7.0",
42
42
  "@docusaurus/tsconfig": "^3.7.0",
43
43
  "@docusaurus/types": "^3.7.0",
44
- "@types/node": "^22.14.0",
45
- "@types/react": "^19.1.0",
44
+ "@types/node": "^22.14.1",
45
+ "@types/react": "^19.1.2",
46
46
  "ts-node": "^10.9.2",
47
47
  "typescript": "^5.8.3"
48
48
  },
@@ -61,5 +61,5 @@
61
61
  "engines": {
62
62
  "node": ">=18.0"
63
63
  },
64
- "gitHead": "5a5bf7a30836932641c6da5e3236d0f2e89aea16"
64
+ "gitHead": "2b18e370edea4dfb301502ce357e2e9adeb8e4ca"
65
65
  }
@@ -5289,11 +5289,11 @@
5289
5289
  "locked": false,
5290
5290
  "fontSize": 20,
5291
5291
  "fontFamily": 1,
5292
- "text": "numSignups",
5292
+ "text": "totalSignups",
5293
5293
  "textAlign": "center",
5294
5294
  "verticalAlign": "middle",
5295
5295
  "containerId": "zPLc-i-Fpbnnrkdd8fSHG",
5296
- "originalText": "numSignups",
5296
+ "originalText": "totalSignups",
5297
5297
  "lineHeight": 1.25,
5298
5298
  "baseline": 18
5299
5299
  },
@@ -12077,11 +12077,11 @@
12077
12077
  "locked": false,
12078
12078
  "fontSize": 20,
12079
12079
  "fontFamily": 1,
12080
- "text": "pubKey * privateKey",
12080
+ "text": "publicKey * privateKey",
12081
12081
  "textAlign": "center",
12082
12082
  "verticalAlign": "middle",
12083
12083
  "containerId": "-XP_Ss-4GcmLnrhT4G7Mz",
12084
- "originalText": "pubKey * privateKey",
12084
+ "originalText": "publicKey * privateKey",
12085
12085
  "lineHeight": 1.25,
12086
12086
  "baseline": 18
12087
12087
  },
@@ -13949,11 +13949,11 @@
13949
13949
  "locked": false,
13950
13950
  "fontSize": 20,
13951
13951
  "fontFamily": 1,
13952
- "text": "newPubKey",
13952
+ "text": "newPublicKey",
13953
13953
  "textAlign": "center",
13954
13954
  "verticalAlign": "middle",
13955
13955
  "containerId": "49_rF-LPQl_dpoGGUf9YY",
13956
- "originalText": "newPubKey",
13956
+ "originalText": "newPublicKey",
13957
13957
  "lineHeight": 1.25,
13958
13958
  "baseline": 18
13959
13959
  },
@@ -15641,11 +15641,11 @@
15641
15641
  "locked": false,
15642
15642
  "fontSize": 20,
15643
15643
  "fontFamily": 1,
15644
- "text": "numSignups",
15644
+ "text": "totalSignups",
15645
15645
  "textAlign": "center",
15646
15646
  "verticalAlign": "middle",
15647
15647
  "containerId": "UBRUWhHbd13PNqp_i_KXY",
15648
- "originalText": "numSignups",
15648
+ "originalText": "totalSignups",
15649
15649
  "lineHeight": 1.25,
15650
15650
  "baseline": 18
15651
15651
  },
@@ -16735,11 +16735,11 @@
16735
16735
  "locked": false,
16736
16736
  "fontSize": 20,
16737
16737
  "fontFamily": 1,
16738
- "text": "stateTreeIndex <= \nnumSignups",
16738
+ "text": "stateTreeIndex <= \ntotalSignups",
16739
16739
  "textAlign": "center",
16740
16740
  "verticalAlign": "middle",
16741
16741
  "containerId": "GC1bto1WMtLIWxXD_2oHa",
16742
- "originalText": "stateTreeIndex <= numSignups",
16742
+ "originalText": "stateTreeIndex <= totalSignups",
16743
16743
  "lineHeight": 1.25,
16744
16744
  "baseline": 43
16745
16745
  },
@@ -18353,11 +18353,11 @@
18353
18353
  "locked": false,
18354
18354
  "fontSize": 20,
18355
18355
  "fontFamily": 1,
18356
- "text": "pubKey",
18356
+ "text": "publicKey",
18357
18357
  "textAlign": "center",
18358
18358
  "verticalAlign": "middle",
18359
18359
  "containerId": "8g5cRH2EYThfZ1CncZKDy",
18360
- "originalText": "pubKey",
18360
+ "originalText": "publicKey",
18361
18361
  "lineHeight": 1.25,
18362
18362
  "baseline": 18
18363
18363
  },
@@ -18547,11 +18547,11 @@
18547
18547
  "locked": false,
18548
18548
  "fontSize": 20,
18549
18549
  "fontFamily": 1,
18550
- "text": "privKey",
18550
+ "text": "privateKey",
18551
18551
  "textAlign": "center",
18552
18552
  "verticalAlign": "middle",
18553
18553
  "containerId": "5jFTlfr-jJodJNAsWRM2N",
18554
- "originalText": "privKey",
18554
+ "originalText": "privateKey",
18555
18555
  "lineHeight": 1.25,
18556
18556
  "baseline": 18
18557
18557
  },
@@ -19337,11 +19337,11 @@
19337
19337
  "locked": false,
19338
19338
  "fontSize": 20,
19339
19339
  "fontFamily": 1,
19340
- "text": "pubKey",
19340
+ "text": "publicKey",
19341
19341
  "textAlign": "center",
19342
19342
  "verticalAlign": "middle",
19343
19343
  "containerId": "_h_axBzjA0c2A7WRZMSud",
19344
- "originalText": "pubKey",
19344
+ "originalText": "publicKey",
19345
19345
  "lineHeight": 1.25,
19346
19346
  "baseline": 18
19347
19347
  },
@@ -24591,11 +24591,11 @@
24591
24591
  "locked": false,
24592
24592
  "fontSize": 20,
24593
24593
  "fontFamily": 1,
24594
- "text": "numSignups",
24594
+ "text": "totalSignups",
24595
24595
  "textAlign": "center",
24596
24596
  "verticalAlign": "middle",
24597
24597
  "containerId": "r1CQnQpfKBea8n3-0OaQq",
24598
- "originalText": "numSignups",
24598
+ "originalText": "totalSignups",
24599
24599
  "lineHeight": 1.25,
24600
24600
  "baseline": 18
24601
24601
  },
@@ -25255,11 +25255,11 @@
25255
25255
  "locked": false,
25256
25256
  "fontSize": 20,
25257
25257
  "fontFamily": 1,
25258
- "text": "Wire outputs to:\nmaxVoteOptions\nnumSignups\nbatchStartIndex\nbatchEndIndex",
25258
+ "text": "Wire outputs to:\nmaxVoteOptions\ntotalSignups\nbatchStartIndex\nbatchEndIndex",
25259
25259
  "textAlign": "center",
25260
25260
  "verticalAlign": "middle",
25261
25261
  "containerId": "qKhkOlI5kFc_Hayuh63D4",
25262
- "originalText": "Wire outputs to:\nmaxVoteOptions\nnumSignups\nbatchStartIndex\nbatchEndIndex",
25262
+ "originalText": "Wire outputs to:\nmaxVoteOptions\ntotalSignups\nbatchStartIndex\nbatchEndIndex",
25263
25263
  "lineHeight": 1.25,
25264
25264
  "baseline": 118
25265
25265
  },
@@ -25655,11 +25655,11 @@
25655
25655
  "locked": false,
25656
25656
  "fontSize": 20,
25657
25657
  "fontFamily": 1,
25658
- "text": "numSignups <= 5 ** \nstateTreeDepth",
25658
+ "text": "totalSignups <= 5 ** \nstateTreeDepth",
25659
25659
  "textAlign": "center",
25660
25660
  "verticalAlign": "middle",
25661
25661
  "containerId": "fah78VPNNwJ5gYazg1m5-",
25662
- "originalText": "numSignups <= 5 ** stateTreeDepth",
25662
+ "originalText": "totalSignups <= 5 ** stateTreeDepth",
25663
25663
  "lineHeight": 1.25,
25664
25664
  "baseline": 43
25665
25665
  },
@@ -33945,11 +33945,11 @@
33945
33945
  "locked": false,
33946
33946
  "fontSize": 20,
33947
33947
  "fontFamily": 1,
33948
- "text": "numSignups",
33948
+ "text": "totalSignups",
33949
33949
  "textAlign": "center",
33950
33950
  "verticalAlign": "middle",
33951
33951
  "containerId": "llBtJZSwqmz82SnCY1pTK",
33952
- "originalText": "numSignups",
33952
+ "originalText": "totalSignups",
33953
33953
  "lineHeight": 1.25,
33954
33954
  "baseline": 18
33955
33955
  },
@@ -34353,11 +34353,11 @@
34353
34353
  "locked": false,
34354
34354
  "fontSize": 20,
34355
34355
  "fontFamily": 1,
34356
- "text": "2. Check that stateIndex \n<= numSignups",
34356
+ "text": "2. Check that stateIndex \n<= totalSignups",
34357
34357
  "textAlign": "center",
34358
34358
  "verticalAlign": "middle",
34359
34359
  "containerId": "VP4MQeS3Rt20oj5ivVuE2",
34360
- "originalText": "2. Check that stateIndex <= numSignups",
34360
+ "originalText": "2. Check that stateIndex <= totalSignups",
34361
34361
  "lineHeight": 1.25,
34362
34362
  "baseline": 43
34363
34363
  },
@@ -35649,11 +35649,11 @@
35649
35649
  "locked": false,
35650
35650
  "fontSize": 20,
35651
35651
  "fontFamily": 1,
35652
- "text": "numSignups",
35652
+ "text": "totalSignups",
35653
35653
  "textAlign": "center",
35654
35654
  "verticalAlign": "middle",
35655
35655
  "containerId": "wTEyapXPW4Fun05sJ7Gg1",
35656
- "originalText": "numSignups",
35656
+ "originalText": "totalSignups",
35657
35657
  "lineHeight": 1.25,
35658
35658
  "baseline": 18
35659
35659
  },
@@ -18,4 +18,4 @@
18
18
  </style>
19
19
 
20
20
  </defs>
21
- <rect x="0" y="0" width="1083.2937218075292" height="395.3140739373331" fill="#ffffff"></rect><g stroke-linecap="round" transform="translate(141.5840218900487 153.8873057289922) rotate(0 114.33810379333897 33.80052213620306)"><path d="M16.9 0 C73.02 -2.42, 131.1 -1.65, 211.78 0 M16.9 0 C75.65 0.84, 135.27 0.54, 211.78 0 M211.78 0 C222.39 0.92, 229.73 5.59, 228.68 16.9 M211.78 0 C222.28 1.03, 228.23 5.62, 228.68 16.9 M228.68 16.9 C229.1 28.61, 229.5 41.98, 228.68 50.7 M228.68 16.9 C229.51 26.62, 229.06 36.14, 228.68 50.7 M228.68 50.7 C226.69 63.93, 223.2 65.9, 211.78 67.6 M228.68 50.7 C227.39 62.02, 223.33 67.86, 211.78 67.6 M211.78 67.6 C157.72 67.99, 100.44 67.37, 16.9 67.6 M211.78 67.6 C151.87 67.95, 92.8 69.76, 16.9 67.6 M16.9 67.6 C5.49 66.04, 1.94 61.58, 0 50.7 M16.9 67.6 C6.12 65.73, 0.64 60.75, 0 50.7 M0 50.7 C0.22 44.18, -0.78 34.23, 0 16.9 M0 50.7 C-1.14 43.1, 0.54 35.65, 0 16.9 M0 16.9 C-0.91 6.07, 6.95 1.44, 16.9 0 M0 16.9 C2 7.59, 7.2 1.25, 16.9 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(229.4321430784072 175.18782786519523) rotate(0 26.48998260498047 12.5)"><text x="26.48998260498047" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#e03131" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">ECDH</text></g><g stroke-linecap="round" transform="translate(270.60606759988264 10) rotate(0 110.05757116156974 32.177416550875904)"><path d="M16.09 0 C65.42 -0.18, 113.18 -0.2, 204.03 0 M16.09 0 C60.44 2.18, 105.98 1.7, 204.03 0 M204.03 0 C214.09 0.9, 219.73 5.35, 220.12 16.09 M204.03 0 C215.87 0.07, 219.21 5.84, 220.12 16.09 M220.12 16.09 C219.65 25.89, 220.87 36.7, 220.12 48.27 M220.12 16.09 C219.23 28.61, 220.3 38.32, 220.12 48.27 M220.12 48.27 C219 59.04, 215.01 64.58, 204.03 64.35 M220.12 48.27 C219.75 60.98, 213.57 65.83, 204.03 64.35 M204.03 64.35 C134.6 65.56, 66.28 63.67, 16.09 64.35 M204.03 64.35 C164.09 65.34, 125.27 65.92, 16.09 64.35 M16.09 64.35 C5.78 62.72, 0.56 57.93, 0 48.27 M16.09 64.35 C3.8 65.22, 1.21 59.39, 0 48.27 M0 48.27 C-1.54 38.24, 1.05 23.02, 0 16.09 M0 48.27 C-0.73 39.59, 0.39 31.21, 0 16.09 M0 16.09 C1.74 7.06, 6.73 1.08, 16.09 0 M0 16.09 C-0.07 7.63, 6.48 1.37, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(282.6637226847922 17.177416550875876) rotate(0 97.99991607666016 25)"><text x="97.99991607666016" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">publicKey (array of </text><text x="97.99991607666016" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">two elements)</text></g><g stroke-linecap="round"><g transform="translate(243.16721166972593 104.21769953343772) rotate(0 -0.44580281989499326 19.782500132839004)"><path d="M-0.05 -0.34 C-0.13 6.24, -0.35 32.37, -0.52 39.06 M-0.74 0.67 C-0.86 7.34, -0.63 33.13, -0.75 39.5" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(243.16721166972593 104.21769953343772) rotate(0 -0.44580281989499326 19.782500132839004)"><path d="M-7.45 20.88 C-6.18 27, -4.52 31.44, -0.75 39.5 M-7.45 20.88 C-5.25 27.55, -2.86 33.77, -0.75 39.5" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(243.16721166972593 104.21769953343772) rotate(0 -0.44580281989499326 19.782500132839004)"><path d="M6.08 20.93 C3.4 27.03, 1.11 31.45, -0.75 39.5 M6.08 20.93 C3.6 27.58, 1.3 33.79, -0.75 39.5" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g></g><mask></mask><g transform="translate(288.56892663291774 106.76455453228203) rotate(0 31.809967041015625 12.5)"><text x="0" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Inputs</text></g><g transform="translate(299.85516274492034 255.3314622387781) rotate(0 34.84996032714844 12.5)"><text x="0" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Output</text></g><g stroke-linecap="round"><g transform="translate(238.8742956262929 254.06110846868904) rotate(0 0.2229014099474398 20.511057519056408)"><path d="M-0.11 0 C0.04 6.8, 0.66 34.18, 0.71 41.04 M-0.82 -0.48 C-0.71 6.39, 0.32 34.7, 0.42 41.75" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(238.8742956262929 254.06110846868904) rotate(0 0.2229014099474398 20.511057519056408)"><path d="M-7.1 22.66 C-5.06 28.25, -3.02 32.46, 0.42 41.75 M-7.1 22.66 C-4.32 28.62, -2.21 35.04, 0.42 41.75" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(238.8742956262929 254.06110846868904) rotate(0 0.2229014099474398 20.511057519056408)"><path d="M6.92 22.29 C5.23 27.96, 3.52 32.28, 0.42 41.75 M6.92 22.29 C5.21 28.39, 2.82 34.94, 0.42 41.75" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(142.31464317820974 320.9592408355813) rotate(0 110.05757116156975 32.177416550875904)"><path d="M16.09 0 C68.92 -1.7, 122.04 -1, 204.03 0 M16.09 0 C80.29 0.87, 144.99 1.15, 204.03 0 M204.03 0 C215.43 1.95, 218.13 7.33, 220.12 16.09 M204.03 0 C214.93 -1.95, 218.83 5.42, 220.12 16.09 M220.12 16.09 C221.88 25.12, 221.43 37.61, 220.12 48.27 M220.12 16.09 C220.48 25.32, 219.54 32.41, 220.12 48.27 M220.12 48.27 C218.99 60.86, 214.61 62.8, 204.03 64.35 M220.12 48.27 C222.35 58.55, 215.24 62.48, 204.03 64.35 M204.03 64.35 C143.16 64.12, 81.14 64.4, 16.09 64.35 M204.03 64.35 C154.66 63.28, 102.7 62.58, 16.09 64.35 M16.09 64.35 C7.04 63.71, -0.91 59.43, 0 48.27 M16.09 64.35 C6.88 66.01, 2 60.95, 0 48.27 M0 48.27 C1.8 37.39, 1.02 23.4, 0 16.09 M0 48.27 C0.55 38.86, -0.04 28.98, 0 16.09 M0 16.09 C0.59 5.15, 5.12 -1.08, 16.09 0 M0 16.09 C1.24 6.73, 6 0.76, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(203.58225920061932 340.63665738645716) rotate(0 48.78995513916015 12.5)"><text x="48.789955139160156" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#2f9e44" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">sharedKey</text></g><g stroke-linecap="round" transform="translate(551.7094295497407 22.989525621383052) rotate(0 110.05757116156974 42.5)"><path d="M21.25 0 C73.2 -1.04, 126.96 0.24, 198.87 0 M21.25 0 C83.96 -0.75, 148.73 -2.58, 198.87 0 M198.87 0 C211.91 0.05, 220.37 7.31, 220.12 21.25 M198.87 0 C212.66 1.99, 218.93 8.56, 220.12 21.25 M220.12 21.25 C220.05 37.45, 221.24 51.28, 220.12 63.75 M220.12 21.25 C219.8 29.49, 220.85 39.09, 220.12 63.75 M220.12 63.75 C220.54 76.29, 213.59 83.94, 198.87 85 M220.12 63.75 C218.55 78.78, 214.24 85.4, 198.87 85 M198.87 85 C132.2 86.05, 69.77 82.61, 21.25 85 M198.87 85 C149.34 84.65, 101.39 85.15, 21.25 85 M21.25 85 C8.82 86.7, 1.36 79, 0 63.75 M21.25 85 C7.01 87.27, 1.12 79.29, 0 63.75 M0 63.75 C-0.27 54.51, 0.3 43.07, 0 21.25 M0 63.75 C-0.25 51.27, 0.42 40.46, 0 21.25 M0 21.25 C0.55 7.74, 8.6 -0.69, 21.25 0 M0 21.25 C-0.32 5.82, 5.22 -1.18, 21.25 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(560.0371041659002 27.989525621383052) rotate(0 101.72989654541016 37.5)"><text x="101.72989654541016" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">1. Convert the </text><text x="101.72989654541016" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">privateKey to its </text><text x="101.72989654541016" y="50" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">bytes representation</text></g><g stroke-linecap="round" transform="translate(550.1254502962602 136.86405287536127) rotate(0 110.05757116156974 32.177416550875904)"><path d="M16.09 0 C76.34 -0.8, 136.19 -3.46, 204.03 0 M16.09 0 C90.36 1.62, 165.88 1.71, 204.03 0 M204.03 0 C214.43 1.73, 219.08 6.64, 220.12 16.09 M204.03 0 C216.36 -0.75, 221 5.45, 220.12 16.09 M220.12 16.09 C218.56 25.39, 222.19 36.81, 220.12 48.27 M220.12 16.09 C220.64 22.42, 220.71 29.85, 220.12 48.27 M220.12 48.27 C218.75 59.74, 215.8 64.7, 204.03 64.35 M220.12 48.27 C221.63 58.24, 213.85 62.47, 204.03 64.35 M204.03 64.35 C130.72 64.45, 57.72 61.86, 16.09 64.35 M204.03 64.35 C144.44 66.56, 83.8 66.25, 16.09 64.35 M16.09 64.35 C5.3 66.33, 0.97 60.18, 0 48.27 M16.09 64.35 C4.01 64.28, -0.27 58.66, 0 48.27 M0 48.27 C-0.43 37.56, -0.26 25.45, 0 16.09 M0 48.27 C0.1 40.68, 0.58 32.08, 0 16.09 M0 16.09 C-0.28 4.26, 3.74 -1.02, 16.09 0 M0 16.09 C1.42 6.22, 4.93 1.22, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(567.1930922586112 144.04146942623714) rotate(0 92.98992919921875 25)"><text x="92.98992919921875" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">2. Perform scalar </text><text x="92.98992919921875" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">multiplication</text></g><g stroke-linecap="round" transform="translate(554.5545838679946 220.6873664272789) rotate(0 110.05757116156974 55)"><path d="M27.5 0 C84.61 1.79, 136.09 0.52, 192.62 0 M27.5 0 C77.26 0.68, 126.83 0.46, 192.62 0 M192.62 0 C212.34 -0.66, 220.88 9.24, 220.12 27.5 M192.62 0 C211.51 1.45, 218.5 7.15, 220.12 27.5 M220.12 27.5 C219.07 42.83, 220.24 54.71, 220.12 82.5 M220.12 27.5 C219.59 39.89, 220.79 51.71, 220.12 82.5 M220.12 82.5 C221.44 100.18, 210.16 108.36, 192.62 110 M220.12 82.5 C222.13 101.92, 209.01 109.45, 192.62 110 M192.62 110 C129.67 110.56, 67.31 110.98, 27.5 110 M192.62 110 C129.01 111.88, 65.95 111.49, 27.5 110 M27.5 110 C7.99 109.93, -0.23 100.54, 0 82.5 M27.5 110 C10.34 110.33, -0.18 100.4, 0 82.5 M0 82.5 C-1.02 65.47, 1.25 46.83, 0 27.5 M0 82.5 C-0.56 63.63, -1.23 45.36, 0 27.5 M0 27.5 C1.23 9.92, 8.79 1.06, 27.5 0 M0 27.5 C1.76 9.55, 7.64 0.54, 27.5 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(561.9422331545643 225.6873664272789) rotate(0 102.669921875 50)"><text x="102.669921875" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">3. Shared Key is the</text><text x="102.669921875" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">two output elements</text><text x="102.669921875" y="50" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">([0] and [1]) of the</text><text x="102.669921875" y="75" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">scalar multiplciation</text></g><g transform="translate(426.6654259855982 132.2871750764661) rotate(0 49.669944763183594 12.5)"><text x="0" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Processing</text></g><g stroke-linecap="round"><g transform="translate(409.4888137255391 192.9214962134585) rotate(0 54.0494641083767 -0.8482636989667753)"><path d="M-0.62 0.77 C17.57 0.25, 90.74 -1.69, 108.94 -2.09 M1.26 0.13 C19.38 0.29, 90.63 -0.69, 108.43 -0.76" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(409.4888137255391 192.9214962134585) rotate(0 54.0494641083767 -0.8482636989667753)"><path d="M80.33 9.76 C89.5 8.32, 95.54 4.7, 108.43 -0.76 M80.33 9.76 C88.14 5.51, 96.81 4.13, 108.43 -0.76" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(409.4888137255391 192.9214962134585) rotate(0 54.0494641083767 -0.8482636989667753)"><path d="M80.14 -10.76 C89.54 -6.38, 95.64 -4.16, 108.43 -0.76 M80.14 -10.76 C88.06 -8.78, 96.79 -3.92, 108.43 -0.76" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(10 10.18696194196309) rotate(0 110.05757116156975 32.177416550875904)"><path d="M16.09 0 C90.84 2.6, 160.34 1.58, 204.03 0 M16.09 0 C74.22 2.66, 130.74 1.2, 204.03 0 M204.03 0 C214.98 1.36, 220.66 7.29, 220.12 16.09 M204.03 0 C212.74 -1.44, 218.46 5.7, 220.12 16.09 M220.12 16.09 C219.26 27.12, 219.4 35.44, 220.12 48.27 M220.12 16.09 C220.75 24.26, 220.72 32.98, 220.12 48.27 M220.12 48.27 C221.99 60.05, 213.33 65.67, 204.03 64.35 M220.12 48.27 C220.16 59.75, 216.2 62.19, 204.03 64.35 M204.03 64.35 C146.1 66.61, 87 65.08, 16.09 64.35 M204.03 64.35 C159.86 64.34, 114.42 64.35, 16.09 64.35 M16.09 64.35 C7.16 64.43, -1.57 60.74, 0 48.27 M16.09 64.35 C3.11 64.28, -2.29 59.8, 0 48.27 M0 48.27 C1.5 42.64, -1.67 34.87, 0 16.09 M0 48.27 C-0.06 35.34, 0.59 24.06, 0 16.09 M0 16.09 C0.97 6.51, 6.83 0.74, 16.09 0 M0 16.09 C-2.09 5.03, 7.04 1.8, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(69.32762121039787 29.864378492838966) rotate(0 50.729949951171875 12.5)"><text x="50.729949951171875" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">privateKey</text></g><g stroke-linecap="round" transform="translate(853.1785794843897 135.00339353669267) rotate(0 110.05757116156974 32.177416550875904)"><path d="M16.09 0 C77.06 -3.77, 135.77 -3.55, 204.03 0 M16.09 0 C68.34 0.66, 118.92 -0.64, 204.03 0 M204.03 0 C216.21 1.54, 218.98 4.24, 220.12 16.09 M204.03 0 C215.69 -0.48, 218.55 6.74, 220.12 16.09 M220.12 16.09 C219.77 23.6, 221.41 34.51, 220.12 48.27 M220.12 16.09 C218.99 28.53, 220.27 40.67, 220.12 48.27 M220.12 48.27 C220.59 60.82, 213.59 63.68, 204.03 64.35 M220.12 48.27 C220.34 58.71, 212.98 64.53, 204.03 64.35 M204.03 64.35 C139.45 65.33, 76.5 65.74, 16.09 64.35 M204.03 64.35 C153.36 64.66, 103.01 62.9, 16.09 64.35 M16.09 64.35 C5.44 63.59, 0.99 60.43, 0 48.27 M16.09 64.35 C7.61 66.12, -0.1 57.42, 0 48.27 M0 48.27 C1.75 38.04, -1.57 26.6, 0 16.09 M0 48.27 C-0.28 35.55, -0.33 23.33, 0 16.09 M0 16.09 C1.6 3.86, 6.82 -1.51, 16.09 0 M0 16.09 C-0.19 6.45, 4.38 -0.43, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(865.3662394521118 154.6808100875686) rotate(0 97.86991119384766 12.5)"><text x="97.86991119384766" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">pubKey * privateKey</text></g><g stroke-linecap="round"><g transform="translate(785.6942556521292 169.49482019809443) rotate(0 18.9027027744238 -0.6071622858810883)"><path d="M0.23 -0.47 C6.59 -0.64, 31.7 -1.17, 37.96 -1.32 M-0.32 0.48 C6 0.42, 31.32 -0.45, 37.61 -0.68" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(785.6942556521292 169.49482019809443) rotate(0 18.9027027744238 -0.6071622858810883)"><path d="M20.08 6.41 C23.97 4.75, 29.27 2.55, 37.61 -0.68 M20.08 6.41 C24.5 4.41, 29.66 2.77, 37.61 -0.68" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(785.6942556521292 169.49482019809443) rotate(0 18.9027027744238 -0.6071622858810883)"><path d="M19.62 -6.52 C23.6 -4.73, 29.02 -3.48, 37.61 -0.68 M19.62 -6.52 C24.18 -5.12, 29.46 -3.36, 37.61 -0.68" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g></g><mask></mask></svg>
21
+ <rect x="0" y="0" width="1083.2937218075292" height="395.3140739373331" fill="#ffffff"></rect><g stroke-linecap="round" transform="translate(141.5840218900487 153.8873057289922) rotate(0 114.33810379333897 33.80052213620306)"><path d="M16.9 0 C73.02 -2.42, 131.1 -1.65, 211.78 0 M16.9 0 C75.65 0.84, 135.27 0.54, 211.78 0 M211.78 0 C222.39 0.92, 229.73 5.59, 228.68 16.9 M211.78 0 C222.28 1.03, 228.23 5.62, 228.68 16.9 M228.68 16.9 C229.1 28.61, 229.5 41.98, 228.68 50.7 M228.68 16.9 C229.51 26.62, 229.06 36.14, 228.68 50.7 M228.68 50.7 C226.69 63.93, 223.2 65.9, 211.78 67.6 M228.68 50.7 C227.39 62.02, 223.33 67.86, 211.78 67.6 M211.78 67.6 C157.72 67.99, 100.44 67.37, 16.9 67.6 M211.78 67.6 C151.87 67.95, 92.8 69.76, 16.9 67.6 M16.9 67.6 C5.49 66.04, 1.94 61.58, 0 50.7 M16.9 67.6 C6.12 65.73, 0.64 60.75, 0 50.7 M0 50.7 C0.22 44.18, -0.78 34.23, 0 16.9 M0 50.7 C-1.14 43.1, 0.54 35.65, 0 16.9 M0 16.9 C-0.91 6.07, 6.95 1.44, 16.9 0 M0 16.9 C2 7.59, 7.2 1.25, 16.9 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(229.4321430784072 175.18782786519523) rotate(0 26.48998260498047 12.5)"><text x="26.48998260498047" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#e03131" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">ECDH</text></g><g stroke-linecap="round" transform="translate(270.60606759988264 10) rotate(0 110.05757116156974 32.177416550875904)"><path d="M16.09 0 C65.42 -0.18, 113.18 -0.2, 204.03 0 M16.09 0 C60.44 2.18, 105.98 1.7, 204.03 0 M204.03 0 C214.09 0.9, 219.73 5.35, 220.12 16.09 M204.03 0 C215.87 0.07, 219.21 5.84, 220.12 16.09 M220.12 16.09 C219.65 25.89, 220.87 36.7, 220.12 48.27 M220.12 16.09 C219.23 28.61, 220.3 38.32, 220.12 48.27 M220.12 48.27 C219 59.04, 215.01 64.58, 204.03 64.35 M220.12 48.27 C219.75 60.98, 213.57 65.83, 204.03 64.35 M204.03 64.35 C134.6 65.56, 66.28 63.67, 16.09 64.35 M204.03 64.35 C164.09 65.34, 125.27 65.92, 16.09 64.35 M16.09 64.35 C5.78 62.72, 0.56 57.93, 0 48.27 M16.09 64.35 C3.8 65.22, 1.21 59.39, 0 48.27 M0 48.27 C-1.54 38.24, 1.05 23.02, 0 16.09 M0 48.27 C-0.73 39.59, 0.39 31.21, 0 16.09 M0 16.09 C1.74 7.06, 6.73 1.08, 16.09 0 M0 16.09 C-0.07 7.63, 6.48 1.37, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(282.6637226847922 17.177416550875876) rotate(0 97.99991607666016 25)"><text x="97.99991607666016" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">publicKey (array of </text><text x="97.99991607666016" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">two elements)</text></g><g stroke-linecap="round"><g transform="translate(243.16721166972593 104.21769953343772) rotate(0 -0.44580281989499326 19.782500132839004)"><path d="M-0.05 -0.34 C-0.13 6.24, -0.35 32.37, -0.52 39.06 M-0.74 0.67 C-0.86 7.34, -0.63 33.13, -0.75 39.5" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(243.16721166972593 104.21769953343772) rotate(0 -0.44580281989499326 19.782500132839004)"><path d="M-7.45 20.88 C-6.18 27, -4.52 31.44, -0.75 39.5 M-7.45 20.88 C-5.25 27.55, -2.86 33.77, -0.75 39.5" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(243.16721166972593 104.21769953343772) rotate(0 -0.44580281989499326 19.782500132839004)"><path d="M6.08 20.93 C3.4 27.03, 1.11 31.45, -0.75 39.5 M6.08 20.93 C3.6 27.58, 1.3 33.79, -0.75 39.5" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g></g><mask></mask><g transform="translate(288.56892663291774 106.76455453228203) rotate(0 31.809967041015625 12.5)"><text x="0" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Inputs</text></g><g transform="translate(299.85516274492034 255.3314622387781) rotate(0 34.84996032714844 12.5)"><text x="0" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Output</text></g><g stroke-linecap="round"><g transform="translate(238.8742956262929 254.06110846868904) rotate(0 0.2229014099474398 20.511057519056408)"><path d="M-0.11 0 C0.04 6.8, 0.66 34.18, 0.71 41.04 M-0.82 -0.48 C-0.71 6.39, 0.32 34.7, 0.42 41.75" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(238.8742956262929 254.06110846868904) rotate(0 0.2229014099474398 20.511057519056408)"><path d="M-7.1 22.66 C-5.06 28.25, -3.02 32.46, 0.42 41.75 M-7.1 22.66 C-4.32 28.62, -2.21 35.04, 0.42 41.75" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(238.8742956262929 254.06110846868904) rotate(0 0.2229014099474398 20.511057519056408)"><path d="M6.92 22.29 C5.23 27.96, 3.52 32.28, 0.42 41.75 M6.92 22.29 C5.21 28.39, 2.82 34.94, 0.42 41.75" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(142.31464317820974 320.9592408355813) rotate(0 110.05757116156975 32.177416550875904)"><path d="M16.09 0 C68.92 -1.7, 122.04 -1, 204.03 0 M16.09 0 C80.29 0.87, 144.99 1.15, 204.03 0 M204.03 0 C215.43 1.95, 218.13 7.33, 220.12 16.09 M204.03 0 C214.93 -1.95, 218.83 5.42, 220.12 16.09 M220.12 16.09 C221.88 25.12, 221.43 37.61, 220.12 48.27 M220.12 16.09 C220.48 25.32, 219.54 32.41, 220.12 48.27 M220.12 48.27 C218.99 60.86, 214.61 62.8, 204.03 64.35 M220.12 48.27 C222.35 58.55, 215.24 62.48, 204.03 64.35 M204.03 64.35 C143.16 64.12, 81.14 64.4, 16.09 64.35 M204.03 64.35 C154.66 63.28, 102.7 62.58, 16.09 64.35 M16.09 64.35 C7.04 63.71, -0.91 59.43, 0 48.27 M16.09 64.35 C6.88 66.01, 2 60.95, 0 48.27 M0 48.27 C1.8 37.39, 1.02 23.4, 0 16.09 M0 48.27 C0.55 38.86, -0.04 28.98, 0 16.09 M0 16.09 C0.59 5.15, 5.12 -1.08, 16.09 0 M0 16.09 C1.24 6.73, 6 0.76, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(203.58225920061932 340.63665738645716) rotate(0 48.78995513916015 12.5)"><text x="48.789955139160156" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#2f9e44" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">sharedKey</text></g><g stroke-linecap="round" transform="translate(551.7094295497407 22.989525621383052) rotate(0 110.05757116156974 42.5)"><path d="M21.25 0 C73.2 -1.04, 126.96 0.24, 198.87 0 M21.25 0 C83.96 -0.75, 148.73 -2.58, 198.87 0 M198.87 0 C211.91 0.05, 220.37 7.31, 220.12 21.25 M198.87 0 C212.66 1.99, 218.93 8.56, 220.12 21.25 M220.12 21.25 C220.05 37.45, 221.24 51.28, 220.12 63.75 M220.12 21.25 C219.8 29.49, 220.85 39.09, 220.12 63.75 M220.12 63.75 C220.54 76.29, 213.59 83.94, 198.87 85 M220.12 63.75 C218.55 78.78, 214.24 85.4, 198.87 85 M198.87 85 C132.2 86.05, 69.77 82.61, 21.25 85 M198.87 85 C149.34 84.65, 101.39 85.15, 21.25 85 M21.25 85 C8.82 86.7, 1.36 79, 0 63.75 M21.25 85 C7.01 87.27, 1.12 79.29, 0 63.75 M0 63.75 C-0.27 54.51, 0.3 43.07, 0 21.25 M0 63.75 C-0.25 51.27, 0.42 40.46, 0 21.25 M0 21.25 C0.55 7.74, 8.6 -0.69, 21.25 0 M0 21.25 C-0.32 5.82, 5.22 -1.18, 21.25 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(560.0371041659002 27.989525621383052) rotate(0 101.72989654541016 37.5)"><text x="101.72989654541016" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">1. Convert the </text><text x="101.72989654541016" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">privateKey to its </text><text x="101.72989654541016" y="50" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">bytes representation</text></g><g stroke-linecap="round" transform="translate(550.1254502962602 136.86405287536127) rotate(0 110.05757116156974 32.177416550875904)"><path d="M16.09 0 C76.34 -0.8, 136.19 -3.46, 204.03 0 M16.09 0 C90.36 1.62, 165.88 1.71, 204.03 0 M204.03 0 C214.43 1.73, 219.08 6.64, 220.12 16.09 M204.03 0 C216.36 -0.75, 221 5.45, 220.12 16.09 M220.12 16.09 C218.56 25.39, 222.19 36.81, 220.12 48.27 M220.12 16.09 C220.64 22.42, 220.71 29.85, 220.12 48.27 M220.12 48.27 C218.75 59.74, 215.8 64.7, 204.03 64.35 M220.12 48.27 C221.63 58.24, 213.85 62.47, 204.03 64.35 M204.03 64.35 C130.72 64.45, 57.72 61.86, 16.09 64.35 M204.03 64.35 C144.44 66.56, 83.8 66.25, 16.09 64.35 M16.09 64.35 C5.3 66.33, 0.97 60.18, 0 48.27 M16.09 64.35 C4.01 64.28, -0.27 58.66, 0 48.27 M0 48.27 C-0.43 37.56, -0.26 25.45, 0 16.09 M0 48.27 C0.1 40.68, 0.58 32.08, 0 16.09 M0 16.09 C-0.28 4.26, 3.74 -1.02, 16.09 0 M0 16.09 C1.42 6.22, 4.93 1.22, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(567.1930922586112 144.04146942623714) rotate(0 92.98992919921875 25)"><text x="92.98992919921875" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">2. Perform scalar </text><text x="92.98992919921875" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">multiplication</text></g><g stroke-linecap="round" transform="translate(554.5545838679946 220.6873664272789) rotate(0 110.05757116156974 55)"><path d="M27.5 0 C84.61 1.79, 136.09 0.52, 192.62 0 M27.5 0 C77.26 0.68, 126.83 0.46, 192.62 0 M192.62 0 C212.34 -0.66, 220.88 9.24, 220.12 27.5 M192.62 0 C211.51 1.45, 218.5 7.15, 220.12 27.5 M220.12 27.5 C219.07 42.83, 220.24 54.71, 220.12 82.5 M220.12 27.5 C219.59 39.89, 220.79 51.71, 220.12 82.5 M220.12 82.5 C221.44 100.18, 210.16 108.36, 192.62 110 M220.12 82.5 C222.13 101.92, 209.01 109.45, 192.62 110 M192.62 110 C129.67 110.56, 67.31 110.98, 27.5 110 M192.62 110 C129.01 111.88, 65.95 111.49, 27.5 110 M27.5 110 C7.99 109.93, -0.23 100.54, 0 82.5 M27.5 110 C10.34 110.33, -0.18 100.4, 0 82.5 M0 82.5 C-1.02 65.47, 1.25 46.83, 0 27.5 M0 82.5 C-0.56 63.63, -1.23 45.36, 0 27.5 M0 27.5 C1.23 9.92, 8.79 1.06, 27.5 0 M0 27.5 C1.76 9.55, 7.64 0.54, 27.5 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(561.9422331545643 225.6873664272789) rotate(0 102.669921875 50)"><text x="102.669921875" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">3. Shared Key is the</text><text x="102.669921875" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">two output elements</text><text x="102.669921875" y="50" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">([0] and [1]) of the</text><text x="102.669921875" y="75" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">scalar multiplciation</text></g><g transform="translate(426.6654259855982 132.2871750764661) rotate(0 49.669944763183594 12.5)"><text x="0" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Processing</text></g><g stroke-linecap="round"><g transform="translate(409.4888137255391 192.9214962134585) rotate(0 54.0494641083767 -0.8482636989667753)"><path d="M-0.62 0.77 C17.57 0.25, 90.74 -1.69, 108.94 -2.09 M1.26 0.13 C19.38 0.29, 90.63 -0.69, 108.43 -0.76" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(409.4888137255391 192.9214962134585) rotate(0 54.0494641083767 -0.8482636989667753)"><path d="M80.33 9.76 C89.5 8.32, 95.54 4.7, 108.43 -0.76 M80.33 9.76 C88.14 5.51, 96.81 4.13, 108.43 -0.76" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(409.4888137255391 192.9214962134585) rotate(0 54.0494641083767 -0.8482636989667753)"><path d="M80.14 -10.76 C89.54 -6.38, 95.64 -4.16, 108.43 -0.76 M80.14 -10.76 C88.06 -8.78, 96.79 -3.92, 108.43 -0.76" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(10 10.18696194196309) rotate(0 110.05757116156975 32.177416550875904)"><path d="M16.09 0 C90.84 2.6, 160.34 1.58, 204.03 0 M16.09 0 C74.22 2.66, 130.74 1.2, 204.03 0 M204.03 0 C214.98 1.36, 220.66 7.29, 220.12 16.09 M204.03 0 C212.74 -1.44, 218.46 5.7, 220.12 16.09 M220.12 16.09 C219.26 27.12, 219.4 35.44, 220.12 48.27 M220.12 16.09 C220.75 24.26, 220.72 32.98, 220.12 48.27 M220.12 48.27 C221.99 60.05, 213.33 65.67, 204.03 64.35 M220.12 48.27 C220.16 59.75, 216.2 62.19, 204.03 64.35 M204.03 64.35 C146.1 66.61, 87 65.08, 16.09 64.35 M204.03 64.35 C159.86 64.34, 114.42 64.35, 16.09 64.35 M16.09 64.35 C7.16 64.43, -1.57 60.74, 0 48.27 M16.09 64.35 C3.11 64.28, -2.29 59.8, 0 48.27 M0 48.27 C1.5 42.64, -1.67 34.87, 0 16.09 M0 48.27 C-0.06 35.34, 0.59 24.06, 0 16.09 M0 16.09 C0.97 6.51, 6.83 0.74, 16.09 0 M0 16.09 C-2.09 5.03, 7.04 1.8, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(69.32762121039787 29.864378492838966) rotate(0 50.729949951171875 12.5)"><text x="50.729949951171875" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">privateKey</text></g><g stroke-linecap="round" transform="translate(853.1785794843897 135.00339353669267) rotate(0 110.05757116156974 32.177416550875904)"><path d="M16.09 0 C77.06 -3.77, 135.77 -3.55, 204.03 0 M16.09 0 C68.34 0.66, 118.92 -0.64, 204.03 0 M204.03 0 C216.21 1.54, 218.98 4.24, 220.12 16.09 M204.03 0 C215.69 -0.48, 218.55 6.74, 220.12 16.09 M220.12 16.09 C219.77 23.6, 221.41 34.51, 220.12 48.27 M220.12 16.09 C218.99 28.53, 220.27 40.67, 220.12 48.27 M220.12 48.27 C220.59 60.82, 213.59 63.68, 204.03 64.35 M220.12 48.27 C220.34 58.71, 212.98 64.53, 204.03 64.35 M204.03 64.35 C139.45 65.33, 76.5 65.74, 16.09 64.35 M204.03 64.35 C153.36 64.66, 103.01 62.9, 16.09 64.35 M16.09 64.35 C5.44 63.59, 0.99 60.43, 0 48.27 M16.09 64.35 C7.61 66.12, -0.1 57.42, 0 48.27 M0 48.27 C1.75 38.04, -1.57 26.6, 0 16.09 M0 48.27 C-0.28 35.55, -0.33 23.33, 0 16.09 M0 16.09 C1.6 3.86, 6.82 -1.51, 16.09 0 M0 16.09 C-0.19 6.45, 4.38 -0.43, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(865.3662394521118 154.6808100875686) rotate(0 97.86991119384766 12.5)"><text x="97.86991119384766" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">publicKey * privateKey</text></g><g stroke-linecap="round"><g transform="translate(785.6942556521292 169.49482019809443) rotate(0 18.9027027744238 -0.6071622858810883)"><path d="M0.23 -0.47 C6.59 -0.64, 31.7 -1.17, 37.96 -1.32 M-0.32 0.48 C6 0.42, 31.32 -0.45, 37.61 -0.68" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(785.6942556521292 169.49482019809443) rotate(0 18.9027027744238 -0.6071622858810883)"><path d="M20.08 6.41 C23.97 4.75, 29.27 2.55, 37.61 -0.68 M20.08 6.41 C24.5 4.41, 29.66 2.77, 37.61 -0.68" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(785.6942556521292 169.49482019809443) rotate(0 18.9027027744238 -0.6071622858810883)"><path d="M19.62 -6.52 C23.6 -4.73, 29.02 -3.48, 37.61 -0.68 M19.62 -6.52 C24.18 -5.12, 29.46 -3.36, 37.61 -0.68" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g></g><mask></mask></svg>
@@ -18,4 +18,4 @@
18
18
  </style>
19
19
 
20
20
  </defs>
21
- <rect x="0" y="0" width="1538.6657771052182" height="633.5018016317143" fill="#ffffff"></rect><g stroke-linecap="round" transform="translate(371.71429967973427 147.9496847561644) rotate(0 114.33810379333886 33.80052213620306)"><path d="M16.9 0 C64.24 0.93, 109.59 1.39, 211.78 0 M16.9 0 C79.75 1.92, 144.09 0.62, 211.78 0 M211.78 0 C223.74 -1.1, 229.7 6.28, 228.68 16.9 M211.78 0 C221.1 0.7, 228.62 3.72, 228.68 16.9 M228.68 16.9 C228.71 23.35, 227.97 31.85, 228.68 50.7 M228.68 16.9 C228.16 26.09, 229.34 32.55, 228.68 50.7 M228.68 50.7 C229.57 62.75, 222.8 68.59, 211.78 67.6 M228.68 50.7 C229.98 64.14, 222.41 68.86, 211.78 67.6 M211.78 67.6 C134.32 66.77, 60.32 68.82, 16.9 67.6 M211.78 67.6 C158.56 67.94, 103.96 66.66, 16.9 67.6 M16.9 67.6 C3.97 68.05, 1.63 60.67, 0 50.7 M16.9 67.6 C3.79 69.6, 0.64 64.02, 0 50.7 M0 50.7 C-0.03 38.29, 1.3 23.39, 0 16.9 M0 50.7 C0.48 43.42, 0.46 36.31, 0 16.9 M0 16.9 C-1.76 4.2, 5.18 1.08, 16.9 0 M0 16.9 C-0.5 3.61, 5.72 -0.59, 16.9 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(389.66248800676476 169.2502068923675) rotate(0 96.3899154663086 12.5)"><text x="96.3899154663086" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#e03131" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">MessageToCommand</text></g><g stroke-linecap="round"><g transform="translate(455.48358148558555 82.3282042460105) rotate(0 1.2190670056115778 27.226474553228996)"><path d="M1.2 0.33 C1.28 9.35, 1.36 44.53, 1.38 53.68 M0.37 -0.55 C0.73 8.66, 2.99 45.83, 3.53 54.81" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(455.48358148558555 82.3282042460105) rotate(0 1.2190670056115778 27.226474553228996)"><path d="M-7.31 29.81 C-2.78 37.36, -0.53 46.68, 3.53 54.81 M-7.31 29.81 C-3.08 38.5, 1.07 48.55, 3.53 54.81" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(455.48358148558555 82.3282042460105) rotate(0 1.2190670056115778 27.226474553228996)"><path d="M11.3 28.69 C8.81 36.84, 4.06 46.59, 3.53 54.81 M11.3 28.69 C8.7 37.67, 6.02 48.13, 3.53 54.81" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g></g><mask></mask><g transform="translate(518.6992044226031 100.82693355945446) rotate(0 31.809967041015625 12.5)"><text x="0" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Inputs</text></g><g transform="translate(529.9854405346059 249.3938412659503) rotate(0 34.84996032714844 12.5)"><text x="0" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Output</text></g><g stroke-linecap="round"><g transform="translate(469.28086667984144 234.70897316761432) rotate(0 0.2229014099473261 20.511057519056408)"><path d="M-0.2 -0.35 C-0.01 6.37, 0.48 33.79, 0.64 40.72 M0.7 0.66 C0.88 7.42, 0.33 34.67, 0.3 41.26" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(469.28086667984144 234.70897316761432) rotate(0 0.2229014099473261 20.511057519056408)"><path d="M-6.47 21.9 C-5.64 26.27, -4.15 30.45, 0.3 41.26 M-6.47 21.9 C-4.31 27.9, -2.38 34.58, 0.3 41.26" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(469.28086667984144 234.70897316761432) rotate(0 0.2229014099473261 20.511057519056408)"><path d="M7.56 22.08 C5.48 26.39, 4.06 30.53, 0.3 41.26 M7.56 22.08 C5.06 28.04, 2.33 34.66, 0.3 41.26" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(372.4449209678951 300.6353154340226) rotate(0 110.05757116156974 32.177416550875904)"><path d="M16.09 0 C64.48 0.38, 115.71 -2.35, 204.03 0 M16.09 0 C77.51 1.23, 139.5 1.64, 204.03 0 M204.03 0 C213.29 -0.6, 219.25 4.25, 220.12 16.09 M204.03 0 C216.64 -1.59, 218.3 7.49, 220.12 16.09 M220.12 16.09 C220.61 26.75, 220.82 39.02, 220.12 48.27 M220.12 16.09 C220.91 28.72, 219.89 40.59, 220.12 48.27 M220.12 48.27 C219.55 58.88, 216.24 63.85, 204.03 64.35 M220.12 48.27 C218.77 58.48, 215.56 66.13, 204.03 64.35 M204.03 64.35 C160.85 64.42, 115.49 61.2, 16.09 64.35 M204.03 64.35 C132.3 65.25, 58.76 65.88, 16.09 64.35 M16.09 64.35 C6.35 65.39, -0.52 57.43, 0 48.27 M16.09 64.35 C6.15 63.76, 1.37 59.47, 0 48.27 M0 48.27 C-1.63 36.31, 0.89 24.82, 0 16.09 M0 48.27 C0.05 41.09, -0.04 34.74, 0 16.09 M0 16.09 C-1.08 3.41, 4.81 0.65, 16.09 0 M0 16.09 C1.1 6.82, 5.17 1.68, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(426.7325412627656 320.3127319848985) rotate(0 55.76995086669922 12.5)"><text x="55.76995086669922" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#2f9e44" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">stateIndex</text></g><g stroke-linecap="round" transform="translate(924.3800221482911 75.60378386474531) rotate(0 110.05757116156974 42.5)"><path d="M21.25 0 C84.27 1.45, 144.41 0.18, 198.87 0 M21.25 0 C67.88 -0.43, 115.55 -0.68, 198.87 0 M198.87 0 C214.67 -1.39, 218.53 8.94, 220.12 21.25 M198.87 0 C213.92 -2.03, 221.14 7.98, 220.12 21.25 M220.12 21.25 C222.22 32.94, 221.42 47.49, 220.12 63.75 M220.12 21.25 C219.77 33.68, 220.8 45.97, 220.12 63.75 M220.12 63.75 C218.94 77.47, 213.74 86.55, 198.87 85 M220.12 63.75 C218.55 76.74, 211.12 85.51, 198.87 85 M198.87 85 C132.86 84.13, 65.17 85.51, 21.25 85 M198.87 85 C159.95 85.25, 119.78 83.95, 21.25 85 M21.25 85 C7.77 84.48, 1.19 78.34, 0 63.75 M21.25 85 C8.41 86.38, -2.03 76.26, 0 63.75 M0 63.75 C-1.99 52.03, -0.74 40.29, 0 21.25 M0 63.75 C-0.53 51.51, -0.27 41.56, 0 21.25 M0 21.25 C0.96 8.35, 6.91 1.46, 21.25 0 M0 21.25 C-0.8 7.32, 8.73 1.07, 21.25 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(952.3376482415015 93.10378386474531) rotate(0 82.09994506835938 25)"><text x="82.09994506835938" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">1. Generate the </text><text x="82.09994506835938" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">shared key</text></g><g transform="translate(706.9132752497453 131.4276138530763) rotate(0 49.669944763183594 12.5)"><text x="0" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Processing</text></g><g stroke-linecap="round"><g transform="translate(661.1031904551542 192.01567736077197) rotate(0 109.03693600044221 -0.06959360580904672)"><path d="M-0.95 1.11 C35.31 1.05, 181.95 -1.07, 218.54 -1.2 M0.75 0.65 C36.81 0.77, 181.61 0.18, 217.83 -0.22" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(661.1031904551542 192.01567736077197) rotate(0 109.03693600044221 -0.06959360580904672)"><path d="M189.72 10.24 C202.38 7.24, 209.5 3.36, 217.83 -0.22 M189.72 10.24 C199.82 7.5, 208.51 3.56, 217.83 -0.22" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(661.1031904551542 192.01567736077197) rotate(0 109.03693600044221 -0.06959360580904672)"><path d="M189.57 -10.29 C202.15 -5.44, 209.33 -1.48, 217.83 -0.22 M189.57 -10.29 C199.71 -6.07, 208.44 -3.05, 217.83 -0.22" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(260.0561922263171 10) rotate(0 110.05757116156985 32.177416550875904)"><path d="M16.09 0 C55.84 0.16, 99.91 -0.97, 204.03 0 M16.09 0 C81.5 -1.23, 148.35 -1.84, 204.03 0 M204.03 0 C214.47 -1.78, 219.55 5.25, 220.12 16.09 M204.03 0 C216.47 -0.58, 218.77 4.85, 220.12 16.09 M220.12 16.09 C219.34 25.22, 220.81 39.29, 220.12 48.27 M220.12 16.09 C220.14 24.55, 220.82 30.45, 220.12 48.27 M220.12 48.27 C220.34 58.69, 215.74 65.39, 204.03 64.35 M220.12 48.27 C219.52 57.19, 215.54 63.76, 204.03 64.35 M204.03 64.35 C137.68 63.68, 67.5 64.99, 16.09 64.35 M204.03 64.35 C137.5 62.45, 70.97 62.35, 16.09 64.35 M16.09 64.35 C5.32 64.6, -1.08 57.04, 0 48.27 M16.09 64.35 C4.72 65.1, 1.1 60.45, 0 48.27 M0 48.27 C-0.03 40.32, 0.7 30.55, 0 16.09 M0 48.27 C0.38 37.96, 0.11 27.09, 0 16.09 M0 16.09 C1.18 6.28, 5.6 1.61, 16.09 0 M0 16.09 C2.2 3.79, 5.98 1.61, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(310.8738113004845 29.677416550875932) rotate(0 59.23995208740246 12.5)"><text x="59.239952087402344" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">message[13]</text></g><g transform="translate(10 154.95864255311096) rotate(0 169.63987731933594 25)"><text x="0" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Convert a Message to a Command</text><text x="0" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">and decrypt it</text></g><g stroke-linecap="round" transform="translate(28.833320294445457 12.14022262568983) rotate(0 110.05757116156974 32.177416550875904)"><path d="M16.09 0 C74.87 -1.01, 130.26 -0.29, 204.03 0 M16.09 0 C69.69 0.56, 124.53 0.56, 204.03 0 M204.03 0 C214.63 -1.98, 219.17 3.62, 220.12 16.09 M204.03 0 C215.35 -0.42, 220.61 6.36, 220.12 16.09 M220.12 16.09 C219.59 26.73, 219.73 41.18, 220.12 48.27 M220.12 16.09 C220.97 25.05, 220.4 32.84, 220.12 48.27 M220.12 48.27 C222.12 60.78, 216.57 65.37, 204.03 64.35 M220.12 48.27 C220.52 58.46, 216.2 64.33, 204.03 64.35 M204.03 64.35 C165.79 65.05, 126.36 63.46, 16.09 64.35 M204.03 64.35 C153.04 61.81, 101.79 61.82, 16.09 64.35 M16.09 64.35 C3.93 65.44, 1.18 58.88, 0 48.27 M16.09 64.35 C3.47 63.43, -0.2 58.94, 0 48.27 M0 48.27 C-1.63 38.88, -1.56 33.95, 0 16.09 M0 48.27 C-0.58 40.11, 0 32.96, 0 16.09 M0 16.09 C0.2 5.55, 5.68 0.74, 16.09 0 M0 16.09 C0.52 4.07, 6.48 -1.97, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(39.35098972261676 31.817639176565763) rotate(0 99.53990173339844 12.5)"><text x="99.53990173339844" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">encryptionPrivateKey</text></g><g stroke-linecap="round" transform="translate(500.4915278113094 10.485227444192901) rotate(0 110.05757116156974 32.177416550875904)"><path d="M16.09 0 C75.54 0.87, 132.08 -1.22, 204.03 0 M16.09 0 C85.47 -0.9, 154.86 0.49, 204.03 0 M204.03 0 C214.96 0.7, 218.6 7.34, 220.12 16.09 M204.03 0 C212.69 -0.18, 221.93 5.38, 220.12 16.09 M220.12 16.09 C219.5 26.84, 219.36 33.32, 220.12 48.27 M220.12 16.09 C220.11 27.08, 220.7 36.79, 220.12 48.27 M220.12 48.27 C219.03 58.37, 213.68 63.86, 204.03 64.35 M220.12 48.27 C221.65 58.46, 214.13 63.76, 204.03 64.35 M204.03 64.35 C151.63 64.13, 101.46 67.19, 16.09 64.35 M204.03 64.35 C162.42 66.12, 119.47 65.79, 16.09 64.35 M16.09 64.35 C3.81 64.81, -0.64 58.55, 0 48.27 M16.09 64.35 C4.1 63.29, 0.1 58.67, 0 48.27 M0 48.27 C-0.65 35.95, 0.26 28.09, 0 16.09 M0 48.27 C-0.27 39.23, -0.38 29.31, 0 16.09 M0 16.09 C1.59 5.56, 7.11 -0.61, 16.09 0 M0 16.09 C-2.02 7.08, 5.78 0.42, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(519.9191932721956 30.162643995068834) rotate(0 90.6299057006836 12.5)"><text x="90.6299057006836" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">encryptionPublicKey</text></g><g stroke-linecap="round" transform="translate(127.20273886174391 296.994703833528) rotate(0 110.05757116156974 32.177416550875904)"><path d="M16.09 0 C81.37 1.76, 145 2.31, 204.03 0 M16.09 0 C61.76 0.44, 108.94 0.23, 204.03 0 M204.03 0 C216.19 1.09, 222.02 4.2, 220.12 16.09 M204.03 0 C214.56 -1.54, 218.22 6.42, 220.12 16.09 M220.12 16.09 C220.37 23.85, 219.66 35.72, 220.12 48.27 M220.12 16.09 C220.92 25.25, 220.34 35.26, 220.12 48.27 M220.12 48.27 C219 60.26, 213.1 63.54, 204.03 64.35 M220.12 48.27 C222.07 56.94, 214.54 62.48, 204.03 64.35 M204.03 64.35 C161.87 63.96, 123.46 64.41, 16.09 64.35 M204.03 64.35 C162.01 63.33, 119.76 64.53, 16.09 64.35 M16.09 64.35 C4.92 65.58, -0.16 58.84, 0 48.27 M16.09 64.35 C6.05 63.12, -1.11 59.62, 0 48.27 M0 48.27 C1.01 36.43, 0.62 24.9, 0 16.09 M0 48.27 C-0.8 41.83, -0.72 33.93, 0 16.09 M0 16.09 C1.62 6.89, 4.71 0.75, 16.09 0 M0 16.09 C-1.73 6.38, 4.39 -1.7, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(187.3703564100324 316.6721203844039) rotate(0 49.88995361328125 12.5)"><text x="49.88995361328125" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#2f9e44" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">newPubKey</text></g><g stroke-linecap="round" transform="translate(615.8220771206579 300.86492548466845) rotate(0 110.05757116156974 32.177416550875904)"><path d="M16.09 0 C90.93 0.16, 166.05 -1.24, 204.03 0 M16.09 0 C80.61 -1.11, 144.03 -0.88, 204.03 0 M204.03 0 C214.41 -0.21, 218.73 6.53, 220.12 16.09 M204.03 0 C216.56 -0.65, 218.7 4.19, 220.12 16.09 M220.12 16.09 C221.26 24.29, 220.73 34.46, 220.12 48.27 M220.12 16.09 C219.13 27.56, 219.21 38.14, 220.12 48.27 M220.12 48.27 C220.42 59.58, 215.36 63.48, 204.03 64.35 M220.12 48.27 C222.35 57.47, 212.89 64.62, 204.03 64.35 M204.03 64.35 C138.78 65.9, 72.02 63.58, 16.09 64.35 M204.03 64.35 C140.33 65.1, 78.5 65.84, 16.09 64.35 M16.09 64.35 C5.83 63.31, -1.79 59.79, 0 48.27 M16.09 64.35 C4.08 64.82, 1.1 58.74, 0 48.27 M0 48.27 C-1.02 40.86, 1.61 32.08, 0 16.09 M0 48.27 C0.59 38.41, 0.76 30.69, 0 16.09 M0 16.09 C1.3 5.78, 4.33 0.51, 16.09 0 M0 16.09 C-1.7 3.69, 6.91 -0.03, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(646.8497257968761 320.5423420355444) rotate(0 79.02992248535156 12.5)"><text x="79.02992248535156" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#2f9e44" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">voteOptionIndex</text></g><g stroke-linecap="round" transform="translate(138.34568778561265 385.6397407753848) rotate(0 110.05757116156974 32.177416550875904)"><path d="M16.09 0 C85.59 -1.67, 154.01 -0.24, 204.03 0 M16.09 0 C82.43 1.57, 148.16 1.45, 204.03 0 M204.03 0 C216.28 1.21, 221.49 7.23, 220.12 16.09 M204.03 0 C216.49 1.29, 218.74 4.49, 220.12 16.09 M220.12 16.09 C218.81 25.97, 218.58 38.94, 220.12 48.27 M220.12 16.09 C220.93 25.77, 220.66 33.59, 220.12 48.27 M220.12 48.27 C221.97 60.03, 213.41 63.63, 204.03 64.35 M220.12 48.27 C221.17 60.08, 216.07 64.48, 204.03 64.35 M204.03 64.35 C163.72 61.42, 126.39 61.66, 16.09 64.35 M204.03 64.35 C145.65 64.49, 87.64 64.95, 16.09 64.35 M16.09 64.35 C7.09 62.54, 0.73 58.3, 0 48.27 M16.09 64.35 C4.37 64.8, -0.35 58.63, 0 48.27 M0 48.27 C-1.38 35.08, -0.25 26.52, 0 16.09 M0 48.27 C-0.75 39.56, -0.6 29.55, 0 16.09 M0 16.09 C1.28 4.69, 4.76 1.12, 16.09 0 M0 16.09 C2.15 5.22, 3.28 -1.72, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(179.62332120304177 405.3171573262607) rotate(0 68.77993774414062 12.5)"><text x="68.77993774414062" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#2f9e44" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">newVoteWeight</text></g><g stroke-linecap="round" transform="translate(380.17029427452917 384.77626502851683) rotate(0 110.05757116156974 32.177416550875904)"><path d="M16.09 0 C55.62 -1.89, 97.96 -0.2, 204.03 0 M16.09 0 C66.32 -2.59, 116.81 -1.31, 204.03 0 M204.03 0 C216.02 -1.6, 219.54 7.23, 220.12 16.09 M204.03 0 C213.87 -1.53, 219.76 3.37, 220.12 16.09 M220.12 16.09 C221.53 22.17, 219.2 29.34, 220.12 48.27 M220.12 16.09 C220.31 25.16, 220.23 33.92, 220.12 48.27 M220.12 48.27 C219.12 58.69, 212.81 64.22, 204.03 64.35 M220.12 48.27 C218.79 61.1, 212.91 62.17, 204.03 64.35 M204.03 64.35 C153.48 64.47, 101.13 61, 16.09 64.35 M204.03 64.35 C148.84 66.77, 93.61 66.71, 16.09 64.35 M16.09 64.35 C3.52 65.16, 0.83 60.94, 0 48.27 M16.09 64.35 C5.08 66.55, 0.47 59.98, 0 48.27 M0 48.27 C0.93 41.27, 0.52 31.21, 0 16.09 M0 48.27 C-0.63 38.18, 0.16 29.98, 0 16.09 M0 16.09 C0.2 4, 5.31 0.59, 16.09 0 M0 16.09 C1.94 4.47, 5.14 1.01, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(464.8578855777005 404.45368157939276) rotate(0 25.369979858398438 12.5)"><text x="25.369979858398438" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#2f9e44" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">nonce</text></g><g stroke-linecap="round" transform="translate(625.7777468925829 382.02136621708087) rotate(0 110.05757116156974 32.177416550875904)"><path d="M16.09 0 C83.38 3.06, 150.82 1.37, 204.03 0 M16.09 0 C76.6 -1.42, 137.18 -1.1, 204.03 0 M204.03 0 C216.46 0.49, 219.13 5.51, 220.12 16.09 M204.03 0 C214.55 -1.6, 218.55 4.9, 220.12 16.09 M220.12 16.09 C219.4 26.82, 218.23 38.8, 220.12 48.27 M220.12 16.09 C219.99 24.96, 219.59 34.09, 220.12 48.27 M220.12 48.27 C220.42 60.12, 215.86 64.03, 204.03 64.35 M220.12 48.27 C219.35 57.72, 215.9 64.43, 204.03 64.35 M204.03 64.35 C163.47 65.84, 125.27 67.02, 16.09 64.35 M204.03 64.35 C149.76 63.89, 95.89 62.77, 16.09 64.35 M16.09 64.35 C6.32 64.56, -1.41 58.02, 0 48.27 M16.09 64.35 C3.62 64.92, 0.71 59, 0 48.27 M0 48.27 C1.37 39.37, 1.33 25.76, 0 16.09 M0 48.27 C0.05 39.76, -0.89 29.45, 0 16.09 M0 16.09 C1.34 5.04, 6.72 -1.73, 16.09 0 M0 16.09 C0.25 7.4, 5.7 -1.97, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(708.9653458251487 401.6987827679568) rotate(0 26.869972229003906 12.5)"><text x="26.869972229003906" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#2f9e44" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">pollId</text></g><g stroke-linecap="round" transform="translate(141.1108660702248 473.57035433144017) rotate(0 110.05757116156974 32.177416550875904)"><path d="M16.09 0 C56.2 0.83, 98.36 0.01, 204.03 0 M16.09 0 C74.74 -0.12, 134.58 0.78, 204.03 0 M204.03 0 C215.58 1.36, 219.4 6.02, 220.12 16.09 M204.03 0 C213.04 -1.6, 218.77 5.06, 220.12 16.09 M220.12 16.09 C220.1 26.04, 218.1 35.76, 220.12 48.27 M220.12 16.09 C219.68 27.43, 220.47 38.42, 220.12 48.27 M220.12 48.27 C220.6 57.66, 216.06 63.59, 204.03 64.35 M220.12 48.27 C220.52 57.83, 215.34 62.06, 204.03 64.35 M204.03 64.35 C166.96 62.99, 129.06 64.17, 16.09 64.35 M204.03 64.35 C141.76 64.98, 80.51 64, 16.09 64.35 M16.09 64.35 C6.56 64.49, -1.02 60.48, 0 48.27 M16.09 64.35 C4.25 62.07, -0.81 58.8, 0 48.27 M0 48.27 C1.01 41.02, 1.25 34.12, 0 16.09 M0 48.27 C0.42 37.09, 0.79 28.07, 0 16.09 M0 16.09 C-0.69 4.86, 4.79 1.73, 16.09 0 M0 16.09 C-0.8 6.18, 3.44 1.37, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(230.78845523716564 493.2477708823161) rotate(0 20.379981994628906 12.5)"><text x="20.379981994628906" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#2f9e44" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">salt</text></g><g stroke-linecap="round" transform="translate(378.1709367416031 473.62175169732507) rotate(0 110.05757116156985 32.177416550875904)"><path d="M16.09 0 C69.35 -1.44, 125.22 -1.45, 204.03 0 M16.09 0 C87.05 1.14, 160.19 1.54, 204.03 0 M204.03 0 C213.77 0.53, 219.51 4.65, 220.12 16.09 M204.03 0 C213.4 0.09, 221.56 6.65, 220.12 16.09 M220.12 16.09 C220.74 25.1, 219.18 34.78, 220.12 48.27 M220.12 16.09 C220.5 24.26, 220.12 33.58, 220.12 48.27 M220.12 48.27 C219.34 59.3, 216.32 63.4, 204.03 64.35 M220.12 48.27 C219.9 58.95, 214.26 65.58, 204.03 64.35 M204.03 64.35 C157.31 66.39, 112.54 66.89, 16.09 64.35 M204.03 64.35 C142.94 66.02, 82.63 65.99, 16.09 64.35 M16.09 64.35 C4.26 64.32, -1 57.41, 0 48.27 M16.09 64.35 C3.83 65.37, -0.35 58.51, 0 48.27 M0 48.27 C1.51 35.21, -0.34 21.41, 0 16.09 M0 48.27 C-0.1 35.35, 0.43 23.54, 0 16.09 M0 16.09 C0.36 4.33, 5.07 -0.64, 16.09 0 M0 16.09 C-0.85 5.47, 7.16 0.02, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(436.37855520541916 493.299168248201) rotate(0 51.849952697753906 12.5)"><text x="51.849952697753906" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#2f9e44" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">signatureR</text></g><g stroke-linecap="round" transform="translate(621.964062343915 473.8581795803959) rotate(0 110.05757116156974 32.177416550875904)"><path d="M16.09 0 C73.63 -0.37, 127.99 2.16, 204.03 0 M16.09 0 C75.07 -0.4, 133.78 0.39, 204.03 0 M204.03 0 C213.33 0.88, 219.12 3.41, 220.12 16.09 M204.03 0 C214.53 0.01, 221.86 6.45, 220.12 16.09 M220.12 16.09 C221.08 21.46, 222.04 28.59, 220.12 48.27 M220.12 16.09 C220.84 27.7, 220.48 40.27, 220.12 48.27 M220.12 48.27 C220.83 59.66, 215.72 63.7, 204.03 64.35 M220.12 48.27 C218.8 57.65, 214.11 66.53, 204.03 64.35 M204.03 64.35 C139.9 61.18, 74.37 64.58, 16.09 64.35 M204.03 64.35 C132.49 64.23, 60.65 64.26, 16.09 64.35 M16.09 64.35 C6.84 65.67, -1.33 58.6, 0 48.27 M16.09 64.35 C6.16 64.17, -0.52 61.16, 0 48.27 M0 48.27 C-1.78 35.29, 0.83 23.03, 0 16.09 M0 48.27 C0.69 34.67, -0.38 22.07, 0 16.09 M0 16.09 C1.13 5.03, 6.97 0.8, 16.09 0 M0 16.09 C0.96 3.38, 3.3 -0.35, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(680.8716853853675 493.53559613127186) rotate(0 51.14994812011719 12.5)"><text x="51.14994812011719" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#2f9e44" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">signatureS</text></g><g stroke-linecap="round" transform="translate(379.2091635324789 559.1469685299625) rotate(0 110.05757116156985 32.177416550875904)"><path d="M16.09 0 C79.62 0.18, 148.36 -0.6, 204.03 0 M16.09 0 C78.3 0.89, 141.24 0.16, 204.03 0 M204.03 0 C216.65 0.91, 218.72 7.18, 220.12 16.09 M204.03 0 C215.4 -0.84, 221.98 3.09, 220.12 16.09 M220.12 16.09 C219.36 25.41, 218 32.58, 220.12 48.27 M220.12 16.09 C219.63 28.46, 219.36 41.77, 220.12 48.27 M220.12 48.27 C221.42 60.6, 213.29 63.73, 204.03 64.35 M220.12 48.27 C220.56 56.95, 217.01 62.89, 204.03 64.35 M204.03 64.35 C129.86 66.12, 60.38 64.21, 16.09 64.35 M204.03 64.35 C159.2 65.74, 113.04 64.79, 16.09 64.35 M16.09 64.35 C3.73 65.34, 1.61 57.2, 0 48.27 M16.09 64.35 C4.22 66.56, 1.58 60.22, 0 48.27 M0 48.27 C1.36 36.64, -2.17 27.85, 0 16.09 M0 48.27 C0.35 37.35, -0.71 28.05, 0 16.09 M0 16.09 C-0.85 5.07, 7.22 1.38, 16.09 0 M0 16.09 C-0.87 5.33, 3.38 -0.7, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(414.9467960343809 578.8243850808384) rotate(0 74.31993865966797 12.5)"><text x="74.31993865966797" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#2f9e44" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">packedCommand</text></g><g stroke-linecap="round" transform="translate(1230.3032849587566 76.83755565584613) rotate(0 110.05757116156974 42.5)"><path d="M21.25 0 C74.41 1.61, 130.93 0.72, 198.87 0 M21.25 0 C72.15 -0.47, 120.83 -1.51, 198.87 0 M198.87 0 C212.42 1.62, 218.29 5.92, 220.12 21.25 M198.87 0 C214.49 -1.16, 220.17 8.46, 220.12 21.25 M220.12 21.25 C221.08 34.4, 220.76 49.79, 220.12 63.75 M220.12 21.25 C220.99 30.74, 220.1 41.97, 220.12 63.75 M220.12 63.75 C218.67 76.52, 212.64 85.63, 198.87 85 M220.12 63.75 C219.07 77.15, 214.43 83.96, 198.87 85 M198.87 85 C161.53 85.51, 124.45 86.6, 21.25 85 M198.87 85 C135.61 84.88, 71.72 83.82, 21.25 85 M21.25 85 C5.39 86.19, -0.55 78.87, 0 63.75 M21.25 85 C7.66 87.07, -1.19 77.86, 0 63.75 M0 63.75 C0.41 53.48, -2 38.85, 0 21.25 M0 63.75 C-0.46 51.69, 0.23 41.41, 0 21.25 M0 21.25 C-0.26 8.33, 8.9 -0.03, 21.25 0 M0 21.25 C-0.59 8.3, 9.29 1.27, 21.25 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1244.4909372970842 106.83755565584613) rotate(0 95.86991882324219 12.5)"><text x="95.86991882324219" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">use ECDH template</text></g><g stroke-linecap="round"><g transform="translate(1168.5394619667768 127.34012552414043) rotate(0 26.477353035656733 -1.5878260443664374)"><path d="M-0.81 -0.16 C8.23 -0.61, 44.38 -3.33, 53.5 -3.68 M0.96 -1.29 C9.96 -1.49, 44.06 -1.94, 52.84 -2.41" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(1168.5394619667768 127.34012552414043) rotate(0 26.477353035656733 -1.5878260443664374)"><path d="M28.21 7.43 C33.88 6.17, 39.16 4.52, 52.84 -2.41 M28.21 7.43 C36.76 3.1, 47.36 -0.75, 52.84 -2.41" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(1168.5394619667768 127.34012552414043) rotate(0 26.477353035656733 -1.5878260443664374)"><path d="M27.65 -10.71 C33.31 -7.65, 38.71 -4.98, 52.84 -2.41 M27.65 -10.71 C36.56 -8.25, 47.37 -5.31, 52.84 -2.41" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(933.9512130024445 180.2079379237549) rotate(0 110.05757116156974 42.5)"><path d="M21.25 0 C84.69 0.56, 146.63 -0.27, 198.87 0 M21.25 0 C71.27 -0.99, 118.54 -0.96, 198.87 0 M198.87 0 C211.12 -0.7, 219.3 6.55, 220.12 21.25 M198.87 0 C212.96 0.49, 221.87 8.21, 220.12 21.25 M220.12 21.25 C220.47 30.7, 222.43 41.28, 220.12 63.75 M220.12 21.25 C220.4 34.86, 220.45 48.41, 220.12 63.75 M220.12 63.75 C218.46 78.17, 214.93 83.05, 198.87 85 M220.12 63.75 C221.22 76.11, 211.49 85.7, 198.87 85 M198.87 85 C133.15 87.13, 67.58 86.17, 21.25 85 M198.87 85 C129.03 83.28, 60.52 83.58, 21.25 85 M21.25 85 C6.63 86.1, 1.44 79.66, 0 63.75 M21.25 85 C5.85 87.25, 1.88 80.07, 0 63.75 M0 63.75 C0.59 53.26, 0.65 47.65, 0 21.25 M0 63.75 C-0.05 48.59, 0.07 35.57, 0 21.25 M0 21.25 C1.98 8.31, 8.67 -0.42, 21.25 0 M0 21.25 C1.48 7.71, 6.83 -0.46, 21.25 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(952.6088818202643 197.7079379237549) rotate(0 91.39990234375 25)"><text x="91.39990234375" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">2. Decrypt using </text><text x="91.39990234375" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">PoseidonDecryption</text></g><g stroke-linecap="round" transform="translate(1243.132067483653 181.27330894849) rotate(0 139.13306104271328 67.5)"><path d="M32 0 C83.11 -0.14, 131.75 -1.82, 246.27 0 M32 0 C83.23 0.57, 134.42 1.36, 246.27 0 M246.27 0 C266.54 1.37, 277.32 9.03, 278.27 32 M246.27 0 C269.27 -1.05, 278.72 12.57, 278.27 32 M278.27 32 C279.36 58.82, 277.23 84.25, 278.27 103 M278.27 32 C277.22 47.31, 278.79 61.15, 278.27 103 M278.27 103 C276.97 123.83, 267.18 133.22, 246.27 135 M278.27 103 C279.65 125.82, 267.98 134.69, 246.27 135 M246.27 135 C176.23 132.52, 103.45 132.56, 32 135 M246.27 135 C194.55 137.5, 141.51 137.32, 32 135 M32 135 C11.66 135.03, 0.14 123.55, 0 103 M32 135 C9.41 136.65, -1.01 125.51, 0 103 M0 103 C1.49 85.28, -1.4 65.93, 0 32 M0 103 C-0.82 83.67, 0.49 63.58, 0 32 M0 32 C0.21 10.62, 9.34 0.94, 32 0 M0 32 C-2.02 8.94, 8.81 -1.47, 32 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1250.7552103134753 186.27330894849) rotate(0 131.50991821289062 62.5)"><text x="131.50991821289062" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">we pass all parts of the </text><text x="131.50991821289062" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">message but not the first</text><text x="131.50991821289062" y="50" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">item which is the message </text><text x="131.50991821289062" y="75" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">type + the nonce and the </text><text x="131.50991821289062" y="100" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">shared key</text></g><g stroke-linecap="round"><g transform="translate(1164.8336907311464 223.3455833495584) rotate(0 31.108255701895132 -1.3475780830112285)"><path d="M0.82 -0.49 C11.05 -0.56, 51.12 -1.32, 61.25 -1.5 M-0.2 -1.79 C10.41 -2.07, 53.33 -2.74, 63.45 -2.99" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(1164.8336907311464 223.3455833495584) rotate(0 31.108255701895132 -1.3475780830112285)"><path d="M35.47 7.82 C42.81 2.9, 53.67 0.38, 63.45 -2.99 M35.47 7.82 C47.03 2.9, 56.45 -1.81, 63.45 -2.99" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(1164.8336907311464 223.3455833495584) rotate(0 31.108255701895132 -1.3475780830112285)"><path d="M35.06 -12.69 C42.33 -11.71, 53.31 -8.33, 63.45 -2.99 M35.06 -12.69 C46.89 -9.56, 56.47 -6.22, 63.45 -2.99" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(931.3710652350173 292.1939642649051) rotate(0 110.05757116156974 42.5)"><path d="M21.25 0 C65.72 -2.02, 107.85 0.18, 198.87 0 M21.25 0 C62.63 -0.81, 105.04 -0.49, 198.87 0 M198.87 0 C214.28 1.34, 218.9 8.31, 220.12 21.25 M198.87 0 C214.84 0.38, 218.77 9.15, 220.12 21.25 M220.12 21.25 C219.67 31.04, 219.9 44.65, 220.12 63.75 M220.12 21.25 C219.48 32.88, 221.2 45.59, 220.12 63.75 M220.12 63.75 C220.55 78.65, 212.73 85.91, 198.87 85 M220.12 63.75 C221.94 77.16, 213.77 83.03, 198.87 85 M198.87 85 C136.85 83.66, 77.92 83.05, 21.25 85 M198.87 85 C135.71 85.12, 71.02 86.05, 21.25 85 M21.25 85 C8.1 86.3, 0.24 79.47, 0 63.75 M21.25 85 C8 84.12, -0.98 78.05, 0 63.75 M0 63.75 C1.08 47.38, 1.1 36.62, 0 21.25 M0 63.75 C-0.69 54.91, -0.23 46.06, 0 21.25 M0 21.25 C-1.12 6.2, 7.23 -1.47, 21.25 0 M0 21.25 C-1.12 8.78, 7.54 -0.39, 21.25 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(968.9786852247121 309.6939642649051) rotate(0 72.449951171875 25)"><text x="72.449951171875" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">3. unpack the </text><text x="72.449951171875" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">output </text></g><g stroke-linecap="round" transform="translate(937.8317141267621 405.95689391476054) rotate(0 110.05757116156974 42.5)"><path d="M21.25 0 C66.74 -1.21, 114.46 -1.82, 198.87 0 M21.25 0 C80.21 -0.67, 139.49 -0.77, 198.87 0 M198.87 0 C212.68 -1.69, 219.02 8.49, 220.12 21.25 M198.87 0 C211.84 0.61, 217.88 7.21, 220.12 21.25 M220.12 21.25 C219.54 29.07, 220.48 38.41, 220.12 63.75 M220.12 21.25 C220.37 29.95, 220.33 40.4, 220.12 63.75 M220.12 63.75 C221.92 77.44, 211.68 84.55, 198.87 85 M220.12 63.75 C219.25 76.96, 213.57 86.81, 198.87 85 M198.87 85 C157.64 82.39, 119.98 81.63, 21.25 85 M198.87 85 C147.63 84.54, 96.31 85.39, 21.25 85 M21.25 85 C6.51 86.48, -0.31 78.56, 0 63.75 M21.25 85 C7.6 86.89, -0.25 78.94, 0 63.75 M0 63.75 C-0.32 51.06, -0.23 33.51, 0 21.25 M0 63.75 C0.87 49.29, 0.72 33.68, 0 21.25 M0 21.25 C-1.82 8.88, 5.46 -0.2, 21.25 0 M0 21.25 C-0.23 8.64, 5.1 0.61, 21.25 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(946.8893768410662 423.45689391476054) rotate(0 100.99990844726562 25)"><text x="100.99990844726562" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">4. wire everything to</text><text x="100.99990844726562" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">the output signals</text></g><g stroke-linecap="round" transform="translate(1250.3996550197917 338.759817139945) rotate(0 139.13306104271328 55)"><path d="M27.5 0 C88.41 0.71, 148.09 -2.28, 250.77 0 M27.5 0 C75.03 -0.67, 121.12 -1.14, 250.77 0 M250.77 0 C269.31 1.74, 278.5 7.76, 278.27 27.5 M250.77 0 C269.91 -1.91, 277.95 9.48, 278.27 27.5 M278.27 27.5 C276.85 39.04, 278.86 52.37, 278.27 82.5 M278.27 27.5 C277.39 45.87, 277.73 63.12, 278.27 82.5 M278.27 82.5 C279.91 101.72, 270.05 111.44, 250.77 110 M278.27 82.5 C279.01 102.86, 270.54 112.14, 250.77 110 M250.77 110 C159.86 111.04, 70.61 110.39, 27.5 110 M250.77 110 C163.73 111.28, 77.44 111.59, 27.5 110 M27.5 110 C10.27 111.45, 1.53 101.09, 0 82.5 M27.5 110 C10.16 107.93, 0.49 101.47, 0 82.5 M0 82.5 C0.7 61.95, -0.73 41.13, 0 27.5 M0 82.5 C0.35 66.29, 0.33 49.98, 0 27.5 M0 27.5 C1.27 10.1, 9.94 0.79, 27.5 0 M0 27.5 C1.2 11.27, 9.95 1.32, 27.5 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1268.9228070048875 368.759817139945) rotate(0 120.60990905761719 25)"><text x="120.60990905761719" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Also we pass the nonce </text><text x="120.60990905761719" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">and the shared key</text></g><g stroke-linecap="round"><g transform="translate(1171.4485528758678 344.0757943149472) rotate(0 33.212977834885805 28.31014262848322)"><path d="M0.9 -0.74 C12.12 8.92, 56.07 47.88, 67.03 57.56 M-0.09 1.48 C11.06 10.86, 55.38 46.95, 66.41 55.94" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(1171.4485528758678 344.0757943149472) rotate(0 33.212977834885805 28.31014262848322)"><path d="M38.07 46.08 C44.56 49.58, 55.14 51.72, 66.41 55.94 M38.07 46.08 C49.28 50.25, 58.09 52.56, 66.41 55.94" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(1171.4485528758678 344.0757943149472) rotate(0 33.212977834885805 28.31014262848322)"><path d="M51.04 30.17 C53.92 38.13, 60.94 44.63, 66.41 55.94 M51.04 30.17 C57.53 40.19, 61.63 48.28, 66.41 55.94" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g></g><mask></mask></svg>
21
+ <rect x="0" y="0" width="1538.6657771052182" height="633.5018016317143" fill="#ffffff"></rect><g stroke-linecap="round" transform="translate(371.71429967973427 147.9496847561644) rotate(0 114.33810379333886 33.80052213620306)"><path d="M16.9 0 C64.24 0.93, 109.59 1.39, 211.78 0 M16.9 0 C79.75 1.92, 144.09 0.62, 211.78 0 M211.78 0 C223.74 -1.1, 229.7 6.28, 228.68 16.9 M211.78 0 C221.1 0.7, 228.62 3.72, 228.68 16.9 M228.68 16.9 C228.71 23.35, 227.97 31.85, 228.68 50.7 M228.68 16.9 C228.16 26.09, 229.34 32.55, 228.68 50.7 M228.68 50.7 C229.57 62.75, 222.8 68.59, 211.78 67.6 M228.68 50.7 C229.98 64.14, 222.41 68.86, 211.78 67.6 M211.78 67.6 C134.32 66.77, 60.32 68.82, 16.9 67.6 M211.78 67.6 C158.56 67.94, 103.96 66.66, 16.9 67.6 M16.9 67.6 C3.97 68.05, 1.63 60.67, 0 50.7 M16.9 67.6 C3.79 69.6, 0.64 64.02, 0 50.7 M0 50.7 C-0.03 38.29, 1.3 23.39, 0 16.9 M0 50.7 C0.48 43.42, 0.46 36.31, 0 16.9 M0 16.9 C-1.76 4.2, 5.18 1.08, 16.9 0 M0 16.9 C-0.5 3.61, 5.72 -0.59, 16.9 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(389.66248800676476 169.2502068923675) rotate(0 96.3899154663086 12.5)"><text x="96.3899154663086" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#e03131" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">MessageToCommand</text></g><g stroke-linecap="round"><g transform="translate(455.48358148558555 82.3282042460105) rotate(0 1.2190670056115778 27.226474553228996)"><path d="M1.2 0.33 C1.28 9.35, 1.36 44.53, 1.38 53.68 M0.37 -0.55 C0.73 8.66, 2.99 45.83, 3.53 54.81" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(455.48358148558555 82.3282042460105) rotate(0 1.2190670056115778 27.226474553228996)"><path d="M-7.31 29.81 C-2.78 37.36, -0.53 46.68, 3.53 54.81 M-7.31 29.81 C-3.08 38.5, 1.07 48.55, 3.53 54.81" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(455.48358148558555 82.3282042460105) rotate(0 1.2190670056115778 27.226474553228996)"><path d="M11.3 28.69 C8.81 36.84, 4.06 46.59, 3.53 54.81 M11.3 28.69 C8.7 37.67, 6.02 48.13, 3.53 54.81" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g></g><mask></mask><g transform="translate(518.6992044226031 100.82693355945446) rotate(0 31.809967041015625 12.5)"><text x="0" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Inputs</text></g><g transform="translate(529.9854405346059 249.3938412659503) rotate(0 34.84996032714844 12.5)"><text x="0" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Output</text></g><g stroke-linecap="round"><g transform="translate(469.28086667984144 234.70897316761432) rotate(0 0.2229014099473261 20.511057519056408)"><path d="M-0.2 -0.35 C-0.01 6.37, 0.48 33.79, 0.64 40.72 M0.7 0.66 C0.88 7.42, 0.33 34.67, 0.3 41.26" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(469.28086667984144 234.70897316761432) rotate(0 0.2229014099473261 20.511057519056408)"><path d="M-6.47 21.9 C-5.64 26.27, -4.15 30.45, 0.3 41.26 M-6.47 21.9 C-4.31 27.9, -2.38 34.58, 0.3 41.26" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(469.28086667984144 234.70897316761432) rotate(0 0.2229014099473261 20.511057519056408)"><path d="M7.56 22.08 C5.48 26.39, 4.06 30.53, 0.3 41.26 M7.56 22.08 C5.06 28.04, 2.33 34.66, 0.3 41.26" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(372.4449209678951 300.6353154340226) rotate(0 110.05757116156974 32.177416550875904)"><path d="M16.09 0 C64.48 0.38, 115.71 -2.35, 204.03 0 M16.09 0 C77.51 1.23, 139.5 1.64, 204.03 0 M204.03 0 C213.29 -0.6, 219.25 4.25, 220.12 16.09 M204.03 0 C216.64 -1.59, 218.3 7.49, 220.12 16.09 M220.12 16.09 C220.61 26.75, 220.82 39.02, 220.12 48.27 M220.12 16.09 C220.91 28.72, 219.89 40.59, 220.12 48.27 M220.12 48.27 C219.55 58.88, 216.24 63.85, 204.03 64.35 M220.12 48.27 C218.77 58.48, 215.56 66.13, 204.03 64.35 M204.03 64.35 C160.85 64.42, 115.49 61.2, 16.09 64.35 M204.03 64.35 C132.3 65.25, 58.76 65.88, 16.09 64.35 M16.09 64.35 C6.35 65.39, -0.52 57.43, 0 48.27 M16.09 64.35 C6.15 63.76, 1.37 59.47, 0 48.27 M0 48.27 C-1.63 36.31, 0.89 24.82, 0 16.09 M0 48.27 C0.05 41.09, -0.04 34.74, 0 16.09 M0 16.09 C-1.08 3.41, 4.81 0.65, 16.09 0 M0 16.09 C1.1 6.82, 5.17 1.68, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(426.7325412627656 320.3127319848985) rotate(0 55.76995086669922 12.5)"><text x="55.76995086669922" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#2f9e44" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">stateIndex</text></g><g stroke-linecap="round" transform="translate(924.3800221482911 75.60378386474531) rotate(0 110.05757116156974 42.5)"><path d="M21.25 0 C84.27 1.45, 144.41 0.18, 198.87 0 M21.25 0 C67.88 -0.43, 115.55 -0.68, 198.87 0 M198.87 0 C214.67 -1.39, 218.53 8.94, 220.12 21.25 M198.87 0 C213.92 -2.03, 221.14 7.98, 220.12 21.25 M220.12 21.25 C222.22 32.94, 221.42 47.49, 220.12 63.75 M220.12 21.25 C219.77 33.68, 220.8 45.97, 220.12 63.75 M220.12 63.75 C218.94 77.47, 213.74 86.55, 198.87 85 M220.12 63.75 C218.55 76.74, 211.12 85.51, 198.87 85 M198.87 85 C132.86 84.13, 65.17 85.51, 21.25 85 M198.87 85 C159.95 85.25, 119.78 83.95, 21.25 85 M21.25 85 C7.77 84.48, 1.19 78.34, 0 63.75 M21.25 85 C8.41 86.38, -2.03 76.26, 0 63.75 M0 63.75 C-1.99 52.03, -0.74 40.29, 0 21.25 M0 63.75 C-0.53 51.51, -0.27 41.56, 0 21.25 M0 21.25 C0.96 8.35, 6.91 1.46, 21.25 0 M0 21.25 C-0.8 7.32, 8.73 1.07, 21.25 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(952.3376482415015 93.10378386474531) rotate(0 82.09994506835938 25)"><text x="82.09994506835938" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">1. Generate the </text><text x="82.09994506835938" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">shared key</text></g><g transform="translate(706.9132752497453 131.4276138530763) rotate(0 49.669944763183594 12.5)"><text x="0" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Processing</text></g><g stroke-linecap="round"><g transform="translate(661.1031904551542 192.01567736077197) rotate(0 109.03693600044221 -0.06959360580904672)"><path d="M-0.95 1.11 C35.31 1.05, 181.95 -1.07, 218.54 -1.2 M0.75 0.65 C36.81 0.77, 181.61 0.18, 217.83 -0.22" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(661.1031904551542 192.01567736077197) rotate(0 109.03693600044221 -0.06959360580904672)"><path d="M189.72 10.24 C202.38 7.24, 209.5 3.36, 217.83 -0.22 M189.72 10.24 C199.82 7.5, 208.51 3.56, 217.83 -0.22" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(661.1031904551542 192.01567736077197) rotate(0 109.03693600044221 -0.06959360580904672)"><path d="M189.57 -10.29 C202.15 -5.44, 209.33 -1.48, 217.83 -0.22 M189.57 -10.29 C199.71 -6.07, 208.44 -3.05, 217.83 -0.22" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(260.0561922263171 10) rotate(0 110.05757116156985 32.177416550875904)"><path d="M16.09 0 C55.84 0.16, 99.91 -0.97, 204.03 0 M16.09 0 C81.5 -1.23, 148.35 -1.84, 204.03 0 M204.03 0 C214.47 -1.78, 219.55 5.25, 220.12 16.09 M204.03 0 C216.47 -0.58, 218.77 4.85, 220.12 16.09 M220.12 16.09 C219.34 25.22, 220.81 39.29, 220.12 48.27 M220.12 16.09 C220.14 24.55, 220.82 30.45, 220.12 48.27 M220.12 48.27 C220.34 58.69, 215.74 65.39, 204.03 64.35 M220.12 48.27 C219.52 57.19, 215.54 63.76, 204.03 64.35 M204.03 64.35 C137.68 63.68, 67.5 64.99, 16.09 64.35 M204.03 64.35 C137.5 62.45, 70.97 62.35, 16.09 64.35 M16.09 64.35 C5.32 64.6, -1.08 57.04, 0 48.27 M16.09 64.35 C4.72 65.1, 1.1 60.45, 0 48.27 M0 48.27 C-0.03 40.32, 0.7 30.55, 0 16.09 M0 48.27 C0.38 37.96, 0.11 27.09, 0 16.09 M0 16.09 C1.18 6.28, 5.6 1.61, 16.09 0 M0 16.09 C2.2 3.79, 5.98 1.61, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(310.8738113004845 29.677416550875932) rotate(0 59.23995208740246 12.5)"><text x="59.239952087402344" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">message[13]</text></g><g transform="translate(10 154.95864255311096) rotate(0 169.63987731933594 25)"><text x="0" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Convert a Message to a Command</text><text x="0" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">and decrypt it</text></g><g stroke-linecap="round" transform="translate(28.833320294445457 12.14022262568983) rotate(0 110.05757116156974 32.177416550875904)"><path d="M16.09 0 C74.87 -1.01, 130.26 -0.29, 204.03 0 M16.09 0 C69.69 0.56, 124.53 0.56, 204.03 0 M204.03 0 C214.63 -1.98, 219.17 3.62, 220.12 16.09 M204.03 0 C215.35 -0.42, 220.61 6.36, 220.12 16.09 M220.12 16.09 C219.59 26.73, 219.73 41.18, 220.12 48.27 M220.12 16.09 C220.97 25.05, 220.4 32.84, 220.12 48.27 M220.12 48.27 C222.12 60.78, 216.57 65.37, 204.03 64.35 M220.12 48.27 C220.52 58.46, 216.2 64.33, 204.03 64.35 M204.03 64.35 C165.79 65.05, 126.36 63.46, 16.09 64.35 M204.03 64.35 C153.04 61.81, 101.79 61.82, 16.09 64.35 M16.09 64.35 C3.93 65.44, 1.18 58.88, 0 48.27 M16.09 64.35 C3.47 63.43, -0.2 58.94, 0 48.27 M0 48.27 C-1.63 38.88, -1.56 33.95, 0 16.09 M0 48.27 C-0.58 40.11, 0 32.96, 0 16.09 M0 16.09 C0.2 5.55, 5.68 0.74, 16.09 0 M0 16.09 C0.52 4.07, 6.48 -1.97, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(39.35098972261676 31.817639176565763) rotate(0 99.53990173339844 12.5)"><text x="99.53990173339844" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">encryptionPrivateKey</text></g><g stroke-linecap="round" transform="translate(500.4915278113094 10.485227444192901) rotate(0 110.05757116156974 32.177416550875904)"><path d="M16.09 0 C75.54 0.87, 132.08 -1.22, 204.03 0 M16.09 0 C85.47 -0.9, 154.86 0.49, 204.03 0 M204.03 0 C214.96 0.7, 218.6 7.34, 220.12 16.09 M204.03 0 C212.69 -0.18, 221.93 5.38, 220.12 16.09 M220.12 16.09 C219.5 26.84, 219.36 33.32, 220.12 48.27 M220.12 16.09 C220.11 27.08, 220.7 36.79, 220.12 48.27 M220.12 48.27 C219.03 58.37, 213.68 63.86, 204.03 64.35 M220.12 48.27 C221.65 58.46, 214.13 63.76, 204.03 64.35 M204.03 64.35 C151.63 64.13, 101.46 67.19, 16.09 64.35 M204.03 64.35 C162.42 66.12, 119.47 65.79, 16.09 64.35 M16.09 64.35 C3.81 64.81, -0.64 58.55, 0 48.27 M16.09 64.35 C4.1 63.29, 0.1 58.67, 0 48.27 M0 48.27 C-0.65 35.95, 0.26 28.09, 0 16.09 M0 48.27 C-0.27 39.23, -0.38 29.31, 0 16.09 M0 16.09 C1.59 5.56, 7.11 -0.61, 16.09 0 M0 16.09 C-2.02 7.08, 5.78 0.42, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(519.9191932721956 30.162643995068834) rotate(0 90.6299057006836 12.5)"><text x="90.6299057006836" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">encryptionPublicKey</text></g><g stroke-linecap="round" transform="translate(127.20273886174391 296.994703833528) rotate(0 110.05757116156974 32.177416550875904)"><path d="M16.09 0 C81.37 1.76, 145 2.31, 204.03 0 M16.09 0 C61.76 0.44, 108.94 0.23, 204.03 0 M204.03 0 C216.19 1.09, 222.02 4.2, 220.12 16.09 M204.03 0 C214.56 -1.54, 218.22 6.42, 220.12 16.09 M220.12 16.09 C220.37 23.85, 219.66 35.72, 220.12 48.27 M220.12 16.09 C220.92 25.25, 220.34 35.26, 220.12 48.27 M220.12 48.27 C219 60.26, 213.1 63.54, 204.03 64.35 M220.12 48.27 C222.07 56.94, 214.54 62.48, 204.03 64.35 M204.03 64.35 C161.87 63.96, 123.46 64.41, 16.09 64.35 M204.03 64.35 C162.01 63.33, 119.76 64.53, 16.09 64.35 M16.09 64.35 C4.92 65.58, -0.16 58.84, 0 48.27 M16.09 64.35 C6.05 63.12, -1.11 59.62, 0 48.27 M0 48.27 C1.01 36.43, 0.62 24.9, 0 16.09 M0 48.27 C-0.8 41.83, -0.72 33.93, 0 16.09 M0 16.09 C1.62 6.89, 4.71 0.75, 16.09 0 M0 16.09 C-1.73 6.38, 4.39 -1.7, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(187.3703564100324 316.6721203844039) rotate(0 49.88995361328125 12.5)"><text x="49.88995361328125" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#2f9e44" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">newPublicKey</text></g><g stroke-linecap="round" transform="translate(615.8220771206579 300.86492548466845) rotate(0 110.05757116156974 32.177416550875904)"><path d="M16.09 0 C90.93 0.16, 166.05 -1.24, 204.03 0 M16.09 0 C80.61 -1.11, 144.03 -0.88, 204.03 0 M204.03 0 C214.41 -0.21, 218.73 6.53, 220.12 16.09 M204.03 0 C216.56 -0.65, 218.7 4.19, 220.12 16.09 M220.12 16.09 C221.26 24.29, 220.73 34.46, 220.12 48.27 M220.12 16.09 C219.13 27.56, 219.21 38.14, 220.12 48.27 M220.12 48.27 C220.42 59.58, 215.36 63.48, 204.03 64.35 M220.12 48.27 C222.35 57.47, 212.89 64.62, 204.03 64.35 M204.03 64.35 C138.78 65.9, 72.02 63.58, 16.09 64.35 M204.03 64.35 C140.33 65.1, 78.5 65.84, 16.09 64.35 M16.09 64.35 C5.83 63.31, -1.79 59.79, 0 48.27 M16.09 64.35 C4.08 64.82, 1.1 58.74, 0 48.27 M0 48.27 C-1.02 40.86, 1.61 32.08, 0 16.09 M0 48.27 C0.59 38.41, 0.76 30.69, 0 16.09 M0 16.09 C1.3 5.78, 4.33 0.51, 16.09 0 M0 16.09 C-1.7 3.69, 6.91 -0.03, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(646.8497257968761 320.5423420355444) rotate(0 79.02992248535156 12.5)"><text x="79.02992248535156" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#2f9e44" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">voteOptionIndex</text></g><g stroke-linecap="round" transform="translate(138.34568778561265 385.6397407753848) rotate(0 110.05757116156974 32.177416550875904)"><path d="M16.09 0 C85.59 -1.67, 154.01 -0.24, 204.03 0 M16.09 0 C82.43 1.57, 148.16 1.45, 204.03 0 M204.03 0 C216.28 1.21, 221.49 7.23, 220.12 16.09 M204.03 0 C216.49 1.29, 218.74 4.49, 220.12 16.09 M220.12 16.09 C218.81 25.97, 218.58 38.94, 220.12 48.27 M220.12 16.09 C220.93 25.77, 220.66 33.59, 220.12 48.27 M220.12 48.27 C221.97 60.03, 213.41 63.63, 204.03 64.35 M220.12 48.27 C221.17 60.08, 216.07 64.48, 204.03 64.35 M204.03 64.35 C163.72 61.42, 126.39 61.66, 16.09 64.35 M204.03 64.35 C145.65 64.49, 87.64 64.95, 16.09 64.35 M16.09 64.35 C7.09 62.54, 0.73 58.3, 0 48.27 M16.09 64.35 C4.37 64.8, -0.35 58.63, 0 48.27 M0 48.27 C-1.38 35.08, -0.25 26.52, 0 16.09 M0 48.27 C-0.75 39.56, -0.6 29.55, 0 16.09 M0 16.09 C1.28 4.69, 4.76 1.12, 16.09 0 M0 16.09 C2.15 5.22, 3.28 -1.72, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(179.62332120304177 405.3171573262607) rotate(0 68.77993774414062 12.5)"><text x="68.77993774414062" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#2f9e44" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">newVoteWeight</text></g><g stroke-linecap="round" transform="translate(380.17029427452917 384.77626502851683) rotate(0 110.05757116156974 32.177416550875904)"><path d="M16.09 0 C55.62 -1.89, 97.96 -0.2, 204.03 0 M16.09 0 C66.32 -2.59, 116.81 -1.31, 204.03 0 M204.03 0 C216.02 -1.6, 219.54 7.23, 220.12 16.09 M204.03 0 C213.87 -1.53, 219.76 3.37, 220.12 16.09 M220.12 16.09 C221.53 22.17, 219.2 29.34, 220.12 48.27 M220.12 16.09 C220.31 25.16, 220.23 33.92, 220.12 48.27 M220.12 48.27 C219.12 58.69, 212.81 64.22, 204.03 64.35 M220.12 48.27 C218.79 61.1, 212.91 62.17, 204.03 64.35 M204.03 64.35 C153.48 64.47, 101.13 61, 16.09 64.35 M204.03 64.35 C148.84 66.77, 93.61 66.71, 16.09 64.35 M16.09 64.35 C3.52 65.16, 0.83 60.94, 0 48.27 M16.09 64.35 C5.08 66.55, 0.47 59.98, 0 48.27 M0 48.27 C0.93 41.27, 0.52 31.21, 0 16.09 M0 48.27 C-0.63 38.18, 0.16 29.98, 0 16.09 M0 16.09 C0.2 4, 5.31 0.59, 16.09 0 M0 16.09 C1.94 4.47, 5.14 1.01, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(464.8578855777005 404.45368157939276) rotate(0 25.369979858398438 12.5)"><text x="25.369979858398438" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#2f9e44" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">nonce</text></g><g stroke-linecap="round" transform="translate(625.7777468925829 382.02136621708087) rotate(0 110.05757116156974 32.177416550875904)"><path d="M16.09 0 C83.38 3.06, 150.82 1.37, 204.03 0 M16.09 0 C76.6 -1.42, 137.18 -1.1, 204.03 0 M204.03 0 C216.46 0.49, 219.13 5.51, 220.12 16.09 M204.03 0 C214.55 -1.6, 218.55 4.9, 220.12 16.09 M220.12 16.09 C219.4 26.82, 218.23 38.8, 220.12 48.27 M220.12 16.09 C219.99 24.96, 219.59 34.09, 220.12 48.27 M220.12 48.27 C220.42 60.12, 215.86 64.03, 204.03 64.35 M220.12 48.27 C219.35 57.72, 215.9 64.43, 204.03 64.35 M204.03 64.35 C163.47 65.84, 125.27 67.02, 16.09 64.35 M204.03 64.35 C149.76 63.89, 95.89 62.77, 16.09 64.35 M16.09 64.35 C6.32 64.56, -1.41 58.02, 0 48.27 M16.09 64.35 C3.62 64.92, 0.71 59, 0 48.27 M0 48.27 C1.37 39.37, 1.33 25.76, 0 16.09 M0 48.27 C0.05 39.76, -0.89 29.45, 0 16.09 M0 16.09 C1.34 5.04, 6.72 -1.73, 16.09 0 M0 16.09 C0.25 7.4, 5.7 -1.97, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(708.9653458251487 401.6987827679568) rotate(0 26.869972229003906 12.5)"><text x="26.869972229003906" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#2f9e44" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">pollId</text></g><g stroke-linecap="round" transform="translate(141.1108660702248 473.57035433144017) rotate(0 110.05757116156974 32.177416550875904)"><path d="M16.09 0 C56.2 0.83, 98.36 0.01, 204.03 0 M16.09 0 C74.74 -0.12, 134.58 0.78, 204.03 0 M204.03 0 C215.58 1.36, 219.4 6.02, 220.12 16.09 M204.03 0 C213.04 -1.6, 218.77 5.06, 220.12 16.09 M220.12 16.09 C220.1 26.04, 218.1 35.76, 220.12 48.27 M220.12 16.09 C219.68 27.43, 220.47 38.42, 220.12 48.27 M220.12 48.27 C220.6 57.66, 216.06 63.59, 204.03 64.35 M220.12 48.27 C220.52 57.83, 215.34 62.06, 204.03 64.35 M204.03 64.35 C166.96 62.99, 129.06 64.17, 16.09 64.35 M204.03 64.35 C141.76 64.98, 80.51 64, 16.09 64.35 M16.09 64.35 C6.56 64.49, -1.02 60.48, 0 48.27 M16.09 64.35 C4.25 62.07, -0.81 58.8, 0 48.27 M0 48.27 C1.01 41.02, 1.25 34.12, 0 16.09 M0 48.27 C0.42 37.09, 0.79 28.07, 0 16.09 M0 16.09 C-0.69 4.86, 4.79 1.73, 16.09 0 M0 16.09 C-0.8 6.18, 3.44 1.37, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(230.78845523716564 493.2477708823161) rotate(0 20.379981994628906 12.5)"><text x="20.379981994628906" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#2f9e44" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">salt</text></g><g stroke-linecap="round" transform="translate(378.1709367416031 473.62175169732507) rotate(0 110.05757116156985 32.177416550875904)"><path d="M16.09 0 C69.35 -1.44, 125.22 -1.45, 204.03 0 M16.09 0 C87.05 1.14, 160.19 1.54, 204.03 0 M204.03 0 C213.77 0.53, 219.51 4.65, 220.12 16.09 M204.03 0 C213.4 0.09, 221.56 6.65, 220.12 16.09 M220.12 16.09 C220.74 25.1, 219.18 34.78, 220.12 48.27 M220.12 16.09 C220.5 24.26, 220.12 33.58, 220.12 48.27 M220.12 48.27 C219.34 59.3, 216.32 63.4, 204.03 64.35 M220.12 48.27 C219.9 58.95, 214.26 65.58, 204.03 64.35 M204.03 64.35 C157.31 66.39, 112.54 66.89, 16.09 64.35 M204.03 64.35 C142.94 66.02, 82.63 65.99, 16.09 64.35 M16.09 64.35 C4.26 64.32, -1 57.41, 0 48.27 M16.09 64.35 C3.83 65.37, -0.35 58.51, 0 48.27 M0 48.27 C1.51 35.21, -0.34 21.41, 0 16.09 M0 48.27 C-0.1 35.35, 0.43 23.54, 0 16.09 M0 16.09 C0.36 4.33, 5.07 -0.64, 16.09 0 M0 16.09 C-0.85 5.47, 7.16 0.02, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(436.37855520541916 493.299168248201) rotate(0 51.849952697753906 12.5)"><text x="51.849952697753906" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#2f9e44" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">signatureR</text></g><g stroke-linecap="round" transform="translate(621.964062343915 473.8581795803959) rotate(0 110.05757116156974 32.177416550875904)"><path d="M16.09 0 C73.63 -0.37, 127.99 2.16, 204.03 0 M16.09 0 C75.07 -0.4, 133.78 0.39, 204.03 0 M204.03 0 C213.33 0.88, 219.12 3.41, 220.12 16.09 M204.03 0 C214.53 0.01, 221.86 6.45, 220.12 16.09 M220.12 16.09 C221.08 21.46, 222.04 28.59, 220.12 48.27 M220.12 16.09 C220.84 27.7, 220.48 40.27, 220.12 48.27 M220.12 48.27 C220.83 59.66, 215.72 63.7, 204.03 64.35 M220.12 48.27 C218.8 57.65, 214.11 66.53, 204.03 64.35 M204.03 64.35 C139.9 61.18, 74.37 64.58, 16.09 64.35 M204.03 64.35 C132.49 64.23, 60.65 64.26, 16.09 64.35 M16.09 64.35 C6.84 65.67, -1.33 58.6, 0 48.27 M16.09 64.35 C6.16 64.17, -0.52 61.16, 0 48.27 M0 48.27 C-1.78 35.29, 0.83 23.03, 0 16.09 M0 48.27 C0.69 34.67, -0.38 22.07, 0 16.09 M0 16.09 C1.13 5.03, 6.97 0.8, 16.09 0 M0 16.09 C0.96 3.38, 3.3 -0.35, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(680.8716853853675 493.53559613127186) rotate(0 51.14994812011719 12.5)"><text x="51.14994812011719" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#2f9e44" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">signatureS</text></g><g stroke-linecap="round" transform="translate(379.2091635324789 559.1469685299625) rotate(0 110.05757116156985 32.177416550875904)"><path d="M16.09 0 C79.62 0.18, 148.36 -0.6, 204.03 0 M16.09 0 C78.3 0.89, 141.24 0.16, 204.03 0 M204.03 0 C216.65 0.91, 218.72 7.18, 220.12 16.09 M204.03 0 C215.4 -0.84, 221.98 3.09, 220.12 16.09 M220.12 16.09 C219.36 25.41, 218 32.58, 220.12 48.27 M220.12 16.09 C219.63 28.46, 219.36 41.77, 220.12 48.27 M220.12 48.27 C221.42 60.6, 213.29 63.73, 204.03 64.35 M220.12 48.27 C220.56 56.95, 217.01 62.89, 204.03 64.35 M204.03 64.35 C129.86 66.12, 60.38 64.21, 16.09 64.35 M204.03 64.35 C159.2 65.74, 113.04 64.79, 16.09 64.35 M16.09 64.35 C3.73 65.34, 1.61 57.2, 0 48.27 M16.09 64.35 C4.22 66.56, 1.58 60.22, 0 48.27 M0 48.27 C1.36 36.64, -2.17 27.85, 0 16.09 M0 48.27 C0.35 37.35, -0.71 28.05, 0 16.09 M0 16.09 C-0.85 5.07, 7.22 1.38, 16.09 0 M0 16.09 C-0.87 5.33, 3.38 -0.7, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(414.9467960343809 578.8243850808384) rotate(0 74.31993865966797 12.5)"><text x="74.31993865966797" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#2f9e44" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">packedCommand</text></g><g stroke-linecap="round" transform="translate(1230.3032849587566 76.83755565584613) rotate(0 110.05757116156974 42.5)"><path d="M21.25 0 C74.41 1.61, 130.93 0.72, 198.87 0 M21.25 0 C72.15 -0.47, 120.83 -1.51, 198.87 0 M198.87 0 C212.42 1.62, 218.29 5.92, 220.12 21.25 M198.87 0 C214.49 -1.16, 220.17 8.46, 220.12 21.25 M220.12 21.25 C221.08 34.4, 220.76 49.79, 220.12 63.75 M220.12 21.25 C220.99 30.74, 220.1 41.97, 220.12 63.75 M220.12 63.75 C218.67 76.52, 212.64 85.63, 198.87 85 M220.12 63.75 C219.07 77.15, 214.43 83.96, 198.87 85 M198.87 85 C161.53 85.51, 124.45 86.6, 21.25 85 M198.87 85 C135.61 84.88, 71.72 83.82, 21.25 85 M21.25 85 C5.39 86.19, -0.55 78.87, 0 63.75 M21.25 85 C7.66 87.07, -1.19 77.86, 0 63.75 M0 63.75 C0.41 53.48, -2 38.85, 0 21.25 M0 63.75 C-0.46 51.69, 0.23 41.41, 0 21.25 M0 21.25 C-0.26 8.33, 8.9 -0.03, 21.25 0 M0 21.25 C-0.59 8.3, 9.29 1.27, 21.25 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1244.4909372970842 106.83755565584613) rotate(0 95.86991882324219 12.5)"><text x="95.86991882324219" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">use ECDH template</text></g><g stroke-linecap="round"><g transform="translate(1168.5394619667768 127.34012552414043) rotate(0 26.477353035656733 -1.5878260443664374)"><path d="M-0.81 -0.16 C8.23 -0.61, 44.38 -3.33, 53.5 -3.68 M0.96 -1.29 C9.96 -1.49, 44.06 -1.94, 52.84 -2.41" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(1168.5394619667768 127.34012552414043) rotate(0 26.477353035656733 -1.5878260443664374)"><path d="M28.21 7.43 C33.88 6.17, 39.16 4.52, 52.84 -2.41 M28.21 7.43 C36.76 3.1, 47.36 -0.75, 52.84 -2.41" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(1168.5394619667768 127.34012552414043) rotate(0 26.477353035656733 -1.5878260443664374)"><path d="M27.65 -10.71 C33.31 -7.65, 38.71 -4.98, 52.84 -2.41 M27.65 -10.71 C36.56 -8.25, 47.37 -5.31, 52.84 -2.41" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(933.9512130024445 180.2079379237549) rotate(0 110.05757116156974 42.5)"><path d="M21.25 0 C84.69 0.56, 146.63 -0.27, 198.87 0 M21.25 0 C71.27 -0.99, 118.54 -0.96, 198.87 0 M198.87 0 C211.12 -0.7, 219.3 6.55, 220.12 21.25 M198.87 0 C212.96 0.49, 221.87 8.21, 220.12 21.25 M220.12 21.25 C220.47 30.7, 222.43 41.28, 220.12 63.75 M220.12 21.25 C220.4 34.86, 220.45 48.41, 220.12 63.75 M220.12 63.75 C218.46 78.17, 214.93 83.05, 198.87 85 M220.12 63.75 C221.22 76.11, 211.49 85.7, 198.87 85 M198.87 85 C133.15 87.13, 67.58 86.17, 21.25 85 M198.87 85 C129.03 83.28, 60.52 83.58, 21.25 85 M21.25 85 C6.63 86.1, 1.44 79.66, 0 63.75 M21.25 85 C5.85 87.25, 1.88 80.07, 0 63.75 M0 63.75 C0.59 53.26, 0.65 47.65, 0 21.25 M0 63.75 C-0.05 48.59, 0.07 35.57, 0 21.25 M0 21.25 C1.98 8.31, 8.67 -0.42, 21.25 0 M0 21.25 C1.48 7.71, 6.83 -0.46, 21.25 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(952.6088818202643 197.7079379237549) rotate(0 91.39990234375 25)"><text x="91.39990234375" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">2. Decrypt using </text><text x="91.39990234375" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">PoseidonDecryption</text></g><g stroke-linecap="round" transform="translate(1243.132067483653 181.27330894849) rotate(0 139.13306104271328 67.5)"><path d="M32 0 C83.11 -0.14, 131.75 -1.82, 246.27 0 M32 0 C83.23 0.57, 134.42 1.36, 246.27 0 M246.27 0 C266.54 1.37, 277.32 9.03, 278.27 32 M246.27 0 C269.27 -1.05, 278.72 12.57, 278.27 32 M278.27 32 C279.36 58.82, 277.23 84.25, 278.27 103 M278.27 32 C277.22 47.31, 278.79 61.15, 278.27 103 M278.27 103 C276.97 123.83, 267.18 133.22, 246.27 135 M278.27 103 C279.65 125.82, 267.98 134.69, 246.27 135 M246.27 135 C176.23 132.52, 103.45 132.56, 32 135 M246.27 135 C194.55 137.5, 141.51 137.32, 32 135 M32 135 C11.66 135.03, 0.14 123.55, 0 103 M32 135 C9.41 136.65, -1.01 125.51, 0 103 M0 103 C1.49 85.28, -1.4 65.93, 0 32 M0 103 C-0.82 83.67, 0.49 63.58, 0 32 M0 32 C0.21 10.62, 9.34 0.94, 32 0 M0 32 C-2.02 8.94, 8.81 -1.47, 32 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1250.7552103134753 186.27330894849) rotate(0 131.50991821289062 62.5)"><text x="131.50991821289062" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">we pass all parts of the </text><text x="131.50991821289062" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">message but not the first</text><text x="131.50991821289062" y="50" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">item which is the message </text><text x="131.50991821289062" y="75" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">type + the nonce and the </text><text x="131.50991821289062" y="100" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">shared key</text></g><g stroke-linecap="round"><g transform="translate(1164.8336907311464 223.3455833495584) rotate(0 31.108255701895132 -1.3475780830112285)"><path d="M0.82 -0.49 C11.05 -0.56, 51.12 -1.32, 61.25 -1.5 M-0.2 -1.79 C10.41 -2.07, 53.33 -2.74, 63.45 -2.99" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(1164.8336907311464 223.3455833495584) rotate(0 31.108255701895132 -1.3475780830112285)"><path d="M35.47 7.82 C42.81 2.9, 53.67 0.38, 63.45 -2.99 M35.47 7.82 C47.03 2.9, 56.45 -1.81, 63.45 -2.99" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(1164.8336907311464 223.3455833495584) rotate(0 31.108255701895132 -1.3475780830112285)"><path d="M35.06 -12.69 C42.33 -11.71, 53.31 -8.33, 63.45 -2.99 M35.06 -12.69 C46.89 -9.56, 56.47 -6.22, 63.45 -2.99" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(931.3710652350173 292.1939642649051) rotate(0 110.05757116156974 42.5)"><path d="M21.25 0 C65.72 -2.02, 107.85 0.18, 198.87 0 M21.25 0 C62.63 -0.81, 105.04 -0.49, 198.87 0 M198.87 0 C214.28 1.34, 218.9 8.31, 220.12 21.25 M198.87 0 C214.84 0.38, 218.77 9.15, 220.12 21.25 M220.12 21.25 C219.67 31.04, 219.9 44.65, 220.12 63.75 M220.12 21.25 C219.48 32.88, 221.2 45.59, 220.12 63.75 M220.12 63.75 C220.55 78.65, 212.73 85.91, 198.87 85 M220.12 63.75 C221.94 77.16, 213.77 83.03, 198.87 85 M198.87 85 C136.85 83.66, 77.92 83.05, 21.25 85 M198.87 85 C135.71 85.12, 71.02 86.05, 21.25 85 M21.25 85 C8.1 86.3, 0.24 79.47, 0 63.75 M21.25 85 C8 84.12, -0.98 78.05, 0 63.75 M0 63.75 C1.08 47.38, 1.1 36.62, 0 21.25 M0 63.75 C-0.69 54.91, -0.23 46.06, 0 21.25 M0 21.25 C-1.12 6.2, 7.23 -1.47, 21.25 0 M0 21.25 C-1.12 8.78, 7.54 -0.39, 21.25 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(968.9786852247121 309.6939642649051) rotate(0 72.449951171875 25)"><text x="72.449951171875" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">3. unpack the </text><text x="72.449951171875" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">output </text></g><g stroke-linecap="round" transform="translate(937.8317141267621 405.95689391476054) rotate(0 110.05757116156974 42.5)"><path d="M21.25 0 C66.74 -1.21, 114.46 -1.82, 198.87 0 M21.25 0 C80.21 -0.67, 139.49 -0.77, 198.87 0 M198.87 0 C212.68 -1.69, 219.02 8.49, 220.12 21.25 M198.87 0 C211.84 0.61, 217.88 7.21, 220.12 21.25 M220.12 21.25 C219.54 29.07, 220.48 38.41, 220.12 63.75 M220.12 21.25 C220.37 29.95, 220.33 40.4, 220.12 63.75 M220.12 63.75 C221.92 77.44, 211.68 84.55, 198.87 85 M220.12 63.75 C219.25 76.96, 213.57 86.81, 198.87 85 M198.87 85 C157.64 82.39, 119.98 81.63, 21.25 85 M198.87 85 C147.63 84.54, 96.31 85.39, 21.25 85 M21.25 85 C6.51 86.48, -0.31 78.56, 0 63.75 M21.25 85 C7.6 86.89, -0.25 78.94, 0 63.75 M0 63.75 C-0.32 51.06, -0.23 33.51, 0 21.25 M0 63.75 C0.87 49.29, 0.72 33.68, 0 21.25 M0 21.25 C-1.82 8.88, 5.46 -0.2, 21.25 0 M0 21.25 C-0.23 8.64, 5.1 0.61, 21.25 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(946.8893768410662 423.45689391476054) rotate(0 100.99990844726562 25)"><text x="100.99990844726562" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">4. wire everything to</text><text x="100.99990844726562" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">the output signals</text></g><g stroke-linecap="round" transform="translate(1250.3996550197917 338.759817139945) rotate(0 139.13306104271328 55)"><path d="M27.5 0 C88.41 0.71, 148.09 -2.28, 250.77 0 M27.5 0 C75.03 -0.67, 121.12 -1.14, 250.77 0 M250.77 0 C269.31 1.74, 278.5 7.76, 278.27 27.5 M250.77 0 C269.91 -1.91, 277.95 9.48, 278.27 27.5 M278.27 27.5 C276.85 39.04, 278.86 52.37, 278.27 82.5 M278.27 27.5 C277.39 45.87, 277.73 63.12, 278.27 82.5 M278.27 82.5 C279.91 101.72, 270.05 111.44, 250.77 110 M278.27 82.5 C279.01 102.86, 270.54 112.14, 250.77 110 M250.77 110 C159.86 111.04, 70.61 110.39, 27.5 110 M250.77 110 C163.73 111.28, 77.44 111.59, 27.5 110 M27.5 110 C10.27 111.45, 1.53 101.09, 0 82.5 M27.5 110 C10.16 107.93, 0.49 101.47, 0 82.5 M0 82.5 C0.7 61.95, -0.73 41.13, 0 27.5 M0 82.5 C0.35 66.29, 0.33 49.98, 0 27.5 M0 27.5 C1.27 10.1, 9.94 0.79, 27.5 0 M0 27.5 C1.2 11.27, 9.95 1.32, 27.5 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1268.9228070048875 368.759817139945) rotate(0 120.60990905761719 25)"><text x="120.60990905761719" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Also we pass the nonce </text><text x="120.60990905761719" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">and the shared key</text></g><g stroke-linecap="round"><g transform="translate(1171.4485528758678 344.0757943149472) rotate(0 33.212977834885805 28.31014262848322)"><path d="M0.9 -0.74 C12.12 8.92, 56.07 47.88, 67.03 57.56 M-0.09 1.48 C11.06 10.86, 55.38 46.95, 66.41 55.94" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(1171.4485528758678 344.0757943149472) rotate(0 33.212977834885805 28.31014262848322)"><path d="M38.07 46.08 C44.56 49.58, 55.14 51.72, 66.41 55.94 M38.07 46.08 C49.28 50.25, 58.09 52.56, 66.41 55.94" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(1171.4485528758678 344.0757943149472) rotate(0 33.212977834885805 28.31014262848322)"><path d="M51.04 30.17 C53.92 38.13, 60.94 44.63, 66.41 55.94 M51.04 30.17 C57.53 40.19, 61.63 48.28, 66.41 55.94" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g></g><mask></mask></svg>