@maci-protocol/website 0.0.0-ci.1e276ed
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.
- package/.eslintrc.js +157 -0
- package/CHANGELOG.md +566 -0
- package/LICENSE +22 -0
- package/README.md +58 -0
- package/babel.config.js +3 -0
- package/blog/2021-10-12-maci-v1.md +100 -0
- package/blog/2022-09-22-maci-v1-technical-introduction.md +180 -0
- package/blog/2023-01-18-maci-v1.1.1.md +121 -0
- package/blog/2024-01-18-roadmap.md +106 -0
- package/blog/2024-02-28-maci-v1.2.0.md +121 -0
- package/blog/2024-04-10-roadmap-q2.md +96 -0
- package/blog/2024-05-08-ethdam.md +169 -0
- package/blog/2024-05-22-the-origins-of-maci.md +38 -0
- package/blog/2024-05-28-upcoming-grants.md +85 -0
- package/blog/2024-06-17-understanding-maci.md +63 -0
- package/blog/2024-06-21-deciphering-maci.md +48 -0
- package/blog/2024-06-28-revolusioning-public-goods-funding.md +32 -0
- package/blog/2024-07-23-q2-review.md +72 -0
- package/blog/2024-07-30-roadmap-q3.md +61 -0
- package/blog/2024-08-10-maci-v2.md +102 -0
- package/blog/2024-08-29-anonymous-poll-joining.md +47 -0
- package/blog/2024-10-29-q3-review.md +63 -0
- package/blog/2024-11-20-maci-platform.md +93 -0
- package/blog/2024-12-01-maci-getting-started.md +294 -0
- package/blog/2025-03-21-roadmap-2025.md +112 -0
- package/blog/assets/MACI_Bob_SignUp_1.png +0 -0
- package/blog/assets/MACI_Bob_SignUp_2.png +0 -0
- package/blog/assets/MACI_Complex_Message.png +0 -0
- package/blog/assets/MACI_Contracts.png +0 -0
- package/blog/assets/MACI_Sign_Up.png +0 -0
- package/blog/assets/MACI_Simple_Message.png +0 -0
- package/blog/assets/MACI_Verifier_1.png +0 -0
- package/blog/authors.yml +5 -0
- package/docusaurus.config.ts +213 -0
- package/package.json +65 -0
- package/src/components/ActionCard/index.tsx +30 -0
- package/src/components/ActionCard/styles.module.css +96 -0
- package/src/components/HomepageFeatures/index.tsx +91 -0
- package/src/components/HomepageFeatures/styles.module.css +17 -0
- package/src/components/ProjectCard/index.tsx +74 -0
- package/src/components/ProjectCard/styles.module.css +77 -0
- package/src/components/ProjectList/index.tsx +218 -0
- package/src/components/ProjectList/styles.module.css +180 -0
- package/src/content/projects.json +294 -0
- package/src/css/card.module.css +130 -0
- package/src/css/custom.css +91 -0
- package/src/icons/IconDiscord.tsx +16 -0
- package/src/icons/IconGithub.tsx +16 -0
- package/src/icons/IconWebsite.tsx +16 -0
- package/src/pages/blogs.tsx +58 -0
- package/src/pages/index.module.css +152 -0
- package/src/pages/index.tsx +66 -0
- package/src/pages/projects.tsx +44 -0
- package/src/pages/roadmap.md +150 -0
- package/src/pages/typedoc.tsx +11 -0
- package/src/plugins/blog-plugin/index.ts +86 -0
- package/src/react-app-env.d.ts +1 -0
- package/src/scripts/setupSolidityDocs.ts +67 -0
- package/src/scripts/setupTypedoc.ts +112 -0
- package/src/scripts/utils.ts +115 -0
- package/src/utils/getProjectsByFilter.ts +40 -0
- package/static/.nojekyll +0 -0
- package/static/audit_reports/20210922_Hashcloak_audit_report.pdf +0 -0
- package/static/audit_reports/202220930_Hashcloak_audit_report.pdf +0 -0
- package/static/audit_reports/20240223_PSE_Audit_audit_report.pdf +0 -0
- package/static/audit_reports/20240731_PSE_Audit_audit_report.pdf +0 -0
- package/static/fonts/DM_Sans.woff2 +0 -0
- package/static/fonts/Share_Tech_Mono.woff2 +0 -0
- package/static/img/box.png +0 -0
- package/static/img/box_dark.png +0 -0
- package/static/img/chain.png +0 -0
- package/static/img/chain_dark.png +0 -0
- package/static/img/chart.png +0 -0
- package/static/img/chart_dark.png +0 -0
- package/static/img/circuits/MACI-Circuits.excalidraw +39652 -0
- package/static/img/circuits/calculateTotal.svg +21 -0
- package/static/img/circuits/ecdh.svg +21 -0
- package/static/img/circuits/messageToCommand.svg +21 -0
- package/static/img/circuits/messageValidator.svg +21 -0
- package/static/img/circuits/poseidonHasher13.svg +21 -0
- package/static/img/circuits/privToPubkey.svg +21 -0
- package/static/img/circuits/processMessages.svg +21 -0
- package/static/img/circuits/processMessagesInputHasher.svg +21 -0
- package/static/img/circuits/processMessages_2_0.svg +21 -0
- package/static/img/circuits/processOne.svg +21 -0
- package/static/img/circuits/processTopup.svg +21 -0
- package/static/img/circuits/processingAfterPollEnds.svg +21 -0
- package/static/img/circuits/quinBatchLeavesExists.svg +21 -0
- package/static/img/circuits/quinCheckRoot.svg +21 -0
- package/static/img/circuits/quinGeneratePathIndices.svg +21 -0
- package/static/img/circuits/quinSelector.svg +21 -0
- package/static/img/circuits/resultsCommitmentVerifier.svg +21 -0
- package/static/img/circuits/splicer.svg +21 -0
- package/static/img/circuits/tallyInputHasher.svg +21 -0
- package/static/img/circuits/tallyVotes.svg +21 -0
- package/static/img/circuits/unpackElement.svg +21 -0
- package/static/img/circuits/verifySignature.svg +21 -0
- package/static/img/completingAPoll.svg +4 -0
- package/static/img/contracts.svg +16 -0
- package/static/img/coordinatorComponents.svg +21 -0
- package/static/img/favicon.ico +0 -0
- package/static/img/generateProofs.svg +4 -0
- package/static/img/hero.svg +9 -0
- package/static/img/maci-card.png +0 -0
- package/static/img/maci-rpgf-design.jpg +0 -0
- package/static/img/messageProcessingLocal.svg +21 -0
- package/static/img/offlineProcessing.svg +21 -0
- package/static/img/pse-logo-round.png +0 -0
- package/static/img/relayer-diagram.png +0 -0
- package/static/img/tallyCommitments.svg +4 -0
- package/static/img/voteTallyingLocal.svg +21 -0
- package/tsconfig.json +34 -0
- package/versioned_docs/version-v0.x/circuits.md +22 -0
- package/versioned_docs/version-v0.x/contract.md +186 -0
- package/versioned_docs/version-v0.x/faq.md +67 -0
- package/versioned_docs/version-v0.x/introduction.md +119 -0
- package/versioned_docs/version-v0.x/quadratic-vote-tallying-circuit.md +138 -0
- package/versioned_docs/version-v0.x/state-root-transition-circuit.md +230 -0
- package/versioned_docs/version-v1.2/audit.md +160 -0
- package/versioned_docs/version-v1.2/ci-pipeline.md +38 -0
- package/versioned_docs/version-v1.2/circuits.md +508 -0
- package/versioned_docs/version-v1.2/cli.md +689 -0
- package/versioned_docs/version-v1.2/contracts.md +445 -0
- package/versioned_docs/version-v1.2/contributing/code-of-conduct.md +91 -0
- package/versioned_docs/version-v1.2/contributing/contributing.md +129 -0
- package/versioned_docs/version-v1.2/coordinator-processing.md +46 -0
- package/versioned_docs/version-v1.2/deployment.md +122 -0
- package/versioned_docs/version-v1.2/installation.md +175 -0
- package/versioned_docs/version-v1.2/integrating.md +200 -0
- package/versioned_docs/version-v1.2/introduction.md +94 -0
- package/versioned_docs/version-v1.2/key-change.md +182 -0
- package/versioned_docs/version-v1.2/overview.md +47 -0
- package/versioned_docs/version-v1.2/poll-types.md +68 -0
- package/versioned_docs/version-v1.2/primitives.md +216 -0
- package/versioned_docs/version-v1.2/project-ideas.md +14 -0
- package/versioned_docs/version-v1.2/purpose.md +62 -0
- package/versioned_docs/version-v1.2/solidity-docs/MACI.md +345 -0
- package/versioned_docs/version-v1.2/solidity-docs/MessageProcessor.md +266 -0
- package/versioned_docs/version-v1.2/solidity-docs/MessageProcessorFactory.md +26 -0
- package/versioned_docs/version-v1.2/solidity-docs/Poll.md +381 -0
- package/versioned_docs/version-v1.2/solidity-docs/PollFactory.md +50 -0
- package/versioned_docs/version-v1.2/solidity-docs/SignUpToken.md +27 -0
- package/versioned_docs/version-v1.2/solidity-docs/Subsidy.md +218 -0
- package/versioned_docs/version-v1.2/solidity-docs/SubsidyFactory.md +27 -0
- package/versioned_docs/version-v1.2/solidity-docs/Tally.md +311 -0
- package/versioned_docs/version-v1.2/solidity-docs/TallyFactory.md +27 -0
- package/versioned_docs/version-v1.2/solidity-docs/TallyNonQv.md +296 -0
- package/versioned_docs/version-v1.2/solidity-docs/TallyNonQvFactory.md +27 -0
- package/versioned_docs/version-v1.2/solidity-docs/TopupCredit.md +61 -0
- package/versioned_docs/version-v1.2/solidity-docs/VkRegistry.md +457 -0
- package/versioned_docs/version-v1.2/solidity-docs/benchmarks/HasherBenchmarks.md +44 -0
- package/versioned_docs/version-v1.2/solidity-docs/crypto/Hasher.md +125 -0
- package/versioned_docs/version-v1.2/solidity-docs/crypto/IVerifier.md +11 -0
- package/versioned_docs/version-v1.2/solidity-docs/crypto/MockVerifier.md +17 -0
- package/versioned_docs/version-v1.2/solidity-docs/crypto/Pairing.md +85 -0
- package/versioned_docs/version-v1.2/solidity-docs/crypto/PoseidonT3.md +9 -0
- package/versioned_docs/version-v1.2/solidity-docs/crypto/PoseidonT4.md +9 -0
- package/versioned_docs/version-v1.2/solidity-docs/crypto/PoseidonT5.md +9 -0
- package/versioned_docs/version-v1.2/solidity-docs/crypto/PoseidonT6.md +9 -0
- package/versioned_docs/version-v1.2/solidity-docs/crypto/SnarkCommon.md +16 -0
- package/versioned_docs/version-v1.2/solidity-docs/crypto/SnarkConstants.md +40 -0
- package/versioned_docs/version-v1.2/solidity-docs/crypto/Verifier.md +61 -0
- package/versioned_docs/version-v1.2/solidity-docs/gatekeepers/EASGatekeeper.md +121 -0
- package/versioned_docs/version-v1.2/solidity-docs/gatekeepers/FreeForAllSignUpGatekeeper.md +40 -0
- package/versioned_docs/version-v1.2/solidity-docs/gatekeepers/SignUpGatekeeper.md +26 -0
- package/versioned_docs/version-v1.2/solidity-docs/gatekeepers/SignUpTokenGatekeeper.md +93 -0
- package/versioned_docs/version-v1.2/solidity-docs/gatekeepers/hatsGatekeepers/HatsGatekeeperBase.md +79 -0
- package/versioned_docs/version-v1.2/solidity-docs/gatekeepers/hatsGatekeepers/HatsGatekeeperMultiple.md +48 -0
- package/versioned_docs/version-v1.2/solidity-docs/gatekeepers/hatsGatekeepers/HatsGatekeeperSingle.md +42 -0
- package/versioned_docs/version-v1.2/solidity-docs/index.md +4 -0
- package/versioned_docs/version-v1.2/solidity-docs/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy.md +40 -0
- package/versioned_docs/version-v1.2/solidity-docs/initialVoiceCreditProxy/InitialVoiceCreditProxy.md +26 -0
- package/versioned_docs/version-v1.2/solidity-docs/interfaces/IEAS.md +40 -0
- package/versioned_docs/version-v1.2/solidity-docs/interfaces/IHats.md +103 -0
- package/versioned_docs/version-v1.2/solidity-docs/interfaces/IMPFactory.md +26 -0
- package/versioned_docs/version-v1.2/solidity-docs/interfaces/IMessageProcessor.md +31 -0
- package/versioned_docs/version-v1.2/solidity-docs/interfaces/IPoll.md +217 -0
- package/versioned_docs/version-v1.2/solidity-docs/interfaces/IPollFactory.md +29 -0
- package/versioned_docs/version-v1.2/solidity-docs/interfaces/ITallyFactory.md +28 -0
- package/versioned_docs/version-v1.2/solidity-docs/interfaces/ITallySubsidyFactory.md +27 -0
- package/versioned_docs/version-v1.2/solidity-docs/interfaces/IVerifier.md +25 -0
- package/versioned_docs/version-v1.2/solidity-docs/interfaces/IVkRegistry.md +70 -0
- package/versioned_docs/version-v1.2/solidity-docs/mocks/MockHatsProtocol.md +133 -0
- package/versioned_docs/version-v1.2/solidity-docs/trees/AccQueue.md +464 -0
- package/versioned_docs/version-v1.2/solidity-docs/trees/AccQueueBinary.md +60 -0
- package/versioned_docs/version-v1.2/solidity-docs/trees/AccQueueBinary0.md +40 -0
- package/versioned_docs/version-v1.2/solidity-docs/trees/AccQueueBinaryMaci.md +34 -0
- package/versioned_docs/version-v1.2/solidity-docs/trees/AccQueueQuinary.md +75 -0
- package/versioned_docs/version-v1.2/solidity-docs/trees/AccQueueQuinary0.md +40 -0
- package/versioned_docs/version-v1.2/solidity-docs/trees/AccQueueQuinaryBlankSl.md +40 -0
- package/versioned_docs/version-v1.2/solidity-docs/trees/AccQueueQuinaryMaci.md +40 -0
- package/versioned_docs/version-v1.2/solidity-docs/trees/EmptyBallotRoots.md +13 -0
- package/versioned_docs/version-v1.2/solidity-docs/utilities/CommonUtilities.md +25 -0
- package/versioned_docs/version-v1.2/solidity-docs/utilities/DomainObjs.md +40 -0
- package/versioned_docs/version-v1.2/solidity-docs/utilities/Params.md +36 -0
- package/versioned_docs/version-v1.2/solidity-docs/utilities/Utilities.md +79 -0
- package/versioned_docs/version-v1.2/spec.md +944 -0
- package/versioned_docs/version-v1.2/testing-in-detail.md +209 -0
- package/versioned_docs/version-v1.2/testing.md +472 -0
- package/versioned_docs/version-v1.2/topup.md +43 -0
- package/versioned_docs/version-v1.2/troubleshooting.md +51 -0
- package/versioned_docs/version-v1.2/trusted-setup.md +76 -0
- package/versioned_docs/version-v1.2/typedoc/cli/.nojekyll +1 -0
- package/versioned_docs/version-v1.2/typedoc/cli/index.md +15 -0
- package/versioned_docs/version-v1.2/typedoc/cli/interfaces/AirdropArgs.md +89 -0
- package/versioned_docs/version-v1.2/typedoc/cli/interfaces/DeployArgs.md +154 -0
- package/versioned_docs/version-v1.2/typedoc/cli/interfaces/DeployPollArgs.md +154 -0
- package/versioned_docs/version-v1.2/typedoc/cli/interfaces/DeployedContracts.md +130 -0
- package/versioned_docs/version-v1.2/typedoc/cli/interfaces/GenLocalStateArgs.md +168 -0
- package/versioned_docs/version-v1.2/typedoc/cli/interfaces/GenProofsArgs.md +388 -0
- package/versioned_docs/version-v1.2/typedoc/cli/interfaces/IGenKeypairArgs.md +37 -0
- package/versioned_docs/version-v1.2/typedoc/cli/interfaces/IRegisteredUserArgs.md +63 -0
- package/versioned_docs/version-v1.2/typedoc/cli/interfaces/MergeMessagesArgs.md +76 -0
- package/versioned_docs/version-v1.2/typedoc/cli/interfaces/MergeSignupsArgs.md +76 -0
- package/versioned_docs/version-v1.2/typedoc/cli/interfaces/PollContracts.md +53 -0
- package/versioned_docs/version-v1.2/typedoc/cli/interfaces/ProveOnChainArgs.md +128 -0
- package/versioned_docs/version-v1.2/typedoc/cli/interfaces/PublishArgs.md +154 -0
- package/versioned_docs/version-v1.2/typedoc/cli/interfaces/SignupArgs.md +89 -0
- package/versioned_docs/version-v1.2/typedoc/cli/interfaces/SubsidyData.md +73 -0
- package/versioned_docs/version-v1.2/typedoc/cli/interfaces/TallyData.md +166 -0
- package/versioned_docs/version-v1.2/typedoc/cli/interfaces/TopupArgs.md +89 -0
- package/versioned_docs/version-v1.2/typedoc/cli/interfaces/VerifyArgs.md +128 -0
- package/versioned_docs/version-v1.2/typedoc/cli/modules.md +556 -0
- package/versioned_docs/version-v1.2/typedoc/core/.nojekyll +1 -0
- package/versioned_docs/version-v1.2/typedoc/core/classes/MaciState.md +295 -0
- package/versioned_docs/version-v1.2/typedoc/core/classes/Poll.md +1098 -0
- package/versioned_docs/version-v1.2/typedoc/core/index.md +110 -0
- package/versioned_docs/version-v1.2/typedoc/core/interfaces/BatchSizes.md +50 -0
- package/versioned_docs/version-v1.2/typedoc/core/interfaces/IJsonMaciState.md +77 -0
- package/versioned_docs/version-v1.2/typedoc/core/interfaces/IProcessMessagesCircuitInputs.md +242 -0
- package/versioned_docs/version-v1.2/typedoc/core/interfaces/ISubsidyCircuitInputs.md +198 -0
- package/versioned_docs/version-v1.2/typedoc/core/interfaces/ITallyCircuitInputs.md +231 -0
- package/versioned_docs/version-v1.2/typedoc/core/interfaces/MaxValues.md +37 -0
- package/versioned_docs/version-v1.2/typedoc/core/interfaces/TreeDepths.md +63 -0
- package/versioned_docs/version-v1.2/typedoc/core/modules.md +289 -0
- package/versioned_docs/version-v1.2/typedoc/crypto/.nojekyll +1 -0
- package/versioned_docs/version-v1.2/typedoc/crypto/classes/AccQueue.md +770 -0
- package/versioned_docs/version-v1.2/typedoc/crypto/classes/G1Point.md +115 -0
- package/versioned_docs/version-v1.2/typedoc/crypto/classes/G2Point.md +140 -0
- package/versioned_docs/version-v1.2/typedoc/crypto/classes/IncrementalQuinTree.md +470 -0
- package/versioned_docs/version-v1.2/typedoc/crypto/index.md +44 -0
- package/versioned_docs/version-v1.2/typedoc/crypto/interfaces/Keypair.md +33 -0
- package/versioned_docs/version-v1.2/typedoc/crypto/interfaces/PoseidonFuncs.md +115 -0
- package/versioned_docs/version-v1.2/typedoc/crypto/interfaces/Queue.md +33 -0
- package/versioned_docs/version-v1.2/typedoc/crypto/interfaces/Signature.md +37 -0
- package/versioned_docs/version-v1.2/typedoc/crypto/modules.md +913 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/.nojekyll +1 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/classes/Ballot.md +274 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/classes/Keypair.md +181 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/classes/Message.md +244 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/classes/PCommand.md +409 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/classes/PrivKey.md +206 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/classes/PubKey.md +289 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/classes/StateLeaf.md +340 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/classes/TCommand.md +200 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/classes/VerifyingKey.md +240 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/index.md +81 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/interfaces/ICommand.md +104 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/interfaces/IG1ContractParams.md +31 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/interfaces/IG2ContractParams.md +31 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/interfaces/IJsonBallot.md +42 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/interfaces/IJsonCommand.md +32 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/interfaces/IJsonKeyPair.md +31 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/interfaces/IJsonPCommand.md +111 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/interfaces/IJsonStateLeaf.md +42 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/interfaces/IJsonTCommand.md +67 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/interfaces/IMessageContractParams.md +31 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/interfaces/IStateLeaf.md +39 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/interfaces/IStateLeafContractParams.md +42 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/interfaces/IVkContractParams.md +64 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/interfaces/IVkObjectParams.md +108 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/interfaces/Proof.md +46 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/interfaces/VoteOptionTreeLeaf.md +24 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/modules.md +110 -0
- package/versioned_docs/version-v1.2/typedoc/index.md +4 -0
- package/versioned_docs/version-v1.2/versioning.md +94 -0
- package/versioned_docs/version-v1.2/workflow.md +142 -0
- package/versioned_docs/version-v2.x/case-studies.md +35 -0
- package/versioned_docs/version-v2.x/contributing/_category_.json +4 -0
- package/versioned_docs/version-v2.x/contributing/code-of-conduct.md +92 -0
- package/versioned_docs/version-v2.x/contributing/contributing.md +149 -0
- package/versioned_docs/version-v2.x/contributing/project-ideas.md +78 -0
- package/versioned_docs/version-v2.x/core-concepts/_category_.json +4 -0
- package/versioned_docs/version-v2.x/core-concepts/ballot.md +19 -0
- package/versioned_docs/version-v2.x/core-concepts/coordinator-processing.md +46 -0
- package/versioned_docs/version-v2.x/core-concepts/hashing-and-encryption.md +45 -0
- package/versioned_docs/version-v2.x/core-concepts/key-change.md +179 -0
- package/versioned_docs/version-v2.x/core-concepts/maci-keys.md +84 -0
- package/versioned_docs/version-v2.x/core-concepts/maci-messages.md +44 -0
- package/versioned_docs/version-v2.x/core-concepts/merkle-trees.md +23 -0
- package/versioned_docs/version-v2.x/core-concepts/poll-types.md +106 -0
- package/versioned_docs/version-v2.x/core-concepts/spec.md +883 -0
- package/versioned_docs/version-v2.x/core-concepts/state-leaf.md +42 -0
- package/versioned_docs/version-v2.x/core-concepts/workflow.md +142 -0
- package/versioned_docs/version-v2.x/getting-started.md +313 -0
- package/versioned_docs/version-v2.x/guides/_category_.json +4 -0
- package/versioned_docs/version-v2.x/guides/compile-circuits.md +163 -0
- package/versioned_docs/version-v2.x/guides/frontend.md +99 -0
- package/versioned_docs/version-v2.x/guides/integrating.md +73 -0
- package/versioned_docs/version-v2.x/guides/maciWrapper.md +173 -0
- package/versioned_docs/version-v2.x/guides/subgraph.md +79 -0
- package/versioned_docs/version-v2.x/guides/testing/_category_.json +4 -0
- package/versioned_docs/version-v2.x/guides/testing/testing-in-detail.md +203 -0
- package/versioned_docs/version-v2.x/guides/testing/testing.md +163 -0
- package/versioned_docs/version-v2.x/guides/troubleshooting.md +161 -0
- package/versioned_docs/version-v2.x/introduction.md +146 -0
- package/versioned_docs/version-v2.x/processes/_category_.json +4 -0
- package/versioned_docs/version-v2.x/processes/ci-pipeline.md +38 -0
- package/versioned_docs/version-v2.x/processes/versioning.md +94 -0
- package/versioned_docs/version-v2.x/resources.md +33 -0
- package/versioned_docs/version-v2.x/security/_category_.json +4 -0
- package/versioned_docs/version-v2.x/security/audit.md +167 -0
- package/versioned_docs/version-v2.x/security/trusted-setup.md +166 -0
- package/versioned_docs/version-v2.x/supported-networks/_category_.json +4 -0
- package/versioned_docs/version-v2.x/supported-networks/deployed-contracts.md +1108 -0
- package/versioned_docs/version-v2.x/supported-networks/supported-networks.md +47 -0
- package/versioned_docs/version-v2.x/technical-references/_category_.json +4 -0
- package/versioned_docs/version-v2.x/technical-references/smart-contracts/AccQueue.md +21 -0
- package/versioned_docs/version-v2.x/technical-references/smart-contracts/Gatekeepers.md +40 -0
- package/versioned_docs/version-v2.x/technical-references/smart-contracts/MACI.md +152 -0
- package/versioned_docs/version-v2.x/technical-references/smart-contracts/MessageProcessor.md +13 -0
- package/versioned_docs/version-v2.x/technical-references/smart-contracts/Params.md +32 -0
- package/versioned_docs/version-v2.x/technical-references/smart-contracts/Poll.md +104 -0
- package/versioned_docs/version-v2.x/technical-references/smart-contracts/PollFactory.md +43 -0
- package/versioned_docs/version-v2.x/technical-references/smart-contracts/Tally.md +45 -0
- package/versioned_docs/version-v2.x/technical-references/smart-contracts/VkRegistry.md +57 -0
- package/versioned_docs/version-v2.x/technical-references/smart-contracts/VoiceCreditProxy.md +18 -0
- package/versioned_docs/version-v2.x/technical-references/smart-contracts/_category_.json +8 -0
- package/versioned_docs/version-v2.x/technical-references/technical-references.md +47 -0
- package/versioned_docs/version-v2.x/technical-references/typescript-code/_category_.json +4 -0
- package/versioned_docs/version-v2.x/technical-references/typescript-code/cli.md +699 -0
- package/versioned_docs/version-v2.x/technical-references/zk-snark-circuits/_category_.json +4 -0
- package/versioned_docs/version-v2.x/technical-references/zk-snark-circuits/processMessages.md +107 -0
- package/versioned_docs/version-v2.x/technical-references/zk-snark-circuits/setup.md +101 -0
- package/versioned_docs/version-v2.x/technical-references/zk-snark-circuits/tallyVotes.md +79 -0
- package/versioned_docs/version-v2.x/technical-references/zk-snark-circuits/utilities.md +131 -0
- package/versioned_docs/version-v2.x/technical-references/zk-snark-circuits/zk-snark-circuits.md +37 -0
- package/versioned_docs/version-v2.x/use-cases/_category_.json +4 -0
- package/versioned_docs/version-v2.x/use-cases/governance.md +18 -0
- package/versioned_docs/version-v2.x/use-cases/polling.md +10 -0
- package/versioned_docs/version-v2.x/use-cases/public-goods.md +65 -0
- package/versioned_docs/version-v3.x/case-studies.md +35 -0
- package/versioned_docs/version-v3.x/contributing/_category_.json +4 -0
- package/versioned_docs/version-v3.x/contributing/code-of-conduct.md +92 -0
- package/versioned_docs/version-v3.x/contributing/contributing.md +149 -0
- package/versioned_docs/version-v3.x/contributing/project-ideas.md +78 -0
- package/versioned_docs/version-v3.x/core-concepts/_category_.json +4 -0
- package/versioned_docs/version-v3.x/core-concepts/ballot.md +19 -0
- package/versioned_docs/version-v3.x/core-concepts/coordinator-processing.md +46 -0
- package/versioned_docs/version-v3.x/core-concepts/coordinator-service.md +16 -0
- package/versioned_docs/version-v3.x/core-concepts/hashing-and-encryption.md +45 -0
- package/versioned_docs/version-v3.x/core-concepts/key-change.md +179 -0
- package/versioned_docs/version-v3.x/core-concepts/maci-keys.md +84 -0
- package/versioned_docs/version-v3.x/core-concepts/maci-messages.md +44 -0
- package/versioned_docs/version-v3.x/core-concepts/merkle-trees.md +16 -0
- package/versioned_docs/version-v3.x/core-concepts/offchain-voting.md +14 -0
- package/versioned_docs/version-v3.x/core-concepts/poll-types.md +58 -0
- package/versioned_docs/version-v3.x/core-concepts/polls.md +81 -0
- package/versioned_docs/version-v3.x/core-concepts/spec.md +883 -0
- package/versioned_docs/version-v3.x/core-concepts/state-leaf.md +42 -0
- package/versioned_docs/version-v3.x/core-concepts/workflow.md +149 -0
- package/versioned_docs/version-v3.x/guides/_category_.json +4 -0
- package/versioned_docs/version-v3.x/guides/compile-circuits.md +175 -0
- package/versioned_docs/version-v3.x/guides/integrating.md +137 -0
- package/versioned_docs/version-v3.x/guides/subgraph.md +79 -0
- package/versioned_docs/version-v3.x/guides/testing/_category_.json +4 -0
- package/versioned_docs/version-v3.x/guides/testing/testing-in-detail.md +191 -0
- package/versioned_docs/version-v3.x/guides/testing/testing-introduction.md +158 -0
- package/versioned_docs/version-v3.x/guides/troubleshooting.md +161 -0
- package/versioned_docs/version-v3.x/introduction.md +153 -0
- package/versioned_docs/version-v3.x/processes/_category_.json +4 -0
- package/versioned_docs/version-v3.x/processes/ci-pipeline.md +38 -0
- package/versioned_docs/version-v3.x/processes/versioning.md +94 -0
- package/versioned_docs/version-v3.x/quick-start.md +318 -0
- package/versioned_docs/version-v3.x/resources.md +33 -0
- package/versioned_docs/version-v3.x/security/_category_.json +4 -0
- package/versioned_docs/version-v3.x/security/audit.md +167 -0
- package/versioned_docs/version-v3.x/security/trusted-setup.md +172 -0
- package/versioned_docs/version-v3.x/supported-networks/_category_.json +4 -0
- package/versioned_docs/version-v3.x/supported-networks/deployed-contracts.md +112 -0
- package/versioned_docs/version-v3.x/supported-networks/supported-networks.md +53 -0
- package/versioned_docs/version-v3.x/technical-references/_category_.json +4 -0
- package/versioned_docs/version-v3.x/technical-references/coordinator-service/_category_.json +8 -0
- package/versioned_docs/version-v3.x/technical-references/coordinator-service/index.md +10 -0
- package/versioned_docs/version-v3.x/technical-references/coordinator-service/installation.md +43 -0
- package/versioned_docs/version-v3.x/technical-references/offchain-relayer/_category_.json +8 -0
- package/versioned_docs/version-v3.x/technical-references/offchain-relayer/index.md +51 -0
- package/versioned_docs/version-v3.x/technical-references/offchain-relayer/installation.md +109 -0
- package/versioned_docs/version-v3.x/technical-references/smart-contracts/MACI.md +160 -0
- package/versioned_docs/version-v3.x/technical-references/smart-contracts/MessageProcessor.md +13 -0
- package/versioned_docs/version-v3.x/technical-references/smart-contracts/Params.md +33 -0
- package/versioned_docs/version-v3.x/technical-references/smart-contracts/Policies.md +39 -0
- package/versioned_docs/version-v3.x/technical-references/smart-contracts/Poll.md +170 -0
- package/versioned_docs/version-v3.x/technical-references/smart-contracts/PollFactory.md +33 -0
- package/versioned_docs/version-v3.x/technical-references/smart-contracts/Tally.md +43 -0
- package/versioned_docs/version-v3.x/technical-references/smart-contracts/VkRegistry.md +62 -0
- package/versioned_docs/version-v3.x/technical-references/smart-contracts/VoiceCreditProxy.md +18 -0
- package/versioned_docs/version-v3.x/technical-references/smart-contracts/_category_.json +8 -0
- package/versioned_docs/version-v3.x/technical-references/technical-references.md +48 -0
- package/versioned_docs/version-v3.x/technical-references/zk-snark-circuits/_category_.json +4 -0
- package/versioned_docs/version-v3.x/technical-references/zk-snark-circuits/joinPoll.md +53 -0
- package/versioned_docs/version-v3.x/technical-references/zk-snark-circuits/processMessages.md +106 -0
- package/versioned_docs/version-v3.x/technical-references/zk-snark-circuits/setup.md +96 -0
- package/versioned_docs/version-v3.x/technical-references/zk-snark-circuits/tallyVotes.md +79 -0
- package/versioned_docs/version-v3.x/technical-references/zk-snark-circuits/utilities.md +131 -0
- package/versioned_docs/version-v3.x/technical-references/zk-snark-circuits/zk-snark-circuits.md +42 -0
- package/versioned_docs/version-v3.x/use-cases/_category_.json +4 -0
- package/versioned_docs/version-v3.x/use-cases/governance.md +18 -0
- package/versioned_docs/version-v3.x/use-cases/polling.md +10 -0
- package/versioned_docs/version-v3.x/use-cases/public-goods.md +65 -0
- package/versioned_sidebars/version-v0.x-sidebars.json +8 -0
- package/versioned_sidebars/version-v1.2-sidebars.json +8 -0
- package/versioned_sidebars/version-v2.x-sidebars.json +8 -0
- package/versioned_sidebars/version-v3.x-sidebars.json +8 -0
- package/versions.json +1 -0
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2283.825327107867 2037.277216373561" width="6851.475981323601" height="6111.831649120683">
|
|
2
|
+
<!-- svg-source:excalidraw -->
|
|
3
|
+
|
|
4
|
+
<defs>
|
|
5
|
+
<style class="style-fonts">
|
|
6
|
+
@font-face {
|
|
7
|
+
font-family: "Virgil";
|
|
8
|
+
src: url("https://excalidraw.com/Virgil.woff2");
|
|
9
|
+
}
|
|
10
|
+
@font-face {
|
|
11
|
+
font-family: "Cascadia";
|
|
12
|
+
src: url("https://excalidraw.com/Cascadia.woff2");
|
|
13
|
+
}
|
|
14
|
+
@font-face {
|
|
15
|
+
font-family: "Assistant";
|
|
16
|
+
src: url("https://excalidraw.com/Assistant-Regular.woff2");
|
|
17
|
+
}
|
|
18
|
+
</style>
|
|
19
|
+
|
|
20
|
+
</defs>
|
|
21
|
+
<rect x="0" y="0" width="2283.825327107867" height="2037.277216373561" fill="#ffffff"></rect><g stroke-linecap="round" transform="translate(757.4704784739415 841.3131665361293) rotate(0 129.27623258310314 33.800522136203085)"><path d="M16.9 0 C93.02 2.08, 166.33 2.21, 241.65 0 M16.9 0 C86.1 0.69, 154.76 0.63, 241.65 0 M241.65 0 C252.48 1.24, 259.36 5.2, 258.55 16.9 M241.65 0 C255.15 1.6, 260.48 7.57, 258.55 16.9 M258.55 16.9 C259.63 24, 259.36 31.03, 258.55 50.7 M258.55 16.9 C259.16 27.84, 258.24 37.69, 258.55 50.7 M258.55 50.7 C256.87 62, 253.74 66.73, 241.65 67.6 M258.55 50.7 C259.27 63.41, 253.11 69.61, 241.65 67.6 M241.65 67.6 C189.77 70.38, 139.3 68.38, 16.9 67.6 M241.65 67.6 C183.63 69.68, 125.93 68.85, 16.9 67.6 M16.9 67.6 C7.33 69.05, 1.56 63.64, 0 50.7 M16.9 67.6 C4.6 69.31, 1.07 61.03, 0 50.7 M0 50.7 C-0.06 37.37, 1.09 24.35, 0 16.9 M0 50.7 C-0.89 40.53, -0.72 27.51, 0 16.9 M0 16.9 C-0.93 7.3, 4.9 1.8, 16.9 0 M0 16.9 C-0.75 7.16, 6.2 -2.25, 16.9 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(802.3767998631965 862.6136886723325) rotate(0 84.36991119384766 12.5)"><text x="84.36991119384766" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#e03131" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">ProcessMessages</text></g><g stroke-linecap="round" transform="translate(286.74010838123286 658.4058635434108) rotate(0 126.4982138566952 32.177416550875876)"><path d="M16.09 0 C87.37 -0.71, 157.63 0.37, 236.91 0 M16.09 0 C76.09 1.19, 136.83 0.47, 236.91 0 M236.91 0 C249.57 1.39, 254.67 7.05, 253 16.09 M236.91 0 C245.49 0.33, 253.83 6.54, 253 16.09 M253 16.09 C253.54 25.79, 251.24 37.02, 253 48.27 M253 16.09 C252.06 26.03, 253.31 35.51, 253 48.27 M253 48.27 C253.62 60.25, 247.8 66.1, 236.91 64.35 M253 48.27 C251.34 59.6, 249.42 63.43, 236.91 64.35 M236.91 64.35 C153.53 63.39, 72.87 62.79, 16.09 64.35 M236.91 64.35 C152.8 64.75, 67.88 64.85, 16.09 64.35 M16.09 64.35 C4.47 65.84, 0.93 58.18, 0 48.27 M16.09 64.35 C7.22 63.59, -0.37 58.79, 0 48.27 M0 48.27 C0.41 40.56, -1.25 29.1, 0 16.09 M0 48.27 C-0.3 36.43, -0.2 23.82, 0 16.09 M0 16.09 C-0.65 6.69, 5.85 -1.95, 16.09 0 M0 16.09 C1.34 5.04, 4.35 1.31, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(301.3884382047254 678.0832800942865) rotate(0 111.84988403320312 12.5)"><text x="111.84988403320312" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">inputHash (public input)</text></g><g stroke-linecap="round"><g transform="translate(833.5496464044718 746.6569935180642) rotate(0 3.6861204519241255 34.44869999829109)"><path d="M0.65 -0.33 C1.99 11.18, 6.84 56.82, 7.92 68.49 M-0.47 -1.55 C0.77 10.18, 6.15 58.27, 7.26 69.81" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(833.5496464044718 746.6569935180642) rotate(0 3.6861204519241255 34.44869999829109)"><path d="M-3.7 47.34 C-1.16 54.76, 1.91 59.97, 7.26 69.81 M-3.7 47.34 C1.33 56.2, 5.17 64.48, 7.26 69.81" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(833.5496464044718 746.6569935180642) rotate(0 3.6861204519241255 34.44869999829109)"><path d="M13.3 45.55 C10.87 53.58, 8.97 59.31, 7.26 69.81 M13.3 45.55 C12.18 55.02, 9.86 63.95, 7.26 69.81" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g></g><mask></mask><g transform="translate(907.2289337633965 787.6622919548431) rotate(0 31.809967041015625 12.5)"><text x="0" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">Inputs</text></g><g stroke-linecap="round" transform="translate(565.9053176572424 660.8458999568331) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C88.51 2.48, 161.4 1.87, 204.03 0 M16.09 0 C79.5 -1.34, 143.68 -0.31, 204.03 0 M204.03 0 C214.17 -1.84, 218.43 5.4, 220.12 16.09 M204.03 0 C215.7 -1, 220.84 6.81, 220.12 16.09 M220.12 16.09 C220.92 27.56, 219.59 37.4, 220.12 48.27 M220.12 16.09 C219.89 26.5, 219.54 36.34, 220.12 48.27 M220.12 48.27 C219.14 58.75, 216.45 65.8, 204.03 64.35 M220.12 48.27 C221.9 60.91, 213.72 66.07, 204.03 64.35 M204.03 64.35 C138.26 65.55, 73.65 65.4, 16.09 64.35 M204.03 64.35 C139.04 64.34, 72.17 65.83, 16.09 64.35 M16.09 64.35 C4.34 62.39, -0.93 60.66, 0 48.27 M16.09 64.35 C4.51 66.42, -0.75 60.52, 0 48.27 M0 48.27 C0.03 36.94, 1.45 26.64, 0 16.09 M0 48.27 C-0.26 39.68, 0.34 32.39, 0 16.09 M0 16.09 C0.3 5.3, 5.84 1.91, 16.09 0 M0 16.09 C-0.17 6.79, 5.29 -0.94, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(623.412931543422 680.5233165077091) rotate(0 52.549957275390625 12.5)"><text x="52.549957275390625" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">packedVals</text></g><g stroke-linecap="round" transform="translate(818.1959646067198 660.8070780476794) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C80 0.06, 142.83 -0.24, 204.03 0 M16.09 0 C54.52 -1.08, 92.69 -0.14, 204.03 0 M204.03 0 C215.57 -0.87, 220.74 6.62, 220.12 16.09 M204.03 0 C214.94 2.01, 218.45 5.97, 220.12 16.09 M220.12 16.09 C220.02 27.4, 219.12 40.23, 220.12 48.27 M220.12 16.09 C219.49 27.88, 220.83 40.64, 220.12 48.27 M220.12 48.27 C221.67 60.66, 213.86 65.84, 204.03 64.35 M220.12 48.27 C221.18 58.06, 216.61 63.59, 204.03 64.35 M204.03 64.35 C151.63 63.3, 97.85 65.11, 16.09 64.35 M204.03 64.35 C157.44 65.14, 111.41 66.95, 16.09 64.35 M16.09 64.35 C4.63 66.15, -0.65 60.32, 0 48.27 M16.09 64.35 C5.93 62.11, 1.34 58.67, 0 48.27 M0 48.27 C-1.01 39.67, 1.7 31.17, 0 16.09 M0 48.27 C0.06 39.4, 0.15 31.55, 0 16.09 M0 16.09 C-0.14 6.6, 5.3 -0.82, 16.09 0 M0 16.09 C1.03 4.91, 4.86 -2.26, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(844.3836169450469 680.4844945985553) rotate(0 83.86991882324219 12.5)"><text x="83.86991882324219" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">pollEndTimestamp</text></g><g stroke-linecap="round" transform="translate(1062.7675219529256 661.5058724124349) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C72.14 1.39, 132.12 -0.46, 204.03 0 M16.09 0 C55.61 -0.47, 94.62 0.59, 204.03 0 M204.03 0 C214.91 1.74, 218.67 5.89, 220.12 16.09 M204.03 0 C216.54 -0.93, 221.82 5.4, 220.12 16.09 M220.12 16.09 C221.38 23.51, 221.66 31.7, 220.12 48.27 M220.12 16.09 C221.17 26.19, 219.94 35.36, 220.12 48.27 M220.12 48.27 C221.04 58.18, 216.36 63.69, 204.03 64.35 M220.12 48.27 C219.75 58.79, 214.21 65.48, 204.03 64.35 M204.03 64.35 C152.36 64.11, 104.77 64.45, 16.09 64.35 M204.03 64.35 C165.7 66.82, 127.79 66.58, 16.09 64.35 M16.09 64.35 C5.85 62.4, 1.17 58.71, 0 48.27 M16.09 64.35 C4.35 65.66, -0.85 58.04, 0 48.27 M0 48.27 C-0.81 39.77, 1.25 30.42, 0 16.09 M0 48.27 C-0.15 39.34, -0.11 28.76, 0 16.09 M0 16.09 C0.9 4.97, 4.93 -1.97, 16.09 0 M0 16.09 C1.5 6.18, 3.08 1.88, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1132.5451324821715 681.1832889633108) rotate(0 40.27996063232422 12.5)"><text x="40.27996063232422" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">msgRoot</text></g><g stroke-linecap="round"><g transform="translate(1069.0821234331552 871.1317558076912) rotate(0 108.38376029738583 0.46191284466056004)"><path d="M0.1 1.05 C36.02 1.13, 179.63 1.34, 215.9 1.24 M-1.31 0.55 C34.95 0.19, 181.7 -0.87, 218.16 -0.71" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(1069.0821234331552 871.1317558076912) rotate(0 108.38376029738583 0.46191284466056004)"><path d="M194.69 7.89 C204.15 3.58, 210.71 3.73, 218.16 -0.71 M194.69 7.89 C200.29 5.22, 206.72 4.12, 218.16 -0.71" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(1069.0821234331552 871.1317558076912) rotate(0 108.38376029738583 0.46191284466056004)"><path d="M194.65 -9.21 C204.23 -7.86, 210.81 -2.04, 218.16 -0.71 M194.65 -9.21 C200.39 -7.44, 206.83 -4.1, 218.16 -0.71" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g></g><mask></mask><g transform="translate(1110.119433000893 821.9656642176492) rotate(0 49.669944763183594 12.5)"><text x="0" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">Processing</text></g><g stroke-linecap="round" transform="translate(1336.3918393312788 62.09544612086364) rotate(0 167.76537947083852 68.2756945688252)"><path d="M32 0 C93.21 -0.49, 155.72 -2.31, 303.53 0 M32 0 C101.31 -0.83, 170.92 -1.58, 303.53 0 M303.53 0 C326.56 1.45, 337.09 12.34, 335.53 32 M303.53 0 C323.83 1.71, 336.6 9.73, 335.53 32 M335.53 32 C335.11 59.14, 336.27 86.61, 335.53 104.55 M335.53 32 C335.28 56.77, 335.45 78.69, 335.53 104.55 M335.53 104.55 C334.6 127.55, 324.13 138.35, 303.53 136.55 M335.53 104.55 C334.78 127.41, 325.43 134.3, 303.53 136.55 M303.53 136.55 C207.08 135.04, 108.22 135.33, 32 136.55 M303.53 136.55 C196.8 136.62, 89.74 135.99, 32 136.55 M32 136.55 C11.14 138.47, -0.14 127.12, 0 104.55 M32 136.55 C10.59 135.61, 1.03 125.43, 0 104.55 M0 104.55 C1.42 82.38, 2.35 64.18, 0 32 M0 104.55 C-1.26 77.24, -0.65 48.81, 0 32 M0 32 C1.02 11.86, 11.89 -0.46, 32 0 M0 32 C0.4 12.2, 10.72 1.24, 32 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1361.1773604036798 117.87114068968884) rotate(0 142.9798583984375 12.5)"><text x="142.9798583984375" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">1. Verify currentSbCommitment</text></g><g stroke-linecap="round"><g transform="translate(1696.7846533287257 159.203021836539) rotate(0 20.82494986302345 -6.215796964200905)"><path d="M-0.24 0.46 C6.67 -1.68, 34.32 -10.42, 41.38 -12.5 M0.64 0.23 C7.73 -1.87, 35.58 -9.65, 42.48 -11.83" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(1696.7846533287257 159.203021836539) rotate(0 20.82494986302345 -6.215796964200905)"><path d="M25 1.08 C30.89 -3.13, 35.01 -5.55, 42.48 -11.83 M25 1.08 C31.23 -3.43, 38.2 -8.81, 42.48 -11.83" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(1696.7846533287257 159.203021836539) rotate(0 20.82494986302345 -6.215796964200905)"><path d="M20.79 -13.17 C27.95 -13.22, 33.3 -11.49, 42.48 -11.83 M20.79 -13.17 C28.65 -12.39, 37.18 -12.47, 42.48 -11.83" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(1332.5449225973925 211.55288941678128) rotate(0 161.2046291769268 63.522746964685325)"><path d="M31.76 0 C97.99 2.38, 165.77 2.26, 290.65 0 M31.76 0 C131.42 -1.87, 230.98 -1.81, 290.65 0 M290.65 0 C311.5 -0.17, 321.94 11.57, 322.41 31.76 M290.65 0 C311.11 0.66, 323.79 9.33, 322.41 31.76 M322.41 31.76 C321.04 45.54, 324.67 60.45, 322.41 95.28 M322.41 31.76 C322.45 55.54, 322.79 81.14, 322.41 95.28 M322.41 95.28 C321.53 117.59, 311.08 126.22, 290.65 127.05 M322.41 95.28 C321.99 118.62, 311.1 126.46, 290.65 127.05 M290.65 127.05 C205.52 127.74, 122.03 127.24, 31.76 127.05 M290.65 127.05 C197.32 126.03, 103.1 125.41, 31.76 127.05 M31.76 127.05 C11.89 127.75, -1.99 118.1, 0 95.28 M31.76 127.05 C10.58 128.99, 2.25 118.32, 0 95.28 M0 95.28 C-0.3 80.71, 0.82 65.32, 0 31.76 M0 95.28 C-0.09 78.23, -0.15 60.39, 0 31.76 M0 31.76 C-0.59 8.77, 12.39 -0.49, 31.76 0 M0 31.76 C0.14 9.23, 11.85 2.26, 31.76 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1340.1096744549832 250.0756363814666) rotate(0 153.63987731933594 25)"><text x="153.63987731933594" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">2. Verify inputHash and assign </text><text x="153.63987731933594" y="42.519999999999996" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">packed values</text></g><g stroke-linecap="round"><g transform="translate(1680.4207582331542 277.6451000060926) rotate(0 12.834776202461853 0.090739775791576)"><path d="M0.26 -0.22 C4.65 -0.29, 21.89 -0.06, 26.11 0 M-0.28 -0.81 C4.1 -0.84, 21.67 0.35, 25.91 0.6" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(1680.4207582331542 277.6451000060926) rotate(0 12.834776202461853 0.090739775791576)"><path d="M13.6 4.22 C16.46 3.79, 19.65 2.24, 25.91 0.6 M13.6 4.22 C17.09 3.23, 20.96 1.91, 25.91 0.6" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(1680.4207582331542 277.6451000060926) rotate(0 12.834776202461853 0.090739775791576)"><path d="M14.15 -4.54 C16.91 -2.74, 19.95 -2.04, 25.91 0.6 M14.15 -4.54 C17.47 -2.98, 21.19 -1.75, 25.91 0.6" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(399.966929532201 823.0531286001524) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C58.47 1.38, 99.62 0.66, 204.03 0 M16.09 0 C64.87 -0.35, 112.61 0.17, 204.03 0 M204.03 0 C212.84 -1.37, 220.62 4.48, 220.12 16.09 M204.03 0 C214.55 -1.2, 222.03 6.2, 220.12 16.09 M220.12 16.09 C219.85 21.69, 218.94 30.39, 220.12 48.27 M220.12 16.09 C219.57 25.92, 220.27 33.38, 220.12 48.27 M220.12 48.27 C221.71 59.25, 213.55 64.01, 204.03 64.35 M220.12 48.27 C221.5 58.85, 217 65.61, 204.03 64.35 M204.03 64.35 C145.7 65.04, 86.42 64.16, 16.09 64.35 M204.03 64.35 C139.66 62.32, 75.42 62.1, 16.09 64.35 M16.09 64.35 C3.45 64.19, 1.55 58.38, 0 48.27 M16.09 64.35 C7 65.93, 0.94 59.07, 0 48.27 M0 48.27 C-0.86 41.71, -0.49 33.15, 0 16.09 M0 48.27 C-1 38.35, 0.91 25.79, 0 16.09 M0 16.09 C0.62 7.29, 3.38 1.02, 16.09 0 M0 16.09 C-1.4 5.85, 5.84 -1, 16.09 0" stroke="#f08c00" stroke-width="1" fill="none"></path></g><g transform="translate(429.0845821757048 842.7305451510283) rotate(0 80.9399185180664 12.5)"><text x="80.9399185180664" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#f08c00" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">stateTreeDepth</text></g><g stroke-linecap="round"><g transform="translate(652.2270135001836 898.767323197048) rotate(0 24.285934174555678 0.3162331742965989)"><path d="M-0.24 -0.25 C7.94 -0.07, 40.8 0.51, 49.02 0.63 M0.64 0.81 C8.79 1.12, 40.76 1.3, 48.82 1.32" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(652.2270135001836 898.767323197048) rotate(0 24.285934174555678 0.3162331742965989)"><path d="M25.96 9.52 C32.24 7.98, 39.39 5.74, 48.82 1.32 M25.96 9.52 C31.46 7, 38.07 4.97, 48.82 1.32" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(652.2270135001836 898.767323197048) rotate(0 24.285934174555678 0.3162331742965989)"><path d="M26.04 -7.1 C32.23 -3.76, 39.36 -1.13, 48.82 1.32 M26.04 -7.1 C31.59 -5.24, 38.19 -2.91, 48.82 1.32" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(410.41401452643277 1014.4432553345162) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C53.94 1.86, 94.93 1.32, 204.03 0 M16.09 0 C59.94 -0.55, 105.26 0.71, 204.03 0 M204.03 0 C214.17 -0.39, 219.18 6.42, 220.12 16.09 M204.03 0 C215.21 2.11, 222.33 5.06, 220.12 16.09 M220.12 16.09 C220.84 28.22, 218.57 36.53, 220.12 48.27 M220.12 16.09 C221.27 25.41, 220.1 35.36, 220.12 48.27 M220.12 48.27 C221.66 57.03, 212.88 64.98, 204.03 64.35 M220.12 48.27 C222.15 60.79, 214.62 63.39, 204.03 64.35 M204.03 64.35 C128.06 64.01, 55.33 63.94, 16.09 64.35 M204.03 64.35 C166.4 65.45, 128.48 64.07, 16.09 64.35 M16.09 64.35 C6.19 66.21, -1.35 60.95, 0 48.27 M16.09 64.35 C4.74 65.91, -2.17 60.47, 0 48.27 M0 48.27 C1.7 35.44, -1.13 23.95, 0 16.09 M0 48.27 C-0.28 38.27, -0.75 29.2, 0 16.09 M0 16.09 C-0.58 4.46, 7.09 -1.7, 16.09 0 M0 16.09 C-0.37 5.9, 5.52 -2.02, 16.09 0" stroke="#f08c00" stroke-width="1" fill="none"></path></g><g transform="translate(445.3616537422022 1034.120671885392) rotate(0 75.10993194580078 12.5)"><text x="75.10993194580078" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#f08c00" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">msgBatchDepth</text></g><g stroke-linecap="round" transform="translate(409.26419275634635 1104.9570361730955) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C57.91 -1.56, 100.21 0.56, 204.03 0 M16.09 0 C62.93 0.65, 111.97 0.38, 204.03 0 M204.03 0 C216.73 1.13, 218.84 4.62, 220.12 16.09 M204.03 0 C214.49 -1.61, 220.63 6.9, 220.12 16.09 M220.12 16.09 C220.4 25.21, 219.02 38.5, 220.12 48.27 M220.12 16.09 C220.3 29.34, 219.27 40.68, 220.12 48.27 M220.12 48.27 C220.58 57.79, 212.81 65.6, 204.03 64.35 M220.12 48.27 C219.42 57.07, 213.18 63.78, 204.03 64.35 M204.03 64.35 C147 65.69, 92.52 64.28, 16.09 64.35 M204.03 64.35 C139.12 66.21, 76.21 65.34, 16.09 64.35 M16.09 64.35 C3.52 65.84, -1.15 58.72, 0 48.27 M16.09 64.35 C5.48 62.89, -0.79 60.98, 0 48.27 M0 48.27 C-1.41 40.93, -0.42 32.25, 0 16.09 M0 48.27 C0.45 39.34, 0.62 31.26, 0 16.09 M0 16.09 C-1.06 4.6, 3.41 -0.91, 16.09 0 M0 16.09 C-1.53 6.1, 5.29 1.79, 16.09 0" stroke="#f08c00" stroke-width="1" fill="none"></path></g><g transform="translate(415.1218737811969 1124.6344527239714) rotate(0 104.19989013671875 12.5)"><text x="104.19989013671875" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#f08c00" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">voteOptionTreeDepth</text></g><g transform="translate(646.9697728268948 977.7030542790301) rotate(0 56.89994812011719 12.5)"><text x="0" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">Parameters</text></g><g stroke-linecap="round" transform="translate(86.08341555332572 768.3888661010408) rotate(0 131.97589449220231 50.89970216399263)"><path d="M25.45 0 C102.66 0.67, 181.85 0.17, 238.5 0 M25.45 0 C104.77 0.73, 185.01 1.4, 238.5 0 M238.5 0 C256.39 1.37, 264.97 10.38, 263.95 25.45 M238.5 0 C254.96 -0.96, 262.03 6.2, 263.95 25.45 M263.95 25.45 C262.64 45.25, 265.43 64.19, 263.95 76.35 M263.95 25.45 C263.24 44.88, 263.84 62.95, 263.95 76.35 M263.95 76.35 C264.86 91.33, 253.98 102.05, 238.5 101.8 M263.95 76.35 C264.17 94.97, 256.32 102.72, 238.5 101.8 M238.5 101.8 C160.33 101.46, 80.26 102.39, 25.45 101.8 M238.5 101.8 C195.73 102.66, 152.53 103.03, 25.45 101.8 M25.45 101.8 C7.05 100.97, -0.43 95.03, 0 76.35 M25.45 101.8 C6.41 101.75, 0.94 95.58, 0 76.35 M0 76.35 C-0.1 54.96, -1.97 37.87, 0 25.45 M0 76.35 C1.02 66.5, 0.61 53.78, 0 25.45 M0 25.45 C1.09 8.25, 9.92 1.31, 25.45 0 M0 25.45 C-1.07 6.95, 9.03 1.35, 25.45 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(93.35942753820382 794.2885682650333) rotate(0 124.69988250732422 25)"><text x="124.69988250732422" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">depth of the tree holding</text><text x="124.69988250732422" y="42.519999999999996" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">signups</text></g><g stroke-linecap="round" transform="translate(10 1004.8837259827417) rotate(0 188.71741237766173 60.08169174399393)"><path d="M30.04 0 C96.79 1.83, 164.93 2.22, 347.39 0 M30.04 0 C129.35 -0.71, 228.96 -1.4, 347.39 0 M347.39 0 C365.68 -0.59, 378.56 11.4, 377.43 30.04 M347.39 0 C368.56 2.18, 376.66 9.24, 377.43 30.04 M377.43 30.04 C375.04 54.15, 376.72 76.29, 377.43 90.12 M377.43 30.04 C377.35 49.66, 376.44 71.26, 377.43 90.12 M377.43 90.12 C375.99 109.09, 365.47 120.11, 347.39 120.16 M377.43 90.12 C376.76 110.39, 369.27 120.18, 347.39 120.16 M347.39 120.16 C259.73 120.94, 169.78 122.81, 30.04 120.16 M347.39 120.16 C236.15 118.41, 124.03 119.15, 30.04 120.16 M30.04 120.16 C9.23 121.59, 0.3 110.4, 0 90.12 M30.04 120.16 C11.78 120.26, 2.27 111.95, 0 90.12 M0 90.12 C-1.24 75.36, -1.73 65.19, 0 30.04 M0 90.12 C1.04 69.02, -0.39 49.29, 0 30.04 M0 30.04 C-0.22 11.23, 12 0.21, 30.04 0 M0 30.04 C-2.03 9.84, 10.25 1.77, 30.04 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(20.537541772193435 1039.9654177267355) rotate(0 178.17987060546875 25)"><text x="178.17987060546875" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">depth of the shortest tree that </text><text x="178.17987060546875" y="42.519999999999996" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">can fit all the messages in a batch</text></g><g stroke-linecap="round" transform="translate(93.36288375129607 1142.9515063193926) rotate(0 128.8389059703909 46.25326857698019)"><path d="M23.13 0 C97.07 2.73, 170.75 1.1, 234.55 0 M23.13 0 C105.88 0.27, 187.55 -0.87, 234.55 0 M234.55 0 C249.76 -0.44, 256.45 7.66, 257.68 23.13 M234.55 0 C248.99 -2.11, 255.89 5.71, 257.68 23.13 M257.68 23.13 C257.52 39.09, 259.13 49.97, 257.68 69.38 M257.68 23.13 C258.14 41.43, 257.99 58.73, 257.68 69.38 M257.68 69.38 C257.81 83.91, 251.91 91.05, 234.55 92.51 M257.68 69.38 C256.6 83.37, 250.31 94.41, 234.55 92.51 M234.55 92.51 C173.69 92.48, 112.83 92.62, 23.13 92.51 M234.55 92.51 C152.19 94.08, 69.86 94.26, 23.13 92.51 M23.13 92.51 C6.03 93.83, -1.38 83.99, 0 69.38 M23.13 92.51 C8.09 92.16, 2.26 83.76, 0 69.38 M0 69.38 C1.66 55.19, 0.63 36.82, 0 23.13 M0 69.38 C0.21 59.74, 0.73 49.49, 0 23.13 M0 23.13 C-1.53 9.5, 6.61 1.91, 23.13 0 M0 23.13 C-0.18 9.47, 9.93 2.16, 23.13 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(128.1718748657304 1164.2047748963728) rotate(0 94.02991485595703 25)"><text x="94.02991485595703" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">depth of the tree </text><text x="94.02991485595703" y="42.519999999999996" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">holding votes</text></g><g stroke-linecap="round" transform="translate(406.41834463541454 916.3184273794545) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C59.11 2.9, 104.06 2.4, 204.03 0 M16.09 0 C80.08 -1, 145.58 -0.51, 204.03 0 M204.03 0 C215.72 0.57, 220.03 4.93, 220.12 16.09 M204.03 0 C216.82 2.2, 221.55 4.24, 220.12 16.09 M220.12 16.09 C222.21 25.17, 218.63 36.73, 220.12 48.27 M220.12 16.09 C220.26 24.64, 221.16 33.56, 220.12 48.27 M220.12 48.27 C220.59 58.75, 213.98 64.12, 204.03 64.35 M220.12 48.27 C220.38 59.08, 216.53 64.61, 204.03 64.35 M204.03 64.35 C159.27 63.06, 109.65 64.61, 16.09 64.35 M204.03 64.35 C160.77 64.91, 118.72 65.12, 16.09 64.35 M16.09 64.35 C3.68 64.25, -0.09 57.71, 0 48.27 M16.09 64.35 C5.4 63.22, 0.94 61.07, 0 48.27 M0 48.27 C-0.88 38.47, 0.64 29.46, 0 16.09 M0 48.27 C1.17 39.62, 0.2 29.69, 0 16.09 M0 16.09 C0.83 4.55, 6.8 0.55, 16.09 0 M0 16.09 C0.83 5.22, 7.09 1.24, 16.09 0" stroke="#f08c00" stroke-width="1" fill="none"></path></g><g transform="translate(447.6359881236449 935.9958439303305) rotate(0 68.83992767333984 12.5)"><text x="68.83992767333984" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#f08c00" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">msgTreeDepth</text></g><g stroke-linecap="round" transform="translate(90.40262036137665 884.9591027125775) rotate(0 131.8208903534778 50.3645688279189)"><path d="M25.18 0 C85.31 0.75, 147.93 -1.51, 238.46 0 M25.18 0 C84.3 1.95, 143.98 2.44, 238.46 0 M238.46 0 C254.41 0.28, 261.84 7.65, 263.64 25.18 M238.46 0 C256.55 -2, 264.42 10.55, 263.64 25.18 M263.64 25.18 C264.18 36.97, 264.7 49.02, 263.64 75.55 M263.64 25.18 C264.31 45.47, 264.01 64.55, 263.64 75.55 M263.64 75.55 C262.29 91.38, 257.17 100.21, 238.46 100.73 M263.64 75.55 C265.67 91.52, 253.88 99.22, 238.46 100.73 M238.46 100.73 C165.45 102.66, 91.82 99.75, 25.18 100.73 M238.46 100.73 C170.14 99.36, 102.95 98.78, 25.18 100.73 M25.18 100.73 C6.83 101.48, -0.58 91.59, 0 75.55 M25.18 100.73 C8.53 99.81, 2.01 94.38, 0 75.55 M0 75.55 C-0.34 62.14, -0.6 53.88, 0 25.18 M0 75.55 C-0.71 62.46, -0.25 50.79, 0 25.18 M0 25.18 C-1.68 8.28, 8.55 -1.51, 25.18 0 M0 25.18 C-2.06 6.55, 7.11 -0.91, 25.18 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(133.02359006055758 910.3236715404964) rotate(0 89.19992065429688 25)"><text x="89.19992065429688" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">the depth of the </text><text x="89.19992065429688" y="42.519999999999996" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">message tree</text></g><g stroke-linecap="round" transform="translate(320.4874148692834 553.6246566165546) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C82.27 -0.16, 145.94 2.09, 204.03 0 M16.09 0 C78.14 -1.57, 137.55 -1.33, 204.03 0 M204.03 0 C214.39 -0.46, 222.05 3.65, 220.12 16.09 M204.03 0 C213.19 0.67, 219.51 6.4, 220.12 16.09 M220.12 16.09 C219.36 26.16, 221.58 33.37, 220.12 48.27 M220.12 16.09 C220.76 23.24, 219.76 31.01, 220.12 48.27 M220.12 48.27 C219.68 60.57, 216.34 63.16, 204.03 64.35 M220.12 48.27 C219.39 61.17, 216.22 62.26, 204.03 64.35 M204.03 64.35 C153.9 67.29, 107.69 66.94, 16.09 64.35 M204.03 64.35 C134.46 62.62, 64.72 63.42, 16.09 64.35 M16.09 64.35 C5.87 63.21, -1.7 59.49, 0 48.27 M16.09 64.35 C7.54 62.93, -1.14 58.12, 0 48.27 M0 48.27 C0.23 38.8, 0.4 34.34, 0 16.09 M0 48.27 C0.05 41.09, -0.3 32.73, 0 16.09 M0 16.09 C-1.88 5.99, 3.48 1.27, 16.09 0 M0 16.09 C1.82 6.36, 5.56 0.76, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(385.30503394345124 573.3020731674305) rotate(0 45.239952087402344 12.5)"><text x="45.239952087402344" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">messages</text></g><g stroke-linecap="round" transform="translate(566.2014934698873 557.9500322180979) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C60.31 -1.01, 104.17 0.81, 204.03 0 M16.09 0 C54.46 1.08, 94.17 0.46, 204.03 0 M204.03 0 C213.4 0.58, 219.59 6.26, 220.12 16.09 M204.03 0 C214.39 -1.35, 222.11 4.71, 220.12 16.09 M220.12 16.09 C219.06 28.99, 218.67 39.1, 220.12 48.27 M220.12 16.09 C219.69 25.33, 220.71 32.39, 220.12 48.27 M220.12 48.27 C219.48 60.89, 216.03 62.54, 204.03 64.35 M220.12 48.27 C219.14 59.28, 216.94 62.4, 204.03 64.35 M204.03 64.35 C138.33 63.84, 68.12 65.53, 16.09 64.35 M204.03 64.35 C151.19 64.95, 97 65.77, 16.09 64.35 M16.09 64.35 C7.26 63.12, -0.99 58.23, 0 48.27 M16.09 64.35 C3.81 65.36, 0.93 59.42, 0 48.27 M0 48.27 C-1.43 42.24, -1.21 35.56, 0 16.09 M0 48.27 C-0.86 37.94, -0.87 27.61, 0 16.09 M0 16.09 C1.59 6.23, 5.54 0.66, 16.09 0 M0 16.09 C0.83 4.58, 4.09 1.65, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(576.5791635084106 565.1274487689739) rotate(0 99.67990112304688 25)"><text x="99.67990112304688" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">msgSubrootPathElem</text><text x="99.67990112304688" y="42.519999999999996" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">ents</text></g><g stroke-linecap="round" transform="translate(818.4921404193647 557.9112103089442) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C68.97 -3.54, 124.24 -1.92, 204.03 0 M16.09 0 C67.44 1.9, 119.88 2.06, 204.03 0 M204.03 0 C214.43 -1.17, 221.85 4.8, 220.12 16.09 M204.03 0 C215.82 1.91, 218.96 3.84, 220.12 16.09 M220.12 16.09 C219.09 27.3, 219.56 40.61, 220.12 48.27 M220.12 16.09 C220.05 29.23, 221.01 39.57, 220.12 48.27 M220.12 48.27 C219.27 59.24, 216.66 62.65, 204.03 64.35 M220.12 48.27 C221.43 59.58, 215.66 66, 204.03 64.35 M204.03 64.35 C159.15 65.29, 116.2 65.27, 16.09 64.35 M204.03 64.35 C159.31 64.21, 112.2 64.44, 16.09 64.35 M16.09 64.35 C4.02 65.23, 0.81 59.37, 0 48.27 M16.09 64.35 C3.09 64.97, 1.2 57.44, 0 48.27 M0 48.27 C0.8 37.44, -0.95 25.65, 0 16.09 M0 48.27 C1.1 38.03, 0.39 27.26, 0 16.09 M0 16.09 C0.72 4.69, 4.26 1.43, 16.09 0 M0 16.09 C0.93 7.42, 6.11 2.07, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(867.8397735316184 577.5886268598201) rotate(0 60.709938049316406 12.5)"><text x="60.709938049316406" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">coordPrivKey</text></g><g stroke-linecap="round" transform="translate(1063.0636977655704 558.6100046736997) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C53.37 2.27, 89.87 -1.01, 204.03 0 M16.09 0 C77.8 -1.43, 140.69 -1.13, 204.03 0 M204.03 0 C215.68 1.66, 219.11 4.04, 220.12 16.09 M204.03 0 C216.77 -1.97, 220.95 4.5, 220.12 16.09 M220.12 16.09 C221.65 25.29, 218.88 30.67, 220.12 48.27 M220.12 16.09 C219.9 28.92, 221.27 40.64, 220.12 48.27 M220.12 48.27 C221.26 59.5, 215.55 65.78, 204.03 64.35 M220.12 48.27 C218.66 57.08, 215.25 63.95, 204.03 64.35 M204.03 64.35 C141.51 63.13, 81.78 66.73, 16.09 64.35 M204.03 64.35 C158.6 64.08, 114.92 63.83, 16.09 64.35 M16.09 64.35 C3.39 64.89, 1.05 57.64, 0 48.27 M16.09 64.35 C5.88 63.07, 0.28 59.7, 0 48.27 M0 48.27 C0.81 37.47, 1.45 32.03, 0 16.09 M0 48.27 C0.33 36.87, -0.58 26.87, 0 16.09 M0 16.09 C0.81 7.15, 6.01 1.8, 16.09 0 M0 16.09 C-1.94 7.52, 6.51 2.05, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1113.371329962296 578.2874212245756) rotate(0 59.74993896484375 12.5)"><text x="59.74993896484375" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">coordPubKey</text></g><g stroke-linecap="round" transform="translate(319.0783992619927 453.80492516655903) rotate(0 110.05757116156974 32.177416550875876)"><path d="M16.09 0 C70 0.14, 122.49 0.85, 204.03 0 M16.09 0 C82.16 0.67, 148.89 0.87, 204.03 0 M204.03 0 C216.36 0.66, 222.02 4.7, 220.12 16.09 M204.03 0 C214.07 -0.67, 222.03 6.8, 220.12 16.09 M220.12 16.09 C219.49 24.42, 220.79 30.04, 220.12 48.27 M220.12 16.09 C220.35 22.8, 219.36 32.02, 220.12 48.27 M220.12 48.27 C220.7 57.47, 214.77 65.79, 204.03 64.35 M220.12 48.27 C222.35 60.61, 212.57 62.17, 204.03 64.35 M204.03 64.35 C146.61 64.13, 87.05 66.01, 16.09 64.35 M204.03 64.35 C142.49 63.93, 78.54 63.78, 16.09 64.35 M16.09 64.35 C4.35 63.55, -0.43 59.13, 0 48.27 M16.09 64.35 C6.71 66.24, 0.37 59.21, 0 48.27 M0 48.27 C-1.15 41.42, -2.07 32.55, 0 16.09 M0 48.27 C-1.27 37.94, 0.61 26.97, 0 16.09 M0 16.09 C1.79 7.35, 6.82 1.76, 16.09 0 M0 16.09 C0.87 6.21, 7.28 1.75, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(374.8860238293246 473.48234171743496) rotate(0 54.24994659423828 12.5)"><text x="54.24994659423828" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">encPubKeys</text></g><g stroke-linecap="round" transform="translate(564.7924778625966 458.13030076810236) rotate(0 110.05757116156974 32.177416550875876)"><path d="M16.09 0 C57.64 2.33, 95.71 -0.04, 204.03 0 M16.09 0 C62.45 1.03, 108.16 0.37, 204.03 0 M204.03 0 C214.16 -0.58, 221.78 6.61, 220.12 16.09 M204.03 0 C212.81 2.09, 218.59 4.31, 220.12 16.09 M220.12 16.09 C218.95 28.86, 221.62 40.06, 220.12 48.27 M220.12 16.09 C220.12 21.85, 219.84 29.86, 220.12 48.27 M220.12 48.27 C222.06 60.39, 212.85 62.46, 204.03 64.35 M220.12 48.27 C220.33 59, 216.43 65.17, 204.03 64.35 M204.03 64.35 C163.35 63.48, 121.39 66.56, 16.09 64.35 M204.03 64.35 C155.21 62.85, 107.19 63.32, 16.09 64.35 M16.09 64.35 C6.53 66, 0.32 59.18, 0 48.27 M16.09 64.35 C4.7 65.65, 0.36 57.88, 0 48.27 M0 48.27 C0.83 37.43, -0.85 20.95, 0 16.09 M0 48.27 C0.6 39.04, 0.44 28.71, 0 16.09 M0 16.09 C0.75 6.1, 7.03 1.53, 16.09 0 M0 16.09 C2.2 5.03, 5.94 0.29, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(586.7301302009246 477.8077173189783) rotate(0 88.11991882324219 12.5)"><text x="88.11991882324219" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">currentStateRoot</text></g><g stroke-linecap="round" transform="translate(817.083124812074 458.0914788589486) rotate(0 110.05757116156974 32.177416550875876)"><path d="M16.09 0 C84.53 0.31, 154.52 2.51, 204.03 0 M16.09 0 C78.39 0.33, 142.13 1.24, 204.03 0 M204.03 0 C213.07 1.82, 218.79 4.45, 220.12 16.09 M204.03 0 C216.35 0.44, 220.19 3.95, 220.12 16.09 M220.12 16.09 C218.4 25.37, 221.49 38.8, 220.12 48.27 M220.12 16.09 C221.09 23.99, 219.17 29.55, 220.12 48.27 M220.12 48.27 C220.3 59, 216.21 65.06, 204.03 64.35 M220.12 48.27 C218.27 58.16, 215.08 65.1, 204.03 64.35 M204.03 64.35 C157.52 65.21, 111.55 65.16, 16.09 64.35 M204.03 64.35 C155.8 65.3, 106.57 64.58, 16.09 64.35 M16.09 64.35 C4.79 65.48, 0.31 58.03, 0 48.27 M16.09 64.35 C7.53 62.18, 2.01 59.6, 0 48.27 M0 48.27 C0.54 37.45, -0.38 24.81, 0 16.09 M0 48.27 C0.14 35.78, 0.6 23.33, 0 16.09 M0 16.09 C1.91 5.08, 5.86 0.25, 16.09 0 M0 16.09 C-0.68 7.48, 6.74 1.47, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(828.2707847797965 477.76889540982455) rotate(0 98.86991119384766 12.5)"><text x="98.86991119384766" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">currentStateLeaves</text></g><g stroke-linecap="round" transform="translate(1062.097551126065 458.7902732237041) rotate(0 110.05757116156974 32.177416550875876)"><path d="M16.09 0 C67.56 0.4, 117.05 -2.1, 204.03 0 M16.09 0 C66.14 -0.27, 117.21 -1.63, 204.03 0 M204.03 0 C216.14 0.38, 220.18 4.14, 220.12 16.09 M204.03 0 C215.76 1.66, 220.34 3.13, 220.12 16.09 M220.12 16.09 C218.78 22.89, 221.74 31.59, 220.12 48.27 M220.12 16.09 C219.9 28, 220.54 40.26, 220.12 48.27 M220.12 48.27 C218.51 58.27, 215.04 65.01, 204.03 64.35 M220.12 48.27 C218.8 59, 216.98 63.37, 204.03 64.35 M204.03 64.35 C155.93 62.97, 109.59 64.57, 16.09 64.35 M204.03 64.35 C131.93 65.1, 60.56 64.05, 16.09 64.35 M16.09 64.35 C7.25 62.46, 1.75 59.52, 0 48.27 M16.09 64.35 C7.48 63.03, -2.25 59.4, 0 48.27 M0 48.27 C2.08 37.16, 1.85 23.89, 0 16.09 M0 48.27 C0.69 37.28, -0.02 26.71, 0 16.09 M0 16.09 C-0.59 7.2, 6.56 1.28, 16.09 0 M0 16.09 C-1.61 7.5, 5.58 1.99, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1073.2852110937865 465.96768977458004) rotate(0 98.86991119384766 25)"><text x="98.86991119384766" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">currentStateLeaves</text><text x="98.86991119384766" y="42.519999999999996" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">PathElements</text></g><g stroke-linecap="round" transform="translate(313.64462125170485 354.586891762245) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C85.52 -3.06, 157.24 -1.84, 204.03 0 M16.09 0 C70.43 -0.07, 124.13 -0.89, 204.03 0 M204.03 0 C213.41 1.19, 218.26 4.4, 220.12 16.09 M204.03 0 C212.93 1.11, 222.38 5.24, 220.12 16.09 M220.12 16.09 C217.91 24.19, 221.41 35.74, 220.12 48.27 M220.12 16.09 C219.9 27.99, 220.56 41.28, 220.12 48.27 M220.12 48.27 C219.38 58.16, 216.42 65.99, 204.03 64.35 M220.12 48.27 C218.57 60.43, 216.46 66.25, 204.03 64.35 M204.03 64.35 C162.34 63.2, 125.62 64.56, 16.09 64.35 M204.03 64.35 C161.76 63.11, 117.48 64.17, 16.09 64.35 M16.09 64.35 C5.3 62.48, -1.16 57.48, 0 48.27 M16.09 64.35 C6.78 66.43, 0.55 57.89, 0 48.27 M0 48.27 C-0.48 42.26, 1.56 31.9, 0 16.09 M0 48.27 C0.8 40.64, -0.54 33.94, 0 16.09 M0 16.09 C-1.38 4.83, 6.53 1.41, 16.09 0 M0 16.09 C-1.96 5.06, 4.07 1.52, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(322.85229312128286 374.2643083131209) rotate(0 100.84989929199219 12.5)"><text x="100.84989929199219" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">currentSbCommitment</text></g><g stroke-linecap="round" transform="translate(559.3586998523087 358.9122673637883) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C58.44 -0.48, 101.48 1.79, 204.03 0 M16.09 0 C72.15 2.09, 128.63 1.01, 204.03 0 M204.03 0 C213.17 0.96, 222.08 5.26, 220.12 16.09 M204.03 0 C214.77 -1.89, 221.14 3.13, 220.12 16.09 M220.12 16.09 C222.19 23.68, 220.29 29.76, 220.12 48.27 M220.12 16.09 C219.87 23.14, 221.07 31.84, 220.12 48.27 M220.12 48.27 C218.78 60.24, 216.24 66, 204.03 64.35 M220.12 48.27 C218.1 61.19, 212.75 62.28, 204.03 64.35 M204.03 64.35 C141.73 67.72, 81.27 67.98, 16.09 64.35 M204.03 64.35 C153.75 64.8, 102.95 64.98, 16.09 64.35 M16.09 64.35 C6.6 66.16, 0.48 58.03, 0 48.27 M16.09 64.35 C4.12 62.57, 0.28 58.16, 0 48.27 M0 48.27 C-1.67 34.49, 0.59 24.08, 0 16.09 M0 48.27 C-0.46 39.36, 0.81 31.71, 0 16.09 M0 16.09 C-1.7 5.1, 4.24 1.33, 16.09 0 M0 16.09 C1 5.68, 5.04 -0.58, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(602.1363332697374 378.58968391466425) rotate(0 67.27993774414062 12.5)"><text x="67.27993774414062" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">currentSbSalt</text></g><g stroke-linecap="round" transform="translate(811.6493468017861 358.8734454546346) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C65.86 0.38, 113.97 -2.81, 204.03 0 M16.09 0 C82.85 1.38, 152.18 0.85, 204.03 0 M204.03 0 C214.76 -1.64, 221.01 3.43, 220.12 16.09 M204.03 0 C212.94 1.79, 220.47 7.46, 220.12 16.09 M220.12 16.09 C218.74 27.22, 220.14 36.16, 220.12 48.27 M220.12 16.09 C219.71 25.03, 221.13 33.54, 220.12 48.27 M220.12 48.27 C218.36 60.9, 213.01 62.55, 204.03 64.35 M220.12 48.27 C220.67 60.56, 216.87 62.74, 204.03 64.35 M204.03 64.35 C131.64 65.93, 62.03 66.07, 16.09 64.35 M204.03 64.35 C165.87 63.84, 126.73 62.45, 16.09 64.35 M16.09 64.35 C4.28 62.81, 0.25 58.27, 0 48.27 M16.09 64.35 C7.56 65.86, -0.62 57.32, 0 48.27 M0 48.27 C-0.76 38.88, 0.44 30.98, 0 16.09 M0 48.27 C-1.04 39.35, -0.75 31.35, 0 16.09 M0 16.09 C0.87 5.64, 5.08 -0.5, 16.09 0 M0 16.09 C0.84 5.78, 4.75 0.34, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(839.7169963935312 378.5508620055105) rotate(0 81.98992156982422 12.5)"><text x="81.98992156982422" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">newSbCommitment</text></g><g stroke-linecap="round" transform="translate(1056.2209041479919 359.57223981939006) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C90.97 -0.6, 162.52 -0.32, 204.03 0 M16.09 0 C81.52 -0.72, 147.39 -0.87, 204.03 0 M204.03 0 C213.18 1.55, 220.42 7.19, 220.12 16.09 M204.03 0 C215.29 -0.08, 219.46 3.8, 220.12 16.09 M220.12 16.09 C219.29 28.59, 221.76 36.42, 220.12 48.27 M220.12 16.09 C219.48 28.71, 219.48 38.51, 220.12 48.27 M220.12 48.27 C220.6 60.36, 216.59 62.95, 204.03 64.35 M220.12 48.27 C221.99 57.87, 216.94 63.6, 204.03 64.35 M204.03 64.35 C147.76 63.13, 93.74 65.53, 16.09 64.35 M204.03 64.35 C130.12 62.68, 57.42 63.09, 16.09 64.35 M16.09 64.35 C7.27 65.66, -0.54 57.53, 0 48.27 M16.09 64.35 C4.15 65.28, 1.46 58.26, 0 48.27 M0 48.27 C-0.63 42.07, 1.32 31.84, 0 16.09 M0 48.27 C0.61 39.18, 0.04 29.56, 0 16.09 M0 16.09 C0.73 5.72, 4.83 0.3, 16.09 0 M0 16.09 C-2.19 3.59, 7.38 1.48, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1117.8585152875894 379.249656370266) rotate(0 48.419960021972656 12.5)"><text x="48.419960021972656" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">newSbSalt</text></g><g stroke-linecap="round" transform="translate(312.23560564441414 254.76716031224936) rotate(0 110.05757116156974 32.177416550875876)"><path d="M16.09 0 C56 3.45, 93.88 1.5, 204.03 0 M16.09 0 C56.24 2.6, 98.12 2.73, 204.03 0 M204.03 0 C215.22 -0.07, 219.54 4, 220.12 16.09 M204.03 0 C215.6 0.05, 219.28 4.41, 220.12 16.09 M220.12 16.09 C221.63 29.91, 222.02 38.99, 220.12 48.27 M220.12 16.09 C220.08 29.5, 220.75 40.84, 220.12 48.27 M220.12 48.27 C221.75 58.02, 216.65 63.7, 204.03 64.35 M220.12 48.27 C219.87 60.68, 214.67 62.2, 204.03 64.35 M204.03 64.35 C160.4 66, 112.19 64.43, 16.09 64.35 M204.03 64.35 C163.15 64.33, 120.08 62.95, 16.09 64.35 M16.09 64.35 C4.31 65.16, 1.27 58.36, 0 48.27 M16.09 64.35 C3.73 65.01, -1.58 58.37, 0 48.27 M0 48.27 C-0.49 35.62, 1.1 26.09, 0 16.09 M0 48.27 C0.41 38.35, -0.22 28.23, 0 16.09 M0 16.09 C-1.91 3.82, 7.12 1.29, 16.09 0 M0 16.09 C-1.18 5.61, 7.66 1.4, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(333.3032552361601 274.4445768631253) rotate(0 88.98992156982422 12.5)"><text x="88.98992156982422" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">currentBallotRoot</text></g><g stroke-linecap="round" transform="translate(557.949684245018 259.0925359137927) rotate(0 110.05757116156974 32.177416550875876)"><path d="M16.09 0 C89.31 0.88, 163.88 -1.58, 204.03 0 M16.09 0 C87.31 -1.75, 157.78 -2.39, 204.03 0 M204.03 0 C215.49 0.04, 219.38 4.53, 220.12 16.09 M204.03 0 C216.67 1.88, 218.57 6.8, 220.12 16.09 M220.12 16.09 C222.29 26.4, 218.58 40.67, 220.12 48.27 M220.12 16.09 C221.23 27.45, 221.36 39.47, 220.12 48.27 M220.12 48.27 C219.9 60.46, 214.68 62.48, 204.03 64.35 M220.12 48.27 C218.78 57.25, 216.17 66.43, 204.03 64.35 M204.03 64.35 C141.56 63.59, 81.47 65.25, 16.09 64.35 M204.03 64.35 C134.84 63.39, 67.35 62.67, 16.09 64.35 M16.09 64.35 C3.94 64.92, -1.38 58.45, 0 48.27 M16.09 64.35 C6.7 65.98, -1.96 58.69, 0 48.27 M0 48.27 C0.06 40.13, -0.72 33.3, 0 16.09 M0 48.27 C-0.87 37.26, 0.96 28.45, 0 16.09 M0 16.09 C-1.03 5.58, 7.36 1.22, 16.09 0 M0 16.09 C-0.92 3.61, 4.71 0.02, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(597.0973204090287 278.7699524646686) rotate(0 70.9099349975586 12.5)"><text x="70.9099349975586" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">currentBallots</text></g><g stroke-linecap="round" transform="translate(791.440543512017 242.97757047403837) rotate(0 125.33285997542544 44.35631316496716)"><path d="M22.18 0 C94.64 1.72, 165.96 1.86, 228.49 0 M22.18 0 C83.67 1.27, 144.18 0.88, 228.49 0 M228.49 0 C244.94 1.63, 249.33 8.64, 250.67 22.18 M228.49 0 C244.99 1.89, 248.65 9.59, 250.67 22.18 M250.67 22.18 C251.63 33.46, 248.87 42.71, 250.67 66.53 M250.67 22.18 C250.98 34.06, 251.05 43.53, 250.67 66.53 M250.67 66.53 C249.5 79.81, 244.51 90.52, 228.49 88.71 M250.67 66.53 C251.22 80.21, 242.03 86.93, 228.49 88.71 M228.49 88.71 C165.2 89.99, 98.3 89.53, 22.18 88.71 M228.49 88.71 C157.66 88.38, 87.48 87.89, 22.18 88.71 M22.18 88.71 C8.56 90.12, -1.7 81.05, 0 66.53 M22.18 88.71 C6.1 90.24, 1 81.63, 0 66.53 M0 66.53 C0.47 53.33, 0.41 39.27, 0 22.18 M0 66.53 C-0.9 56.76, 0.61 47.39, 0 22.18 M0 22.18 C-0.8 5.87, 6.82 0.01, 22.18 0 M0 22.18 C0.48 8.86, 8.67 -1.38, 22.18 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(800.8235057213287 262.3338836390055) rotate(0 115.94989776611328 25)"><text x="115.94989776611328" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">currentBallotsPathElem</text><text x="115.94989776611328" y="42.519999999999996" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">ents</text></g><g stroke-linecap="round" transform="translate(1054.8118885407011 259.75250836939443) rotate(0 110.05757116156974 32.177416550875876)"><path d="M16.09 0 C75.31 -1.01, 133.31 0.3, 204.03 0 M16.09 0 C73.68 1.6, 128.94 1.41, 204.03 0 M204.03 0 C216.24 1.65, 218.36 7.27, 220.12 16.09 M204.03 0 C212.75 -2.07, 220.67 6.94, 220.12 16.09 M220.12 16.09 C218.91 30.6, 219.24 41.1, 220.12 48.27 M220.12 16.09 C219.52 27.35, 220.72 41.03, 220.12 48.27 M220.12 48.27 C220.6 58.03, 213.67 62.81, 204.03 64.35 M220.12 48.27 C220.4 58.16, 216.95 65.86, 204.03 64.35 M204.03 64.35 C153.51 64.63, 100.74 61.94, 16.09 64.35 M204.03 64.35 C142.87 64.56, 79.7 63.72, 16.09 64.35 M16.09 64.35 C4.24 65.68, 0.87 59.27, 0 48.27 M16.09 64.35 C5.04 63.78, 0.84 59.4, 0 48.27 M0 48.27 C-1.59 41.22, 1.24 29.63, 0 16.09 M0 48.27 C-0.72 37.51, -0.61 28.28, 0 16.09 M0 16.09 C0.42 6.64, 6.47 -1.2, 16.09 0 M0 16.09 C-2.21 5.16, 7.54 -0.12, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1071.7995515601815 279.42992492027037) rotate(0 93.06990814208984 12.5)"><text x="93.06990814208984" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">currentVoteWeights</text></g><g stroke-linecap="round" transform="translate(621.8015590149898 122.60709096580143) rotate(0 140.41992947797235 52.1581881474487)"><path d="M26.08 0 C91.54 1.22, 154.87 -0.2, 254.76 0 M26.08 0 C78.5 0.89, 130.39 1.58, 254.76 0 M254.76 0 C273.27 -0.29, 282.8 8.5, 280.84 26.08 M254.76 0 C272.28 0.89, 281.93 7.21, 280.84 26.08 M280.84 26.08 C278.44 44.6, 281.22 65.52, 280.84 78.24 M280.84 26.08 C281.66 42.57, 280.87 57, 280.84 78.24 M280.84 78.24 C279.26 94.91, 273 104.8, 254.76 104.32 M280.84 78.24 C281.99 93.6, 273.32 105.92, 254.76 104.32 M254.76 104.32 C175.42 104, 95.2 105.95, 26.08 104.32 M254.76 104.32 C193.95 106.74, 132.56 105.35, 26.08 104.32 M26.08 104.32 C8.8 102.47, -1.31 94.3, 0 78.24 M26.08 104.32 C8.08 102.62, -2.22 96.39, 0 78.24 M0 78.24 C0.79 56.15, -0.55 36.27, 0 26.08 M0 78.24 C1.13 67.36, -0.68 56.26, 0 26.08 M0 26.08 C-0.83 9.84, 8.68 0.75, 26.08 0 M0 26.08 C-1.76 9.44, 9.07 -0.78, 26.08 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(630.4416117839783 149.76527911325013) rotate(0 131.77987670898438 24.99999999999997)"><text x="131.77987670898438" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">currentVoteWeightsPathEle</text><text x="131.77987670898438" y="42.519999999999996" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">ments</text></g><g stroke-linecap="round" transform="translate(1754.6508495146968 83.75757305344132) rotate(0 183.6617593177673 57.85551408462467)"><path d="M28.93 0 C111.65 -1.33, 196.8 0.91, 338.4 0 M28.93 0 C137.7 -2.24, 246.19 -2.35, 338.4 0 M338.4 0 C358.67 1.37, 366.66 9.06, 367.32 28.93 M338.4 0 C357.23 1.18, 368.47 7.36, 367.32 28.93 M367.32 28.93 C366.8 51, 365.92 71.54, 367.32 86.78 M367.32 28.93 C366.7 50.69, 367.12 72.23, 367.32 86.78 M367.32 86.78 C368.06 106.81, 359.65 116.1, 338.4 115.71 M367.32 86.78 C369.24 105.09, 358.13 116.73, 338.4 115.71 M338.4 115.71 C223.85 114.4, 107.52 114.88, 28.93 115.71 M338.4 115.71 C268.71 114.35, 199.52 114.44, 28.93 115.71 M28.93 115.71 C11.15 113.74, -0.38 105.29, 0 86.78 M28.93 115.71 C8.16 114.46, -2.22 107.99, 0 86.78 M0 86.78 C-0.91 69.74, 1.1 53.07, 0 28.93 M0 86.78 C0.27 71.48, 0.88 54.56, 0 28.93 M0 28.93 C-0.09 9.34, 7.72 -0.85, 28.93 0 M0 28.93 C0.91 8.74, 9.05 2.06, 28.93 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1771.0927601996514 116.61308713806602) rotate(0 167.2198486328125 25.00000000000003)"><text x="167.2198486328125" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">hash(currentStateRoot, </text><text x="167.2198486328125" y="42.519999999999996" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">currentBallotRoot, currentSbSalt)</text></g><g stroke-linecap="round" transform="translate(1739.202739260783 225.45835151459556) rotate(0 213.20715368725064 54.35043546298397)"><path d="M27.18 0 C165.59 1.82, 306.57 3.07, 399.24 0 M27.18 0 C110.99 1.33, 195.38 0.57, 399.24 0 M399.24 0 C417.14 -0.81, 426.02 9.68, 426.41 27.18 M399.24 0 C415.39 -0.77, 425.33 11.28, 426.41 27.18 M426.41 27.18 C426.71 42.78, 427.98 54.97, 426.41 81.53 M426.41 27.18 C426.89 45.13, 426.4 65.09, 426.41 81.53 M426.41 81.53 C427.04 100.96, 417.01 110.68, 399.24 108.7 M426.41 81.53 C426.36 97.99, 416.43 107.1, 399.24 108.7 M399.24 108.7 C265.3 109.91, 132.56 109.82, 27.18 108.7 M399.24 108.7 C296.99 108.72, 194.47 109.07, 27.18 108.7 M27.18 108.7 C10.1 106.73, -0.58 99.71, 0 81.53 M27.18 108.7 C8.79 106.55, -0.39 101.19, 0 81.53 M0 81.53 C1.97 68.25, 0.18 55.03, 0 27.18 M0 81.53 C-1.11 63.98, 0.72 44.54, 0 27.18 M0 27.18 C1.53 10.41, 9.71 1.55, 27.18 0 M0 27.18 C-0.1 7.05, 6.91 -1.42, 27.18 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1787.7600516394396 267.3087869775796) rotate(0 164.64984130859375 12.5)"><text x="164.64984130859375" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">use ProcessMessagesInputHasher</text></g><g stroke-linecap="round" transform="translate(1334.9192865727118 343.77090541140893) rotate(0 183.99637667615707 71.00029442382163)"><path d="M32 0 C136.95 -0.66, 245.48 -2.72, 335.99 0 M32 0 C126.78 -0.38, 220.66 0.18, 335.99 0 M335.99 0 C355.94 0.63, 368.74 9.78, 367.99 32 M335.99 0 C358.05 0.14, 366.52 12.46, 367.99 32 M367.99 32 C367.17 61.4, 366.01 88.21, 367.99 110 M367.99 32 C368.83 62.23, 367.76 92.82, 367.99 110 M367.99 110 C368.71 132.75, 355.36 143.3, 335.99 142 M367.99 110 C366.16 130.88, 356.63 140.34, 335.99 142 M335.99 142 C235.08 143.21, 136.39 140.73, 32 142 M335.99 142 C260.17 140.99, 184.14 140.26, 32 142 M32 142 C10.29 141.21, 0.72 129.54, 0 110 M32 142 C12.25 139.85, 1.91 129.22, 0 110 M0 110 C-0.03 86.47, 1.47 63.41, 0 32 M0 110 C0.1 79.33, 0.25 48.18, 0 32 M0 32 C1.13 10.05, 12.17 -1.75, 32 0 M0 32 C0.32 8.42, 12.26 -0.58, 32 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1347.6258072918372 389.77119983523056) rotate(0 171.28985595703125 25)"><text x="171.28985595703125" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">3. ensure the maxVoteOptions </text><text x="171.28985595703125" y="42.519999999999996" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">(output of step 2) signal is valid </text></g><g stroke-linecap="round"><g transform="translate(1721.380857824979 418.55983841260655) rotate(0 24.882691608051573 1.7651378862483398)"><path d="M-0.15 0.52 C8.13 1.08, 40.97 3.4, 49.25 3.83 M0.78 0.31 C9.26 0.95, 42.17 2.49, 50.22 3.02" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(1721.380857824979 418.55983841260655) rotate(0 24.882691608051573 1.7651378862483398)"><path d="M26.35 10.25 C32.6 7.73, 37.53 6.69, 50.22 3.02 M26.35 10.25 C31.32 8.88, 36.51 7.47, 50.22 3.02" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(1721.380857824979 418.55983841260655) rotate(0 24.882691608051573 1.7651378862483398)"><path d="M27.29 -6.79 C33.4 -5.5, 38.12 -2.74, 50.22 3.02 M27.29 -6.79 C31.99 -4.42, 36.98 -2.1, 50.22 3.02" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(1790.7530701738006 362.76059432192795) rotate(0 173.52721494234265 62.86828194338477)"><path d="M31.43 0 C144.1 -2.11, 255.3 -0.69, 315.62 0 M31.43 0 C143.92 0.14, 256.39 0.24, 315.62 0 M315.62 0 C336.49 -2, 346.16 9.72, 347.05 31.43 M315.62 0 C334.74 0.41, 347.75 8.71, 347.05 31.43 M347.05 31.43 C348.33 47.4, 348.08 61.54, 347.05 94.3 M347.05 31.43 C348.47 50.6, 348.47 71.92, 347.05 94.3 M347.05 94.3 C345.44 115.23, 335.93 127.73, 315.62 125.74 M347.05 94.3 C348.72 114.96, 336.21 127.69, 315.62 125.74 M315.62 125.74 C216.53 126.32, 116.3 126.36, 31.43 125.74 M315.62 125.74 C244.63 126.55, 172.74 125.89, 31.43 125.74 M31.43 125.74 C9.97 125.75, 1.49 114.51, 0 94.3 M31.43 125.74 C9.21 123.47, -0.56 117.08, 0 94.3 M0 94.3 C0.61 72.23, 0.36 50.75, 0 31.43 M0 94.3 C-0.33 81.14, -0.45 67.55, 0 31.43 M0 31.43 C1.97 10.02, 10.66 -0.4, 31.43 0 M0 31.43 C0.19 8.29, 9.52 -1.87, 31.43 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1839.440380330987 400.6288762653127) rotate(0 124.83990478515625 25)"><text x="124.83990478515625" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">maxVoteOptions <= 5 ** </text><text x="124.83990478515625" y="42.519999999999996" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">voteOptionTreeDepth</text></g><g stroke-linecap="round" transform="translate(1359.6493481387124 506.09822273545893) rotate(0 168.91347979092416 85.54467325655708)"><path d="M32 0 C138.08 -1.32, 245.09 -1.82, 305.83 0 M32 0 C90.22 -0.28, 147.9 -0.38, 305.83 0 M305.83 0 C325.98 0.55, 335.95 11.85, 337.83 32 M305.83 0 C328.04 -1.64, 339.7 8.49, 337.83 32 M337.83 32 C336.6 56.5, 338.53 84.43, 337.83 139.09 M337.83 32 C337.33 60.41, 337.98 91.55, 337.83 139.09 M337.83 139.09 C336.8 159.92, 325.73 171.34, 305.83 171.09 M337.83 139.09 C338.1 160.47, 328.08 173.27, 305.83 171.09 M305.83 171.09 C248.47 172.64, 188.97 173.26, 32 171.09 M305.83 171.09 C218.32 172.43, 131.7 172.9, 32 171.09 M32 171.09 C10.19 169.28, 1.59 162.41, 0 139.09 M32 171.09 C11.74 170.88, 1.08 162.38, 0 139.09 M0 139.09 C-0.55 105.32, -0.39 75.26, 0 32 M0 139.09 C0.62 105.35, 0 69.56, 0 32 M0 32 C1.85 9.23, 10.87 -0.27, 32 0 M0 32 C-1.85 12.68, 9.52 -1.12, 32 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1374.8229597655745 554.1428959920161) rotate(0 153.7398681640625 37.5)"><text x="153.7398681640625" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">4. Ensure that the number of </text><text x="153.7398681640625" y="42.519999999999996" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">signups is not more than what </text><text x="153.7398681640625" y="67.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">the circuit supports</text></g><g stroke-linecap="round"><g transform="translate(1730.4630034835704 577.2139042491267) rotate(0 26.443641294522877 3.8820598614773303)"><path d="M0.38 -0.08 C9.15 1.3, 43.35 7.39, 52.29 8.5 M-0.89 -1.16 C8.31 -0.14, 45.56 5.36, 54.69 6.77" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(1730.4630034835704 577.2139042491267) rotate(0 26.443641294522877 3.8820598614773303)"><path d="M30.19 11.74 C36.72 9.31, 44.75 10.86, 54.69 6.77 M30.19 11.74 C35.03 11.15, 39.85 9.47, 54.69 6.77" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(1730.4630034835704 577.2139042491267) rotate(0 26.443641294522877 3.8820598614773303)"><path d="M32.72 -5.17 C38.6 -2.99, 45.94 3.17, 54.69 6.77 M32.72 -5.17 C36.92 -2.33, 41.22 -0.59, 54.69 6.77" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(1803.2644265367949 526.8655116051566) rotate(0 175.058803455933 63.141384473519)"><path d="M31.57 0 C118.67 0.58, 207.89 0.05, 318.55 0 M31.57 0 C102.32 -0.93, 173.86 -0.63, 318.55 0 M318.55 0 C340.42 -1.47, 351.87 10.95, 350.12 31.57 M318.55 0 C338.48 -0.18, 348.75 8.54, 350.12 31.57 M350.12 31.57 C349.69 55.45, 349.22 79.45, 350.12 94.71 M350.12 31.57 C349.65 49.91, 349.06 70.47, 350.12 94.71 M350.12 94.71 C348.98 117.34, 339.05 127.6, 318.55 126.28 M350.12 94.71 C352.28 114.87, 341.88 124.77, 318.55 126.28 M318.55 126.28 C232.27 124.26, 145.48 123.29, 31.57 126.28 M318.55 126.28 C237.22 124.38, 157.09 124.39, 31.57 126.28 M31.57 126.28 C11.29 125.06, -0.22 114.84, 0 94.71 M31.57 126.28 C10.33 128.18, -1.03 117.05, 0 94.71 M0 94.71 C-0.71 80.33, -1.3 68.13, 0 31.57 M0 94.71 C0.26 72.86, -0.49 51.15, 0 31.57 M0 31.57 C-0.89 11.5, 11.21 -1.81, 31.57 0 M0 31.57 C-0.99 10.96, 10.03 -1.4, 31.57 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1877.9933044556187 565.0068960786757) rotate(0 100.32992553710938 25)"><text x="100.32992553710938" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">numSignups <= 2 ** </text><text x="100.32992553710938" y="42.519999999999996" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">stateTreeDepth</text></g><g stroke-linecap="round" transform="translate(1367.6022497418671 695.031237624997) rotate(0 162.53347464226636 72.98402362707122)"><path d="M32 0 C134.9 0.75, 241.54 -1.83, 293.07 0 M32 0 C117.65 -1.59, 202.68 -1.02, 293.07 0 M293.07 0 C315.82 0.72, 324.41 9.54, 325.07 32 M293.07 0 C314.9 0.53, 325.35 12.1, 325.07 32 M325.07 32 C326.9 60.4, 325.22 93.81, 325.07 113.97 M325.07 32 C323.39 48.49, 323.49 65.53, 325.07 113.97 M325.07 113.97 C325.76 137.25, 315.46 147.57, 293.07 145.97 M325.07 113.97 C327.09 136.5, 314.22 148.23, 293.07 145.97 M293.07 145.97 C220.87 147.53, 149.48 145.81, 32 145.97 M293.07 145.97 C230.04 144.82, 168.08 145.06, 32 145.97 M32 145.97 C9.67 144.12, 1.53 134.64, 0 113.97 M32 145.97 C11.69 147.29, 1.14 135.12, 0 113.97 M0 113.97 C2.5 84.99, 0.37 56.87, 0 32 M0 113.97 C-0.79 93.72, 0.19 76.21, 0 32 M0 32 C-0.64 9.98, 10.7 1.74, 32 0 M0 32 C0.58 11.78, 11.73 0.54, 32 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1394.725812274759 743.0152612520681) rotate(0 135.409912109375 25)"><text x="135.409912109375" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">5. Hash each message and </text><text x="135.409912109375" y="42.519999999999996" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">their encryption public key </text></g><g stroke-linecap="round"><g transform="translate(1713.9191990263998 743.5270021088716) rotate(0 32.63294766290301 2.509957564333831)"><path d="M0 -0.29 C11 0.52, 54.35 3.58, 65.33 4.43 M-1.46 -1.48 C9.44 -0.49, 53.27 4.4, 64.41 5.65" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(1713.9191990263998 743.5270021088716) rotate(0 32.63294766290301 2.509957564333831)"><path d="M40.12 11.55 C45.64 10.2, 51.12 9.59, 64.41 5.65 M40.12 11.55 C47.7 10.45, 53.45 8.57, 64.41 5.65" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(1713.9191990263998 743.5270021088716) rotate(0 32.63294766290301 2.509957564333831)"><path d="M42.01 -5.45 C47.02 -2.61, 52.03 0.97, 64.41 5.65 M42.01 -5.45 C49.15 -1.73, 54.37 1.2, 64.41 5.65" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(1797.7484844646392 697.3336649281268) rotate(0 178.13305220730808 50.0582970501996)"><path d="M25.03 0 C116.18 0.57, 208.51 0.67, 331.24 0 M25.03 0 C134.22 -1.21, 244.36 -1.78, 331.24 0 M331.24 0 C349.05 -0.45, 354.66 8.39, 356.27 25.03 M331.24 0 C346.2 -0.39, 355.42 10.18, 356.27 25.03 M356.27 25.03 C354.84 41.42, 357.67 55.5, 356.27 75.09 M356.27 25.03 C356.66 38.08, 355.64 51.8, 356.27 75.09 M356.27 75.09 C354.87 90.69, 347.83 101.54, 331.24 100.12 M356.27 75.09 C356.73 91.7, 347.19 99.88, 331.24 100.12 M331.24 100.12 C242.17 102.65, 154.18 102.41, 25.03 100.12 M331.24 100.12 C267.42 100.55, 202.52 101.06, 25.03 100.12 M25.03 100.12 C9.6 100.93, -0.71 92.23, 0 75.09 M25.03 100.12 C8.2 99.2, 0.39 93.95, 0 75.09 M0 75.09 C0.82 60.67, 1.45 47.73, 0 25.03 M0 75.09 C0.67 60.23, -0.59 44.82, 0 25.03 M0 25.03 C-0.06 8.23, 6.93 -0.31, 25.03 0 M0 25.03 C1.14 7.24, 7.38 -0.42, 25.03 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1811.9816953633535 734.8919619783264) rotate(0 163.89984130859375 12.5)"><text x="163.89984130859375" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">use the MessageHasher template</text></g><g stroke-linecap="round" transform="translate(1349.1657329369618 847.570788020071) rotate(0 168.19740706964012 81.17503222833034)"><path d="M32 0 C110.32 2.49, 188.93 1.91, 304.39 0 M32 0 C123.11 1.93, 213.09 0.58, 304.39 0 M304.39 0 C324.57 -1.77, 334.43 9.15, 336.39 32 M304.39 0 C324.64 -0.89, 337.6 9.04, 336.39 32 M336.39 32 C335.41 52.18, 336.84 71.68, 336.39 130.35 M336.39 32 C335.02 59.64, 334.88 85.48, 336.39 130.35 M336.39 130.35 C335.78 151.92, 327.14 162.52, 304.39 162.35 M336.39 130.35 C334.43 150.61, 324.22 163.51, 304.39 162.35 M304.39 162.35 C246.41 163.39, 186.63 164.13, 32 162.35 M304.39 162.35 C210.49 160.63, 116.93 160.22, 32 162.35 M32 162.35 C10.93 160.45, -0.55 152.81, 0 130.35 M32 162.35 C12.82 160.14, -1.1 151.22, 0 130.35 M0 130.35 C0.21 93.51, 2.17 53.34, 0 32 M0 130.35 C-0.25 91.54, -0.94 51.55, 0 32 M0 32 C1.36 9.61, 11 0.14, 32 0 M0 32 C1.56 12.47, 10.92 1.24, 32 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1356.4932669597274 903.7458202484013) rotate(0 160.869873046875 25)"><text x="160.869873046875" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">6. Ensure the hashed messages </text><text x="160.869873046875" y="42.519999999999996" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">are part of the message tree</text></g><g transform="translate(1511.5420097032584 10) rotate(0 110.77992248535156 12.5)"><text x="0" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">sb = state and ballot</text></g><g stroke-linecap="round"><g transform="translate(1714.7278442474453 933.6872079695852) rotate(0 32.82827985059862 -6.571548309091668)"><path d="M0.97 0.77 C11.74 -1.39, 55 -11.65, 65.6 -14.05 M0.02 0.13 C10.54 -1.8, 53.48 -10.88, 64.63 -13" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(1714.7278442474453 933.6872079695852) rotate(0 32.82827985059862 -6.571548309091668)"><path d="M43.29 0.03 C52.84 -5.21, 58.18 -11.91, 64.63 -13 M43.29 0.03 C48.97 -3.63, 54.12 -6.18, 64.63 -13" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(1714.7278442474453 933.6872079695852) rotate(0 32.82827985059862 -6.571548309091668)"><path d="M39.91 -16.73 C50.6 -15.6, 57.23 -15.9, 64.63 -13 M39.91 -16.73 C46.53 -16.03, 52.56 -14.25, 64.63 -13" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(1799.8335319966468 845.5573427280083) rotate(0 153.77156840439397 42.5)"><path d="M21.25 0 C120.94 -1.34, 222.38 0.72, 286.29 0 M21.25 0 C84.82 1.19, 148.96 0.61, 286.29 0 M286.29 0 C299.64 1.96, 308.58 6.7, 307.54 21.25 M286.29 0 C301.68 -0.5, 307.53 9, 307.54 21.25 M307.54 21.25 C308.3 29.37, 307.7 38.93, 307.54 63.75 M307.54 21.25 C307.08 31.3, 307 41.58, 307.54 63.75 M307.54 63.75 C309.5 79.21, 299.99 83.86, 286.29 85 M307.54 63.75 C306.54 79.42, 299.94 85.01, 286.29 85 M286.29 85 C192.26 84.07, 97.48 83.89, 21.25 85 M286.29 85 C219.75 86.44, 152.33 86.01, 21.25 85 M21.25 85 C8.18 85.74, -0.23 77.64, 0 63.75 M21.25 85 C4.97 84.48, 2.04 78.39, 0 63.75 M0 63.75 C0.77 52.45, 0.36 41.57, 0 21.25 M0 63.75 C0.63 46.44, 1.1 30.35, 0 21.25 M0 21.25 C0.88 8.32, 7.89 1.46, 21.25 0 M0 21.25 C-1.29 5.82, 7.01 0.04, 21.25 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1834.1452004986972 850.5573427280083) rotate(0 119.45989990234375 37.5)"><text x="119.45989990234375" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">use the </text><text x="119.45989990234375" y="42.519999999999996" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">QuinBatchLeavesExists </text><text x="119.45989990234375" y="67.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">template</text></g><g stroke-linecap="round" transform="translate(1803.2699238395971 949.6638499319829) rotate(0 153.77156840439397 42.5)"><path d="M21.25 0 C77 -2.21, 129.13 -1.07, 286.29 0 M21.25 0 C109.31 0.51, 197.89 0.41, 286.29 0 M286.29 0 C299.56 -0.12, 305.82 5.33, 307.54 21.25 M286.29 0 C302.16 -1.66, 308.97 7.39, 307.54 21.25 M307.54 21.25 C306.43 35.21, 308.32 52.7, 307.54 63.75 M307.54 21.25 C308.12 31.45, 307.52 42.59, 307.54 63.75 M307.54 63.75 C305.68 79.57, 301.81 86.94, 286.29 85 M307.54 63.75 C308.36 77.5, 298.77 87.25, 286.29 85 M286.29 85 C232.39 86.08, 179.22 86.08, 21.25 85 M286.29 85 C227.81 83.86, 168.34 83.85, 21.25 85 M21.25 85 C9.07 83.7, -0.29 79.64, 0 63.75 M21.25 85 C7.97 86.97, 2.27 76.75, 0 63.75 M0 63.75 C1.03 54, 1.85 43.75, 0 21.25 M0 63.75 C0.01 49.91, -0.23 34.14, 0 21.25 M0 21.25 C-0.37 6.48, 5.93 -1.5, 21.25 0 M0 21.25 C-1.62 8.61, 5.63 -1.5, 21.25 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1832.481601496921 979.6638499319829) rotate(0 124.55989074707031 12.5)"><text x="124.55989074707031" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">loop from 0 to batchSize</text></g><g stroke-linecap="round" transform="translate(1808.8984997440098 1056.1957729226406) rotate(0 178.8490237052274 54.93723684529925)"><path d="M27.47 0 C136.65 2.91, 245 1.54, 330.23 0 M27.47 0 C101.79 1.9, 176.96 2.17, 330.23 0 M330.23 0 C347.81 -0.98, 357.32 10.5, 357.7 27.47 M330.23 0 C349.66 1.55, 358.66 8.2, 357.7 27.47 M357.7 27.47 C359.13 41.47, 358.17 57.34, 357.7 82.41 M357.7 27.47 C357.54 41.62, 358.32 54.76, 357.7 82.41 M357.7 82.41 C357.01 101.82, 348.59 109.37, 330.23 109.87 M357.7 82.41 C358.13 101.97, 348.01 109.76, 330.23 109.87 M330.23 109.87 C220.25 108, 113.16 108.08, 27.47 109.87 M330.23 109.87 C247.34 109.48, 164.38 108.96, 27.47 109.87 M27.47 109.87 C10.11 111.78, 1.2 101.42, 0 82.41 M27.47 109.87 C10.74 109.52, -1.1 100.86, 0 82.41 M0 82.41 C0.59 72.26, -1.67 59.03, 0 27.47 M0 82.41 C-0.23 60.95, -0.59 39.2, 0 27.47 M0 27.47 C0.89 7.32, 10.33 -0.65, 27.47 0 M0 27.47 C-1.91 9.5, 10.17 -1.29, 27.47 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1814.5176650507997 1086.1330097679397) rotate(0 173.2298583984375 25)"><text x="173.2298583984375" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">check whether batchStartIndex + i</text><text x="173.2298583984375" y="42.519999999999996" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">(loop index) < batchEndIndex</text></g><g stroke-linecap="round" transform="translate(1818.214938993356 1180.2107166102812) rotate(0 227.80519405725545 86.99021898235787)"><path d="M32 0 C174.76 -1.38, 317 -0.48, 423.61 0 M32 0 C127.03 0.13, 222.29 0.42, 423.61 0 M423.61 0 C444.54 1.89, 456.88 8.8, 455.61 32 M423.61 0 C446.65 0.26, 453.87 11.47, 455.61 32 M455.61 32 C455.01 55.74, 453.3 80.73, 455.61 141.98 M455.61 32 C455.45 70.86, 455.46 107, 455.61 141.98 M455.61 141.98 C454.87 165.02, 443.73 173.94, 423.61 173.98 M455.61 141.98 C454.38 165.61, 443.13 173.2, 423.61 173.98 M423.61 173.98 C303.7 173.63, 182.53 173.84, 32 173.98 M423.61 173.98 C302.08 172.16, 179.18 171.97, 32 173.98 M32 173.98 C10.97 172.77, 0.37 162.93, 0 141.98 M32 173.98 C10.04 175.89, -2.12 163.3, 0 141.98 M0 141.98 C1.82 101.64, 0.15 59.04, 0 32 M0 141.98 C-1.48 110.48, -1.04 78.98, 0 32 M0 32 C1.39 12.63, 10.63 -1.4, 32 0 M0 32 C-0.68 10.95, 10.19 -2.14, 32 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1830.9603185974865 1229.700935592639) rotate(0 215.059814453125 37.5)"><text x="215.059814453125" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">if above is true we pass as input to </text><text x="215.059814453125" y="42.519999999999996" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">QuinBatchLeavesExists (leaf) the hash of </text><text x="215.059814453125" y="67.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">the message else we pass the zero value</text></g><g stroke-linecap="round" transform="translate(1838.5328167382577 1384.1692982032826) rotate(0 214.54044251640084 49.875215366376324)"><path d="M24.94 0 C145.78 1.07, 267.46 -0.1, 404.14 0 M24.94 0 C160.73 1.66, 297.88 2.39, 404.14 0 M404.14 0 C420.94 1.34, 427.44 6.95, 429.08 24.94 M404.14 0 C419.39 -1.17, 427.53 6.61, 429.08 24.94 M429.08 24.94 C431.19 36.56, 430.47 45.3, 429.08 74.81 M429.08 24.94 C428.38 45.19, 429.7 63.31, 429.08 74.81 M429.08 74.81 C428.71 93.21, 420.22 100.69, 404.14 99.75 M429.08 74.81 C429.74 91.01, 422.65 99.66, 404.14 99.75 M404.14 99.75 C282.91 97.78, 159.54 97.41, 24.94 99.75 M404.14 99.75 C312.01 101.05, 220.02 100.83, 24.94 99.75 M24.94 99.75 C8.67 99.88, -1.84 90.02, 0 74.81 M24.94 99.75 C7.88 101.49, -1.97 93.25, 0 74.81 M0 74.81 C1.05 62.14, -0.76 51.05, 0 24.94 M0 74.81 C0.49 61.41, 1.07 45.56, 0 24.94 M0 24.94 C0.24 9.84, 8.95 0.33, 24.94 0 M0 24.94 C1.76 8.24, 9.1 0.2, 24.94 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1851.7734393083692 1409.0445135696589) rotate(0 201.29981994628906 25)"><text x="201.29981994628906" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">pass the subroot path elements to the </text><text x="201.29981994628906" y="42.519999999999996" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">component</text></g><g stroke-linecap="round" transform="translate(1857.4918272578702 1513.7580130822864) rotate(0 201.95874798412046 100.27488401029996)"><path d="M32 0 C118.54 0.18, 206.85 1.23, 371.92 0 M32 0 C134.38 0.46, 237.96 0.17, 371.92 0 M371.92 0 C393.97 0.45, 404.7 9.27, 403.92 32 M371.92 0 C392.15 1.97, 402.71 10.97, 403.92 32 M403.92 32 C405.93 86.16, 405.74 139.29, 403.92 168.55 M403.92 32 C402.74 72.79, 403.89 113.25, 403.92 168.55 M403.92 168.55 C403.54 188.72, 392.24 201.84, 371.92 200.55 M403.92 168.55 C404.46 189.52, 392.89 200.4, 371.92 200.55 M371.92 200.55 C267.19 200.23, 160.38 198.71, 32 200.55 M371.92 200.55 C245.41 201.9, 119.14 202.59, 32 200.55 M32 200.55 C10.84 202.51, 1.73 189.43, 0 168.55 M32 200.55 C9 200.55, -1.08 192.1, 0 168.55 M0 168.55 C0.79 117.43, 1.29 66.59, 0 32 M0 168.55 C0.05 136.2, 0.31 105.1, 0 32 M0 32 C0.97 12.05, 10.2 0.06, 32 0 M0 32 C-1.62 10.24, 10.7 0.94, 32 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1863.0907424783186 1576.5328970925864) rotate(0 196.35983276367188 37.5)"><text x="196.35983276367188" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">pass the batch path indices generated</text><text x="196.35983276367188" y="42.519999999999996" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">using QuinGeneratePathIndices (index is</text><text x="196.35983276367188" y="67.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">the batchStartIndex)</text></g><g stroke-linecap="round" transform="translate(1365.4587160496076 1016.5709697987838) rotate(0 168.81423807447095 91.8340850551906)"><path d="M32 0 C90.94 1.32, 148.1 1.83, 305.63 0 M32 0 C98.04 1.62, 164.15 0.83, 305.63 0 M305.63 0 C328.9 0.52, 335.79 12.05, 337.63 32 M305.63 0 C324.71 1.33, 337.15 9.5, 337.63 32 M337.63 32 C339.73 71.79, 339.72 110.07, 337.63 151.67 M337.63 32 C337.07 62.63, 338.24 91.14, 337.63 151.67 M337.63 151.67 C336.46 172.74, 326.57 183.45, 305.63 183.67 M337.63 151.67 C336.27 171.4, 325.99 181.64, 305.63 183.67 M305.63 183.67 C213.64 183.5, 121.58 181.3, 32 183.67 M305.63 183.67 C242.12 183.56, 179.8 182.55, 32 183.67 M32 183.67 C9.6 185.51, -1.88 171.2, 0 151.67 M32 183.67 C12.08 183.26, 0.32 173.54, 0 151.67 M0 151.67 C-0.43 124.92, -0.3 95.15, 0 32 M0 151.67 C1.56 111.03, 1.05 71.92, 0 32 M0 32 C-0.17 11.83, 10.34 1.58, 32 0 M0 32 C-1.67 9.52, 8.84 1.55, 32 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1378.853093284235 1083.4050548539744) rotate(0 155.41986083984375 25)"><text x="155.41986083984375" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">7. Extract the public key from </text><text x="155.41986083984375" y="42.519999999999996" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">the coordinator's private key</text></g><g transform="translate(853.3555811332935 939.2493712355301) rotate(0 172.6898651123047 25)"><text x="0" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">May only be run by the coordinator</text><text x="0" y="42.519999999999996" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">as it requires their private key</text></g><g stroke-linecap="round" transform="translate(1372.3063298535699 1218.2942880569067) rotate(0 173.25799262918258 90.22043555933271)"><path d="M32 0 C117.59 -0.49, 204.32 -2.65, 314.52 0 M32 0 C145.42 2.65, 257.79 2.36, 314.52 0 M314.52 0 C336.35 -1.48, 347.36 12.13, 346.52 32 M314.52 0 C335.42 2.18, 345.84 9.81, 346.52 32 M346.52 32 C348.01 67.88, 349.36 105.56, 346.52 148.44 M346.52 32 C346.75 58.68, 346.53 83.9, 346.52 148.44 M346.52 148.44 C347.43 168.51, 335.37 181.24, 314.52 180.44 M346.52 148.44 C347.36 169.69, 336 178.16, 314.52 180.44 M314.52 180.44 C246.5 182.06, 175.2 180.43, 32 180.44 M314.52 180.44 C246.67 180.42, 177.35 180.34, 32 180.44 M32 180.44 C12.32 180.55, -0.1 170.18, 0 148.44 M32 180.44 C9.26 179.67, 0.25 171.91, 0 148.44 M0 148.44 C-2.78 113.81, -1.72 79.02, 0 32 M0 148.44 C-1.34 103.68, 0.36 58.73, 0 32 M0 32 C1.63 11.65, 11.35 -1.21, 32 0 M0 32 C-0.77 12.56, 9.83 -2.04, 32 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1380.6844549290417 1271.0147236162393) rotate(0 164.87986755371094 37.5)"><text x="164.87986755371094" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">8. Decrypt each message into a </text><text x="164.87986755371094" y="42.519999999999996" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">command using </text><text x="164.87986755371094" y="67.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">MessageToCommand</text></g><g stroke-linecap="round" transform="translate(1379.0437245152652 1431.5017903508337) rotate(0 171.17134769608674 80.04058949911985)"><path d="M32 0 C124.81 2.76, 214.45 0.8, 310.34 0 M32 0 C97.45 -0.65, 163.23 -1.56, 310.34 0 M310.34 0 C330.56 -0.09, 343.03 9.21, 342.34 32 M310.34 0 C330.48 2.11, 344.46 10.85, 342.34 32 M342.34 32 C342.95 66.1, 343.51 100.83, 342.34 128.08 M342.34 32 C341.8 67, 342.79 99.48, 342.34 128.08 M342.34 128.08 C344.17 147.71, 332.33 161.02, 310.34 160.08 M342.34 128.08 C340.2 150.14, 330.3 161, 310.34 160.08 M310.34 160.08 C241.05 158.31, 172.7 157.49, 32 160.08 M310.34 160.08 C247.12 159.12, 183.09 159.09, 32 160.08 M32 160.08 C10.05 160.6, 0.45 148.81, 0 128.08 M32 160.08 C12.2 158.43, 0.35 148.4, 0 128.08 M0 128.08 C1.37 102.28, 1.34 76.78, 0 32 M0 128.08 C-1.2 102.5, -0.88 77.33, 0 32 M0 32 C-1.44 11.8, 9.92 -1.76, 32 0 M0 32 C-1.15 11.37, 9.73 -0.39, 32 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1422.1451869574457 1486.5423798499535) rotate(0 128.06988525390625 25)"><text x="128.06988525390625" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">9. Start processing the </text><text x="128.06988525390625" y="42.519999999999996" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">messages in reverse order</text></g><g stroke-linecap="round" transform="translate(750.5570667648299 1232.088858257881) rotate(0 190.6170077703814 80.46129845717837)"><path d="M32 0 C101.32 -0.44, 169.67 -0.94, 349.23 0 M32 0 C126.12 0.52, 219.23 0.48, 349.23 0 M349.23 0 C371.69 -1.15, 382.08 9.62, 381.23 32 M349.23 0 C370.74 -0.86, 381.67 11.26, 381.23 32 M381.23 32 C382.25 59.31, 380.7 86.07, 381.23 128.92 M381.23 32 C381.14 70, 381.07 107.5, 381.23 128.92 M381.23 128.92 C379.65 151.81, 369.69 160.32, 349.23 160.92 M381.23 128.92 C382.14 149.12, 372.67 162.82, 349.23 160.92 M349.23 160.92 C267.65 160.06, 183.44 159, 32 160.92 M349.23 160.92 C262.87 162.46, 177.26 162.36, 32 160.92 M32 160.92 C11.87 161.85, -1.89 151.95, 0 128.92 M32 160.92 C10.92 158.79, -0.43 151.86, 0 128.92 M0 128.92 C-1.06 94.72, 1.6 60.34, 0 32 M0 128.92 C0.11 94.41, 1.05 60.7, 0 32 M0 32 C1.04 9.81, 9.82 -0.69, 32 0 M0 32 C0.49 11.26, 9.85 1.29, 32 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(766.3742088125546 1287.5501567150593) rotate(0 174.79986572265625 25)"><text x="174.79986572265625" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">we loop from batchSize - 1 to 0 in </text><text x="174.79986572265625" y="42.519999999999996" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">reverse order</text></g><g stroke-linecap="round" transform="translate(783.9110019169011 1413.0301578736671) rotate(0 155.82213641603767 61.82845845793827)"><path d="M30.91 0 C83.36 -0.07, 136.38 -0.27, 280.73 0 M30.91 0 C128.48 0.61, 227.19 -0.04, 280.73 0 M280.73 0 C300.81 0.86, 311.67 12.1, 311.64 30.91 M280.73 0 C299.71 2.09, 311.03 11.48, 311.64 30.91 M311.64 30.91 C313.68 51, 312.9 69.2, 311.64 92.74 M311.64 30.91 C312.06 49, 312.81 65.33, 311.64 92.74 M311.64 92.74 C311.23 113.71, 303.26 125.42, 280.73 123.66 M311.64 92.74 C312.94 115.39, 299.88 122.32, 280.73 123.66 M280.73 123.66 C214.9 122.56, 151.68 124.02, 30.91 123.66 M280.73 123.66 C212.82 123.86, 145.38 124.85, 30.91 123.66 M30.91 123.66 C11.1 122.35, -0.54 111.59, 0 92.74 M30.91 123.66 C8.11 124.64, 0.06 114.21, 0 92.74 M0 92.74 C-1.78 70.94, -0.38 45.28, 0 30.91 M0 92.74 C0.22 80.08, 0.59 66.5, 0 30.91 M0 30.91 C-1.08 12, 11.67 -0.8, 30.91 0 M0 30.91 C2.3 10.68, 8.7 0.45, 30.91 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(800.6432640653602 1449.8586163316054) rotate(0 139.08987426757812 25)"><text x="139.08987426757812" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">use ProcessOne to process </text><text x="139.08987426757812" y="42.519999999999996" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">vote messages</text></g><g stroke-linecap="round"><g transform="translate(1373.0918100929184 1425.1324830702708) rotate(0 -100.26281325631408 -36.12419464446805)"><path d="M0.14 -0.86 C-33.29 -13.05, -168.03 -60.43, -201.65 -72.41 M-1.24 1.3 C-34.23 -10.76, -166.53 -58.8, -199.53 -70.96" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(1373.0918100929184 1425.1324830702708) rotate(0 -100.26281325631408 -36.12419464446805)"><path d="M-174.53 -70.93 C-181.27 -72.78, -185.4 -72.67, -199.53 -70.96 M-174.53 -70.93 C-181.41 -72.03, -188.2 -71.99, -199.53 -70.96" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(1373.0918100929184 1425.1324830702708) rotate(0 -100.26281325631408 -36.12419464446805)"><path d="M-180.4 -54.86 C-185.99 -60.13, -188.87 -63.42, -199.53 -70.96 M-180.4 -54.86 C-185.73 -60.13, -190.99 -64.27, -199.53 -70.96" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(1386.3871855326406 1630.0112578700657) rotate(0 144.10752111396346 67.42938404824099)"><path d="M32 0 C121.26 1.45, 209.5 1.14, 256.22 0 M32 0 C93.08 -0.03, 154.53 0.1, 256.22 0 M256.22 0 C279.42 -0.07, 287.91 12.28, 288.22 32 M256.22 0 C277.2 1.58, 290.33 8.56, 288.22 32 M288.22 32 C287.34 53.52, 286.97 72.7, 288.22 102.86 M288.22 32 C288.38 58.73, 288.9 85.39, 288.22 102.86 M288.22 102.86 C289.33 123.38, 276.49 133.05, 256.22 134.86 M288.22 102.86 C288.11 123.84, 277.24 132.96, 256.22 134.86 M256.22 134.86 C188.99 134.83, 120.96 134.06, 32 134.86 M256.22 134.86 C169.71 136.08, 82.96 136.03, 32 134.86 M32 134.86 C11.65 134.98, 0.12 125.7, 0 102.86 M32 134.86 C10.05 136.64, -0.2 123.29, 0 102.86 M0 102.86 C-2.04 80.85, -2.23 61.57, 0 32 M0 102.86 C-1.07 84.2, -0.69 65.83, 0 32 M0 32 C-0.64 9.38, 12.33 -1.04, 32 0 M0 32 C0.49 11.38, 9.47 -0.46, 32 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1396.05482627551 1672.4406419183067) rotate(0 134.43988037109375 25)"><text x="134.43988037109375" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">10. Calculate the state </text><text x="134.43988037109375" y="42.519999999999996" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">and ballot root commitment</text></g><g stroke-linecap="round" transform="translate(1892.4081028363375 1818.3650905536545) rotate(0 163.84188809303782 78.53481844731277)"><path d="M32 0 C99.44 0.03, 165.77 0.69, 295.68 0 M32 0 C127.36 2.13, 221.89 2.42, 295.68 0 M295.68 0 C318.98 -0.07, 328.5 10.35, 327.68 32 M295.68 0 C318.91 1.93, 327.65 9.41, 327.68 32 M327.68 32 C326.67 50.65, 328.22 70.42, 327.68 125.07 M327.68 32 C326.73 58.84, 327.54 85.12, 327.68 125.07 M327.68 125.07 C326.5 145.63, 316.71 157.48, 295.68 157.07 M327.68 125.07 C328.63 147.91, 314.92 154.85, 295.68 157.07 M295.68 157.07 C211.22 155.09, 125.87 155.31, 32 157.07 M295.68 157.07 C192.13 157.97, 89.98 157.07, 32 157.07 M32 157.07 C9.38 157.38, 0.3 145.98, 0 125.07 M32 157.07 C11.12 158.52, 0.03 148.7, 0 125.07 M0 125.07 C0.75 101.57, 1.4 79.19, 0 32 M0 125.07 C0.23 97.56, 1.45 70.71, 0 32 M0 32 C1.18 10.35, 10.99 -1.4, 32 0 M0 32 C-1.06 9.47, 10.87 -0.85, 32 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1910.8901123893365 1871.8999090009672) rotate(0 145.35987854003906 25)"><text x="145.35987854003906" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">hash(stateRoot, ballotRoot, </text><text x="145.35987854003906" y="42.519999999999996" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">newSbSalt)</text></g><g stroke-linecap="round"><g transform="translate(1704.9622286604108 1701.690421667752) rotate(0 85.20487925922635 91.87491343929673)"><path d="M-1.11 -0.76 C27.54 29.63, 142.39 152, 171.1 182.6 M0.51 1.45 C29.13 31.93, 142.14 153.16, 170.51 183.53" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(1704.9622286604108 1701.690421667752) rotate(0 85.20487925922635 91.87491343929673)"><path d="M148.23 172.19 C152.19 176.19, 156.74 178.91, 170.51 183.53 M148.23 172.19 C152.92 174.23, 157.57 177.64, 170.51 183.53" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(1704.9622286604108 1701.690421667752) rotate(0 85.20487925922635 91.87491343929673)"><path d="M160.73 160.52 C161.79 167.13, 163.42 172.58, 170.51 183.53 M160.73 160.52 C162.55 165.14, 164.42 171.14, 170.51 183.53" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(1374.5325362053436 1803.1341553669324) rotate(0 185.95606036756567 112.0715305033143)"><path d="M32 0 C99.17 -0.64, 163.44 -1.51, 339.91 0 M32 0 C142.54 0.19, 253.33 -0.36, 339.91 0 M339.91 0 C362.11 1.29, 372.49 8.7, 371.91 32 M339.91 0 C361.82 -2.23, 373.02 10.91, 371.91 32 M371.91 32 C373.46 78.35, 373.86 119.28, 371.91 192.14 M371.91 32 C372.1 68.05, 370.68 103.52, 371.91 192.14 M371.91 192.14 C371.34 212.67, 361.59 225.62, 339.91 224.14 M371.91 192.14 C371.01 215.12, 359.7 223.07, 339.91 224.14 M339.91 224.14 C269.11 225.6, 198.72 225.92, 32 224.14 M339.91 224.14 C240.96 222.37, 142.96 223.33, 32 224.14 M32 224.14 C10.75 224.26, 1.77 214.46, 0 192.14 M32 224.14 C9.25 222, 1.49 215.08, 0 192.14 M0 192.14 C-1.77 136.43, -0.75 78.14, 0 32 M0 192.14 C0.04 149.45, -0.27 106.01, 0 32 M0 32 C-1.87 10.05, 9.87 0.8, 32 0 M0 32 C-0.41 10.9, 9.12 2.16, 32 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1383.3387552643153 1865.2056858702465) rotate(0 177.14984130859375 50)"><text x="177.14984130859375" y="17.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">11. Check that the provided </text><text x="177.14984130859375" y="42.519999999999996" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">commitment (newSbCommitment)</text><text x="177.14984130859375" y="67.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">matches the commitment generated </text><text x="177.14984130859375" y="92.52" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">in step 10</text></g></svg>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2430.379706105062 2254.404551689855" width="4860.759412210124" height="4508.80910337971">
|
|
2
|
+
<!-- svg-source:excalidraw -->
|
|
3
|
+
|
|
4
|
+
<defs>
|
|
5
|
+
<style class="style-fonts">
|
|
6
|
+
@font-face {
|
|
7
|
+
font-family: "Virgil";
|
|
8
|
+
src: url("https://excalidraw.com/Virgil.woff2");
|
|
9
|
+
}
|
|
10
|
+
@font-face {
|
|
11
|
+
font-family: "Cascadia";
|
|
12
|
+
src: url("https://excalidraw.com/Cascadia.woff2");
|
|
13
|
+
}
|
|
14
|
+
@font-face {
|
|
15
|
+
font-family: "Assistant";
|
|
16
|
+
src: url("https://excalidraw.com/Assistant-Regular.woff2");
|
|
17
|
+
}
|
|
18
|
+
</style>
|
|
19
|
+
|
|
20
|
+
</defs>
|
|
21
|
+
<rect x="0" y="0" width="2430.379706105062" height="2254.404551689855" fill="#ffffff"></rect><g stroke-linecap="round" transform="translate(781.3019697404352 494.00570698178535) rotate(0 114.33810379333909 33.80052213620297)"><path d="M16.9 0 C72.41 -1.27, 128.17 -0.94, 211.78 0 M16.9 0 C67.79 1.74, 120.2 1, 211.78 0 M211.78 0 C223 1.9, 229.4 6.13, 228.68 16.9 M211.78 0 C225.33 0.12, 230.62 7.66, 228.68 16.9 M228.68 16.9 C226.69 23.99, 227.81 32.47, 228.68 50.7 M228.68 16.9 C229.25 27.54, 229.37 36.16, 228.68 50.7 M228.68 50.7 C227.47 63.16, 224.72 67.08, 211.78 67.6 M228.68 50.7 C227.48 63.63, 223.54 69.73, 211.78 67.6 M211.78 67.6 C166.87 66.23, 122.04 67.07, 16.9 67.6 M211.78 67.6 C171.18 68.34, 129.22 67.64, 16.9 67.6 M16.9 67.6 C4.53 68.19, 0.28 62.42, 0 50.7 M16.9 67.6 C4.6 68.44, 1.8 61.18, 0 50.7 M0 50.7 C-0.44 44.22, 2.1 34.06, 0 16.9 M0 50.7 C-0.63 36.73, 0.19 24.43, 0 16.9 M0 16.9 C0.53 3.79, 4.99 0.01, 16.9 0 M0 16.9 C-1.59 5.88, 7.47 1.35, 16.9 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(840.4401299912934 515.3062291179886) rotate(0 55.19994354248047 12.5)"><text x="55.19994354248047" 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">ProcessOne</text></g><g stroke-linecap="round"><g transform="translate(881.7019994873144 408.63549610772134) rotate(0 -2.7202546113021526 40.81570261330012)"><path d="M0.39 -0.44 C-0.45 13.09, -3.76 66.92, -4.84 80.61 M-0.87 -1.71 C-1.83 11.97, -4.42 67.48, -5.47 81.61" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(881.7019994873144 408.63549610772134) rotate(0 -2.7202546113021526 40.81570261330012)"><path d="M-12.63 57.66 C-11.19 66.2, -9.91 71.75, -5.47 81.61 M-12.63 57.66 C-10.32 66.03, -7.73 72.7, -5.47 81.61" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(881.7019994873144 408.63549610772134) rotate(0 -2.7202546113021526 40.81570261330012)"><path d="M4.45 58.66 C0.49 66.94, -3.61 72.17, -5.47 81.61 M4.45 58.66 C1.49 66.61, -1.18 72.97, -5.47 81.61" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g></g><mask></mask><g transform="translate(928.286874483304 446.8829557850754) rotate(0 26.379974365234375 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">Input</text></g><g transform="translate(939.5731105953064 595.4498634915713) 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(878.8685367405424 580.7649953932346) rotate(0 0.22290140994755347 20.511057519056294)"><path d="M0.28 -0.36 C0.4 6.55, 0.37 34.62, 0.43 41.54 M-0.24 0.64 C-0.17 7.41, -0.11 33.98, -0.01 40.85" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(878.8685367405424 580.7649953932346) rotate(0 0.22290140994755347 20.511057519056294)"><path d="M-7.18 21.63 C-6.04 26.39, -2.64 31.57, -0.01 40.85 M-7.18 21.63 C-4.33 28.31, -2.74 33.65, -0.01 40.85" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(878.8685367405424 580.7649953932346) rotate(0 0.22290140994755347 20.511057519056294)"><path d="M6.85 21.52 C4.49 26.34, 4.39 31.55, -0.01 40.85 M6.85 21.52 C5.15 28.23, 2.18 33.62, -0.01 40.85" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(776.7890295269417 659.3816668418503) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C83.96 0.77, 148.53 2.03, 204.03 0 M16.09 0 C72.85 -2.55, 130.19 -2.5, 204.03 0 M204.03 0 C213.82 -0.56, 219.65 5.16, 220.12 16.09 M204.03 0 C213.59 -1.32, 221.82 7.28, 220.12 16.09 M220.12 16.09 C221.19 30.2, 219.48 39.92, 220.12 48.27 M220.12 16.09 C219.53 27.73, 219.57 40.41, 220.12 48.27 M220.12 48.27 C219.94 60.54, 215.41 62.59, 204.03 64.35 M220.12 48.27 C221.77 59.7, 216.2 64.66, 204.03 64.35 M204.03 64.35 C150.28 63.6, 95.82 62.42, 16.09 64.35 M204.03 64.35 C140.06 62.75, 77.22 63.33, 16.09 64.35 M16.09 64.35 C6.65 66.13, -1.09 60.77, 0 48.27 M16.09 64.35 C3.37 65.31, -2.13 57.1, 0 48.27 M0 48.27 C-1.85 38.3, 0 28.23, 0 16.09 M0 48.27 C-1.18 38.94, -1.08 28.14, 0 16.09 M0 16.09 C-1.92 5.59, 6.03 -0.17, 16.09 0 M0 16.09 C-1.7 6.82, 3.92 1.42, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(817.5866595874368 679.0590833927263) rotate(0 69.25994110107422 12.5)"><text x="69.25994110107422" 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">newStateRoot</text></g><g transform="translate(1046.581890344466 409.0565409723549) 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(1050.3031995356323 536.6986235077061) rotate(0 41.82364155770529 -19.566703345299402)"><path d="M1.01 1.06 C14.63 -5.66, 69.26 -33.34, 82.89 -40.21 M0.08 0.57 C13.98 -6.04, 71.01 -32.58, 85.21 -39.24" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(1050.3031995356323 536.6986235077061) rotate(0 41.82364155770529 -19.566703345299402)"><path d="M67.54 -21.55 C76.35 -30.02, 79.85 -37.18, 85.21 -39.24 M67.54 -21.55 C71.2 -25.42, 74.74 -29.71, 85.21 -39.24" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(1050.3031995356323 536.6986235077061) rotate(0 41.82364155770529 -19.566703345299402)"><path d="M60.31 -37.04 C72.01 -39.39, 78.4 -40.36, 85.21 -39.24 M60.31 -37.04 C65.46 -37.55, 70.56 -38.49, 85.21 -39.24" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(772.4103742018806 331.97407971354914) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C86.52 -0.18, 158.85 0.25, 204.03 0 M16.09 0 C66.7 -0.39, 119.07 1.02, 204.03 0 M204.03 0 C216.48 -0.69, 218.91 6.55, 220.12 16.09 M204.03 0 C216.68 -0.6, 218.92 7.02, 220.12 16.09 M220.12 16.09 C219.74 25.21, 221.15 36.61, 220.12 48.27 M220.12 16.09 C220.94 28.54, 220.85 40.51, 220.12 48.27 M220.12 48.27 C219.9 57.86, 213.64 64.94, 204.03 64.35 M220.12 48.27 C220.44 59.51, 213.72 65.2, 204.03 64.35 M204.03 64.35 C130.98 62.48, 61.02 64.33, 16.09 64.35 M204.03 64.35 C130.13 66.44, 57.05 65.2, 16.09 64.35 M16.09 64.35 C5.16 64.39, 0.53 57.15, 0 48.27 M16.09 64.35 C4.62 64.36, -1.59 59.24, 0 48.27 M0 48.27 C1.17 34.4, -0.43 21.9, 0 16.09 M0 48.27 C-0.85 38.89, -0.74 28.86, 0 16.09 M0 16.09 C0.77 4.13, 7.35 -0.34, 16.09 0 M0 16.09 C-0.76 6.28, 4.2 -1.64, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(819.5280115865944 351.6514962644251) rotate(0 62.93993377685547 12.5)"><text x="62.93993377685547" 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">messageType</text></g><g stroke-linecap="round" transform="translate(1141.8505870876816 211.5358253821605) rotate(0 157.74464842621865 77.33632025744873)"><path d="M32 0 C89.93 0.57, 148.61 0.13, 283.49 0 M32 0 C93.71 -1.99, 153.53 -1.22, 283.49 0 M283.49 0 C306.5 -0.52, 314.45 12.11, 315.49 32 M283.49 0 C305.32 2.13, 313.98 9.89, 315.49 32 M315.49 32 C317.37 54.3, 314.05 76.71, 315.49 122.67 M315.49 32 C315.95 61.43, 315.5 92.28, 315.49 122.67 M315.49 122.67 C315.77 144.46, 303.93 155.4, 283.49 154.67 M315.49 122.67 C317.29 143.22, 303.21 152.45, 283.49 154.67 M283.49 154.67 C216.47 155.11, 148.02 154.58, 32 154.67 M283.49 154.67 C197.57 153, 112.02 152.24, 32 154.67 M32 154.67 C10.02 154.68, -1.38 144.22, 0 122.67 M32 154.67 C12.5 156.02, -2.12 145.57, 0 122.67 M0 122.67 C0.33 103.58, -0.06 81.67, 0 32 M0 122.67 C0.96 89.09, 1.56 56.57, 0 32 M0 32 C-0.66 11.46, 9.66 -1.42, 32 0 M0 32 C2.2 12.1, 12.42 1.5, 32 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g stroke-linecap="round" transform="translate(486.20816440383305 529.0976666544907) rotate(0 110.05757116156997 32.17741655087593)"><path d="M16.09 0 C63.53 -0.57, 110.23 1.92, 204.03 0 M16.09 0 C87.54 1.25, 161.03 0.39, 204.03 0 M204.03 0 C213.72 1.44, 220.55 7.22, 220.12 16.09 M204.03 0 C213.24 -0.77, 218.7 6.21, 220.12 16.09 M220.12 16.09 C218.59 26.9, 220.98 36.08, 220.12 48.27 M220.12 16.09 C219.53 26.47, 220.22 36.49, 220.12 48.27 M220.12 48.27 C219.22 59.72, 216.32 63.67, 204.03 64.35 M220.12 48.27 C218.51 56.77, 214.11 63.47, 204.03 64.35 M204.03 64.35 C137.29 61.59, 67.82 61.48, 16.09 64.35 M204.03 64.35 C163.38 63.47, 121.89 64.39, 16.09 64.35 M16.09 64.35 C3.98 64.57, 1.6 60.16, 0 48.27 M16.09 64.35 C3.24 65.92, -1.89 58.72, 0 48.27 M0 48.27 C-0.21 40.21, 1.24 33.87, 0 16.09 M0 48.27 C0.87 36.45, -0.45 25.38, 0 16.09 M0 16.09 C-1.01 3.94, 7.27 1.25, 16.09 0 M0 16.09 C1.76 6.86, 6.91 -0.19, 16.09 0" stroke="#f08c00" stroke-width="1" fill="none"></path></g><g transform="translate(515.3258170473364 536.2750832053666) rotate(0 80.9399185180664 25)"><text x="80.9399185180664" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#f08c00" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">parameter: </text><text x="80.9399185180664" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#f08c00" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">stateTreeDepth</text></g><g stroke-linecap="round"><g transform="translate(727.3744328736948 550.1115059914432) rotate(0 22.27889688945652 -12.101152245474623)"><path d="M0.89 1 C8.59 -2.99, 38.44 -20.54, 45.59 -24.62 M-0.11 0.48 C7.58 -3.28, 37.45 -18.98, 45.19 -23.3" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(727.3744328736948 550.1115059914432) rotate(0 22.27889688945652 -12.101152245474623)"><path d="M28.57 -4.63 C34.49 -7.68, 36.28 -15.28, 45.19 -23.3 M28.57 -4.63 C33.87 -10.57, 40.58 -17.08, 45.19 -23.3" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(727.3744328736948 550.1115059914432) rotate(0 22.27889688945652 -12.101152245474623)"><path d="M20.45 -19.68 C28.32 -19.04, 32.13 -22.88, 45.19 -23.3 M20.45 -19.68 C28.8 -20.19, 38.42 -21.29, 45.19 -23.3" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(536.4067338158447 336.8814678696399) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C85.68 -2.83, 157.85 0.05, 204.03 0 M16.09 0 C67.78 -0.43, 118.37 -1.69, 204.03 0 M204.03 0 C213.52 0.73, 219.94 6.91, 220.12 16.09 M204.03 0 C215.51 -2.03, 221.77 6.07, 220.12 16.09 M220.12 16.09 C219.03 26.65, 220.74 39.72, 220.12 48.27 M220.12 16.09 C220.75 26.12, 219.27 35.88, 220.12 48.27 M220.12 48.27 C219.56 58.22, 216.04 66.13, 204.03 64.35 M220.12 48.27 C218.86 61.04, 212.76 65.31, 204.03 64.35 M204.03 64.35 C165.1 64.69, 124.26 63.52, 16.09 64.35 M204.03 64.35 C148.37 65.15, 90.19 65.24, 16.09 64.35 M16.09 64.35 C3.72 64.12, -1.92 59.22, 0 48.27 M16.09 64.35 C6.13 64.16, -1.7 60.45, 0 48.27 M0 48.27 C-1.43 42.62, -0.54 32.34, 0 16.09 M0 48.27 C1.12 37.96, 0.93 27.05, 0 16.09 M0 16.09 C1.35 5.2, 5.93 -1.06, 16.09 0 M0 16.09 C-0.32 3.14, 3.37 -1.82, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(570.3443785247778 356.5588844205158) rotate(0 76.11992645263649 12.5)"><text x="76.11992645263672" 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">maxVoteOptions</text></g><g stroke-linecap="round" transform="translate(537.2346906158764 254.7209328089839) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C60.59 -2.61, 107.57 -1.14, 204.03 0 M16.09 0 C89.27 1, 163.6 1.4, 204.03 0 M204.03 0 C215.41 -1.77, 221.55 5.98, 220.12 16.09 M204.03 0 C216.2 0.31, 219.86 4.06, 220.12 16.09 M220.12 16.09 C220.66 23.06, 220.94 33.4, 220.12 48.27 M220.12 16.09 C219.61 24.25, 220.54 34.08, 220.12 48.27 M220.12 48.27 C219.02 60.77, 213.02 65.18, 204.03 64.35 M220.12 48.27 C217.98 57.1, 214.52 64.39, 204.03 64.35 M204.03 64.35 C142.67 62.37, 81.53 65.35, 16.09 64.35 M204.03 64.35 C135.82 65.51, 68.3 65.74, 16.09 64.35 M16.09 64.35 C6.03 64.18, -1.48 60.26, 0 48.27 M16.09 64.35 C3.92 65.78, 0.89 57.58, 0 48.27 M0 48.27 C0.85 34.41, -1.37 24.48, 0 16.09 M0 48.27 C0.43 36.52, 0.04 24.41, 0 16.09 M0 16.09 C-0.28 3.43, 3.63 -1.59, 16.09 0 M0 16.09 C0.31 4.54, 5.33 -1.77, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(563.4223429542039 274.3983493598598) rotate(0 83.86991882324241 12.5)"><text x="83.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">pollEndTimestamp</text></g><g stroke-linecap="round" transform="translate(772.862122405656 253.2464891924892) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C64.59 -1.72, 108.71 -1.63, 204.03 0 M16.09 0 C79.7 -2.34, 143.36 -1.14, 204.03 0 M204.03 0 C216.01 0.27, 219.9 4.23, 220.12 16.09 M204.03 0 C213.48 0.67, 220.44 5.88, 220.12 16.09 M220.12 16.09 C219.55 22.9, 218.3 31.95, 220.12 48.27 M220.12 16.09 C219.78 25.39, 219.45 33.33, 220.12 48.27 M220.12 48.27 C218.26 57.35, 214.55 64.39, 204.03 64.35 M220.12 48.27 C220.72 56.88, 214.01 64.36, 204.03 64.35 M204.03 64.35 C161.8 64.01, 118.6 64.21, 16.09 64.35 M204.03 64.35 C150.22 64.48, 95.01 65.2, 16.09 64.35 M16.09 64.35 C4.11 65.59, 0.77 57.76, 0 48.27 M16.09 64.35 C7.65 63.96, -0.76 59.91, 0 48.27 M0 48.27 C1.48 41.77, 1.53 33.56, 0 16.09 M0 48.27 C-0.23 37.91, -0.96 28.7, 0 16.09 M0 16.09 C0.27 4.64, 5.33 -1.54, 16.09 0 M0 16.09 C-0.65 6.08, 3.28 1.89, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(832.2497488040426 272.92390574336514) rotate(0 50.669944763183594 12.5)"><text x="50.669944763183594" 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">numSignups</text></g><g stroke-linecap="round" transform="translate(543.3649734983014 171.95927842775473) rotate(0 110.05757116156997 32.17741655087593)"><path d="M16.09 0 C60.84 0.98, 105.66 1.82, 204.03 0 M16.09 0 C56.47 -0.44, 95.49 -1.14, 204.03 0 M204.03 0 C213.64 0.59, 220.4 5.81, 220.12 16.09 M204.03 0 C213.72 0.84, 221.92 4.57, 220.12 16.09 M220.12 16.09 C219.03 24.78, 221.58 29.8, 220.12 48.27 M220.12 16.09 C218.91 27.78, 219.73 41.14, 220.12 48.27 M220.12 48.27 C220.64 57.15, 214.11 64.36, 204.03 64.35 M220.12 48.27 C218.53 59.24, 216.59 65.7, 204.03 64.35 M204.03 64.35 C164.72 60.9, 126.11 63.48, 16.09 64.35 M204.03 64.35 C148.63 66.17, 94.87 64.93, 16.09 64.35 M16.09 64.35 C7.35 64.01, -0.66 59.79, 0 48.27 M16.09 64.35 C4.2 62.72, 2.2 60.43, 0 48.27 M0 48.27 C-0.38 36.72, -1.27 23.76, 0 16.09 M0 48.27 C0.41 41.36, 0.26 34.41, 0 16.09 M0 16.09 C-0.57 5.98, 3.55 1.64, 16.09 0 M0 16.09 C-1.34 6.56, 6.12 -1.95, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(564.432623090047 191.63669497863066) rotate(0 88.98992156982422 12.5)"><text x="88.98992156982422" 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">currentBallotRoot</text></g><g stroke-linecap="round" transform="translate(779.332661507272 170.8818004003124) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C69.03 0.82, 126.13 0.63, 204.03 0 M16.09 0 C74.45 1.36, 134.05 1.29, 204.03 0 M204.03 0 C213.85 0.73, 221.68 4.68, 220.12 16.09 M204.03 0 C213.14 -2.22, 219.48 4.48, 220.12 16.09 M220.12 16.09 C222.18 26.08, 221.23 37.7, 220.12 48.27 M220.12 16.09 C220.35 22.17, 219.76 30.1, 220.12 48.27 M220.12 48.27 C218.73 59.21, 216.35 65.53, 204.03 64.35 M220.12 48.27 C218 60.55, 212.86 64.08, 204.03 64.35 M204.03 64.35 C165.48 63.5, 128.54 63.73, 16.09 64.35 M204.03 64.35 C137.03 63.03, 67.72 63.6, 16.09 64.35 M16.09 64.35 C4.35 62.93, 1.91 60.24, 0 48.27 M16.09 64.35 C7.12 65.85, 1.55 58.8, 0 48.27 M0 48.27 C-1.76 35.96, -1.42 27.39, 0 16.09 M0 48.27 C-0.28 40.08, -0.9 32.09, 0 16.09 M0 16.09 C-1.17 6.4, 6.02 -1.7, 16.09 0 M0 16.09 C1.47 6.86, 3.37 -1.57, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(801.2703138456 190.55921695118832) rotate(0 88.11991882324219 12.5)"><text x="88.11991882324219" 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">currentStateRoot</text></g><g transform="translate(1149.635366129135 238.8721456396088) rotate(0 149.95986938476562 50)"><text x="149.95986938476562" 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. Apply the command to the </text><text x="149.95986938476562" 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">stateLeaf using </text><text x="149.95986938476562" 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">StateLeafAndBallotTransform</text><text x="149.95986938476562" 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">er </text></g><g transform="translate(1138.890568629362 161.0930283692478) rotate(0 218.289794921875 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">Note that a vote message type should be 1</text></g><g stroke-linecap="round" transform="translate(778.1160261529358 742.6034302278986) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C75.83 -0.37, 139.01 -2.09, 204.03 0 M16.09 0 C82.93 -0.33, 147.41 -0.73, 204.03 0 M204.03 0 C213.53 0.16, 219.69 6.99, 220.12 16.09 M204.03 0 C213.65 1.37, 219.5 4.61, 220.12 16.09 M220.12 16.09 C219.86 26.15, 218.27 40.23, 220.12 48.27 M220.12 16.09 C220.58 26.07, 220.27 36.29, 220.12 48.27 M220.12 48.27 C218.66 57.5, 213.37 66.35, 204.03 64.35 M220.12 48.27 C218.46 57.73, 214.29 62.44, 204.03 64.35 M204.03 64.35 C155.49 63.28, 107.37 65.44, 16.09 64.35 M204.03 64.35 C141.47 63.76, 79.33 64.1, 16.09 64.35 M16.09 64.35 C5.69 65.63, 0 57.06, 0 48.27 M16.09 64.35 C5.62 65.84, 2.05 56.76, 0 48.27 M0 48.27 C0.12 38.73, 0.22 30.59, 0 16.09 M0 48.27 C-0.47 37.29, -0.26 28.06, 0 16.09 M0 16.09 C-1.79 6.55, 3.83 0.93, 16.09 0 M0 16.09 C-1.95 6.48, 3.88 -0.25, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(818.0436534668497 762.2808467787745) rotate(0 70.12994384765625 12.5)"><text x="70.12994384765625" 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">newBallotRoot</text></g><g stroke-linecap="round" transform="translate(539.3077291912214 97.77379932772328) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C69.78 0.24, 119.9 0.02, 204.03 0 M16.09 0 C84.43 0.04, 153.72 -0.53, 204.03 0 M204.03 0 C216.54 -1.27, 219.39 6.25, 220.12 16.09 M204.03 0 C212.8 -1.87, 218.3 4.2, 220.12 16.09 M220.12 16.09 C221.93 27.51, 221.52 39.71, 220.12 48.27 M220.12 16.09 C219.5 24.6, 219.8 34.63, 220.12 48.27 M220.12 48.27 C221.05 58.61, 216.42 66.31, 204.03 64.35 M220.12 48.27 C220.19 59.23, 216.16 62.25, 204.03 64.35 M204.03 64.35 C165.05 62.13, 124.11 63.39, 16.09 64.35 M204.03 64.35 C160.97 65.64, 119.83 64.22, 16.09 64.35 M16.09 64.35 C4.69 63.69, 0.1 59.71, 0 48.27 M16.09 64.35 C4.22 65.99, -0.76 57.42, 0 48.27 M0 48.27 C1.28 42.24, 0.29 33.72, 0 16.09 M0 48.27 C-0.8 38.34, -1.08 30.63, 0 16.09 M0 16.09 C0.36 5.33, 5.61 -1.98, 16.09 0 M0 16.09 C2.27 6.26, 4.95 0.18, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(597.5053455188067 117.45121587859921) rotate(0 51.8599548339846 12.5)"><text x="51.859954833984375" 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">stateLeaf</text></g><g stroke-linecap="round" transform="translate(780.2894859570797 101.01495749726837) rotate(0 133.93177094297744 24.84060304391869)"><path d="M12.42 0 C67.79 3.37, 120.6 0.51, 255.44 0 M12.42 0 C78.37 1.28, 142.55 2.17, 255.44 0 M255.44 0 C262.03 -1.63, 266.29 3.13, 267.86 12.42 M255.44 0 C265.31 1.18, 268.72 6.03, 267.86 12.42 M267.86 12.42 C267.84 19.83, 269.4 24.8, 267.86 37.26 M267.86 12.42 C268.23 17.55, 268.6 24.04, 267.86 37.26 M267.86 37.26 C267.93 45.75, 264.95 47.85, 255.44 49.68 M267.86 37.26 C265.96 43.54, 261.79 51.85, 255.44 49.68 M255.44 49.68 C189.16 50.15, 125.88 49.42, 12.42 49.68 M255.44 49.68 C166.14 47.88, 77.43 48.45, 12.42 49.68 M12.42 49.68 C3.14 51.11, -0.66 44.18, 0 37.26 M12.42 49.68 C2.25 49.98, 1.04 47.06, 0 37.26 M0 37.26 C-0.37 30.25, 1.9 18.85, 0 12.42 M0 37.26 C0.38 31.81, 0.33 25.4, 0 12.42 M0 12.42 C1.97 4.92, 3.78 0.16, 12.42 0 M0 12.42 C-0.91 2.92, 4.22 -0.97, 12.42 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(796.101360964999 113.3555605411866) rotate(0 118.1198959350586 12.5)"><text x="118.1198959350586" 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">stateLeafPathElements</text></g><g stroke-linecap="round" transform="translate(548.471109651357 417.21171830853837) rotate(0 110.05757116156997 32.17741655087593)"><path d="M16.09 0 C67.8 -1.56, 119.31 -3.02, 204.03 0 M16.09 0 C80 -1.53, 142.46 -1.84, 204.03 0 M204.03 0 C213.2 0.32, 219.21 4.56, 220.12 16.09 M204.03 0 C214.13 -0.74, 220.37 3.72, 220.12 16.09 M220.12 16.09 C220.49 25.91, 219.25 38.28, 220.12 48.27 M220.12 16.09 C219.3 25.79, 219.1 37.19, 220.12 48.27 M220.12 48.27 C218.13 57.93, 214.89 62.94, 204.03 64.35 M220.12 48.27 C222.24 58.46, 213.11 64.64, 204.03 64.35 M204.03 64.35 C141.63 63.93, 80.92 65.79, 16.09 64.35 M204.03 64.35 C162.95 62.63, 119.69 63.63, 16.09 64.35 M16.09 64.35 C6.61 64.19, -0.88 58.84, 0 48.27 M16.09 64.35 C7.14 64.26, 0.08 58.77, 0 48.27 M0 48.27 C0.58 35.32, -0.12 23.4, 0 16.09 M0 48.27 C-0.46 40.57, -0.19 32, 0 16.09 M0 16.09 C-0.33 5.22, 4.48 0.24, 16.09 0 M0 16.09 C0.32 6.55, 5.58 -0.07, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(564.0687656517939 436.8891348594143) rotate(0 94.45991516113281 12.5)"><text x="94.45991516113281" 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">ballotPathElements</text></g><g stroke-linecap="round" transform="translate(312.46746926532205 422.1191064646291) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C72.49 2.75, 128.8 2.51, 204.03 0 M16.09 0 C67.48 1.16, 119.96 0.6, 204.03 0 M204.03 0 C214.21 -0.64, 220.34 3.94, 220.12 16.09 M204.03 0 C215.66 -2.11, 219.74 6.13, 220.12 16.09 M220.12 16.09 C220.27 22.12, 219.03 30.85, 220.12 48.27 M220.12 16.09 C218.89 24.07, 219.95 32.4, 220.12 48.27 M220.12 48.27 C221.96 58.53, 213.33 64.61, 204.03 64.35 M220.12 48.27 C220.8 59.7, 216.41 63.9, 204.03 64.35 M204.03 64.35 C162.78 64.93, 122.87 66.13, 16.09 64.35 M204.03 64.35 C150.06 65.99, 94.4 65.99, 16.09 64.35 M16.09 64.35 C6.91 64.27, 0.07 58.8, 0 48.27 M16.09 64.35 C6.75 62.76, -1.31 59.4, 0 48.27 M0 48.27 C-0.62 40.9, 0.06 32.42, 0 16.09 M0 48.27 C-0.11 35.71, -0.39 23.42, 0 16.09 M0 16.09 C0.28 6.39, 5.55 -0.06, 16.09 0 M0 16.09 C-1.14 5.21, 5.78 -1.67, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(394.3250663668332 441.79652301550504) rotate(0 28.199974060058594 12.5)"><text x="28.199974060058594" 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">ballot</text></g><g stroke-linecap="round" transform="translate(292.6169372174759 98.76479072558413) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C55.79 2.89, 100.83 -0.58, 204.03 0 M16.09 0 C67.11 1.12, 118.38 0.43, 204.03 0 M204.03 0 C213.45 -1.6, 219.06 5.27, 220.12 16.09 M204.03 0 C212.94 0.72, 221 7.41, 220.12 16.09 M220.12 16.09 C217.84 26.24, 220.31 39.81, 220.12 48.27 M220.12 16.09 C219.87 24.13, 220.82 31.18, 220.12 48.27 M220.12 48.27 C218.47 59.25, 213.28 65.47, 204.03 64.35 M220.12 48.27 C217.92 56.98, 216.16 66.49, 204.03 64.35 M204.03 64.35 C137.95 62.61, 68.39 64.02, 16.09 64.35 M204.03 64.35 C131.92 65.58, 60.82 64.36, 16.09 64.35 M16.09 64.35 C6.88 62.99, -0.24 60.86, 0 48.27 M16.09 64.35 C4.09 64.64, 0.33 57.13, 0 48.27 M0 48.27 C1.46 36.23, 1.54 29.94, 0 16.09 M0 48.27 C-0.37 37.87, 0.13 26.2, 0 16.09 M0 16.09 C1.37 3.69, 6.47 -1.29, 16.09 0 M0 16.09 C-0.62 3.17, 4.94 0.94, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(315.034592912737 118.44220727646007) rotate(0 87.6399154663086 12.5)"><text x="87.6399154663086" 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">currentVoteWeight</text></g><g stroke-linecap="round" transform="translate(258.3047608208576 179.143328439367) rotate(0 133.9317709429772 30)"><path d="M15 0 C104.39 0.85, 194.32 1.53, 252.86 0 M15 0 C102.49 -0.69, 190.63 -0.06, 252.86 0 M252.86 0 C261.29 0.63, 268.63 6.78, 267.86 15 M252.86 0 C263.81 -2.23, 265.85 2.74, 267.86 15 M267.86 15 C266.83 24.7, 269.52 29.41, 267.86 45 M267.86 15 C267.16 24.66, 267.25 34.62, 267.86 45 M267.86 45 C265.95 53.25, 264.09 61.86, 252.86 60 M267.86 45 C269.27 54.74, 260.64 62.07, 252.86 60 M252.86 60 C182.05 61.57, 108.82 60.66, 15 60 M252.86 60 C160.73 58.79, 67.24 60.14, 15 60 M15 60 C3.89 60.25, 0.29 53.38, 0 45 M15 60 C5.36 58.34, -0.13 56.41, 0 45 M0 45 C0.37 38.67, -0.16 31.83, 0 15 M0 45 C0.65 34.65, 0.52 25.33, 0 15 M0 15 C-0.54 3.1, 4.63 0.82, 15 0 M0 15 C1.92 6.21, 5.07 -0.88, 15 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(265.88664773063147 184.143328439367) rotate(0 126.34988403320312 25)"><text x="126.34988403320312" 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">currentVoteWeightPathEle</text><text x="126.34988403320312" 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">ements</text></g><g stroke-linecap="round" transform="translate(258.09937516123364 255.7039903770701) rotate(0 133.9317709429772 30)"><path d="M15 0 C92.65 -0.68, 173.39 -1.78, 252.86 0 M15 0 C69.49 0.16, 122.07 0.56, 252.86 0 M252.86 0 C261.73 1.53, 268.42 4.77, 267.86 15 M252.86 0 C263.36 0.4, 269.97 3.36, 267.86 15 M267.86 15 C268.03 24.11, 266.12 35.01, 267.86 45 M267.86 15 C267.41 25.17, 268.85 34.11, 267.86 45 M267.86 45 C266.14 55.45, 262.02 59.22, 252.86 60 M267.86 45 C266.45 53.76, 263.04 58.55, 252.86 60 M252.86 60 C171.16 58.13, 89.89 58.32, 15 60 M252.86 60 C169.31 60.61, 84.15 61.08, 15 60 M15 60 C3.82 59.67, 1.33 56, 0 45 M15 60 C3.68 59.2, -1.45 53.87, 0 45 M0 45 C0.74 35.77, 0.77 23.54, 0 15 M0 45 C0.54 37.29, -0.24 29.26, 0 15 M0 15 C-0.4 5.47, 6.6 -1.96, 15 0 M0 15 C1.7 6.39, 4.49 1.19, 15 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(318.57120805489467 273.2039903770701) rotate(0 73.4599380493164 12.5)"><text x="73.4599380493164" 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">cmdStateIndex</text></g><g stroke-linecap="round" transform="translate(253.0992150555453 342.54960845752794) rotate(0 133.9317709429772 30)"><path d="M15 0 C91.16 -0.97, 170.25 -0.36, 252.86 0 M15 0 C62.72 -0.81, 111.49 -1.72, 252.86 0 M252.86 0 C261.34 -0.08, 265.9 4.89, 267.86 15 M252.86 0 C264.95 1.74, 269.68 4.87, 267.86 15 M267.86 15 C266.84 24.68, 266.73 35.89, 267.86 45 M267.86 15 C267.11 22.54, 268.44 28.51, 267.86 45 M267.86 45 C269.76 55.52, 262.08 61.82, 252.86 60 M267.86 45 C265.89 53.24, 262.2 58.31, 252.86 60 M252.86 60 C182.39 60.68, 107.85 59.55, 15 60 M252.86 60 C193.56 59.84, 133.98 58.62, 15 60 M15 60 C5.6 61.81, 0.95 53.33, 0 45 M15 60 C7.2 61.96, 1.18 53.15, 0 45 M0 45 C-1.53 38.34, 1.05 29.51, 0 15 M0 45 C-0.69 36.84, -0.03 27.78, 0 15 M0 15 C-1.85 5.18, 5.07 1.59, 15 0 M0 15 C1.97 3.08, 3.19 0.67, 15 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(303.8810683959832 360.04960845752794) rotate(0 83.14991760253906 12.5)"><text x="83.14991760253906" 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">topupStateIndex</text></g><g stroke-linecap="round" transform="translate(62.22528373360228 100.97252950437178) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C73.46 -0.07, 134.56 0.22, 204.03 0 M16.09 0 C62.81 1.37, 109.75 2.46, 204.03 0 M204.03 0 C213.65 -0.68, 220.49 6.43, 220.12 16.09 M204.03 0 C216.1 1.48, 219.88 4.38, 220.12 16.09 M220.12 16.09 C220.62 25.49, 219.35 30.78, 220.12 48.27 M220.12 16.09 C219.85 28.32, 220.17 38.76, 220.12 48.27 M220.12 48.27 C218.32 60.79, 215.55 64.29, 204.03 64.35 M220.12 48.27 C221.48 60.95, 216.05 62.59, 204.03 64.35 M204.03 64.35 C159.4 64.57, 116.52 65.07, 16.09 64.35 M204.03 64.35 C154.36 65.34, 107.34 65.61, 16.09 64.35 M16.09 64.35 C4.57 62.97, 1.39 60.78, 0 48.27 M16.09 64.35 C3.57 63.18, 0.85 57.12, 0 48.27 M0 48.27 C-1.08 40.32, 0.39 30.39, 0 16.09 M0 48.27 C0.8 40.19, -0.44 30.16, 0 16.09 M0 16.09 C-1.84 4.99, 3.82 0.39, 16.09 0 M0 16.09 C0.46 7.27, 5.76 1.22, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(76.27294431167638 120.64994605524771) rotate(0 96.0099105834961 12.5)"><text x="96.0099105834961" 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">cmdVoteOptionIndex</text></g><g stroke-linecap="round" transform="translate(80.32880825891743 29.868622314183085) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C64.14 1.53, 112.21 -0.7, 204.03 0 M16.09 0 C63.71 -1.57, 112.63 -0.69, 204.03 0 M204.03 0 C215.92 1.29, 219.91 4.51, 220.12 16.09 M204.03 0 C213.57 -0.1, 217.88 5.96, 220.12 16.09 M220.12 16.09 C221.31 29.38, 220.53 38.93, 220.12 48.27 M220.12 16.09 C219.17 28.09, 220.46 38.27, 220.12 48.27 M220.12 48.27 C221.3 60.7, 215.88 62.82, 204.03 64.35 M220.12 48.27 C218.66 60.77, 215.72 64.15, 204.03 64.35 M204.03 64.35 C152.25 65.94, 102.65 62.46, 16.09 64.35 M204.03 64.35 C138.5 65.04, 74.46 66.63, 16.09 64.35 M16.09 64.35 C3.81 63.34, 0.74 57.36, 0 48.27 M16.09 64.35 C4.36 66.62, 1.52 58.11, 0 48.27 M0 48.27 C-0.51 38.96, 1.37 29.87, 0 16.09 M0 48.27 C-0.82 35.42, -0.67 23.14, 0 16.09 M0 16.09 C0.4 7.02, 5.71 1.06, 16.09 0 M0 16.09 C-0.83 5.28, 4.4 1.04, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(111.84645479890514 49.54603886505902) rotate(0 78.53992462158203 12.5)"><text x="78.53992462158203" 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">cmdNewPublicKey</text></g><g stroke-linecap="round" transform="translate(15.009632957416216 269.3050134270852) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C89.9 -1.81, 162.1 -1.94, 204.03 0 M16.09 0 C87.89 2.01, 158.39 1.86, 204.03 0 M204.03 0 C213.36 -0.3, 218.42 3.68, 220.12 16.09 M204.03 0 C212.63 1.99, 218.39 7.55, 220.12 16.09 M220.12 16.09 C220.69 26.05, 220.2 36.11, 220.12 48.27 M220.12 16.09 C219.2 28.15, 219.2 40.43, 220.12 48.27 M220.12 48.27 C221.22 59.24, 215.41 64.08, 204.03 64.35 M220.12 48.27 C220.64 59.49, 215.17 62.34, 204.03 64.35 M204.03 64.35 C133.52 64.18, 65.24 66.87, 16.09 64.35 M204.03 64.35 C142.94 62.69, 79.94 62.72, 16.09 64.35 M16.09 64.35 C7.05 62.66, -0.88 60.37, 0 48.27 M16.09 64.35 C3.34 65.02, -0.27 59.39, 0 48.27 M0 48.27 C-1.28 34.75, 1.83 23.17, 0 16.09 M0 48.27 C-0.55 42.14, 0.34 35.43, 0 16.09 M0 16.09 C-1.18 4.78, 3.8 -1.52, 16.09 0 M0 16.09 C1.88 7.56, 4.64 -0.74, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(79.47724592806753 288.98242997796115) rotate(0 45.58995819091797 12.5)"><text x="45.58995819091797" 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">cmdPollId</text></g><g stroke-linecap="round" transform="translate(10 182.0432387437313) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C74.44 -0.04, 128.5 1.05, 204.03 0 M16.09 0 C90.01 -1.69, 164.48 -2.38, 204.03 0 M204.03 0 C212.9 1.73, 218.62 7.27, 220.12 16.09 M204.03 0 C215.56 0.12, 219.48 6.01, 220.12 16.09 M220.12 16.09 C221.74 22.76, 220.17 31.46, 220.12 48.27 M220.12 16.09 C220.46 25.23, 220.23 34, 220.12 48.27 M220.12 48.27 C220.57 59.42, 215.12 62.6, 204.03 64.35 M220.12 48.27 C221.65 59.29, 216.84 62.51, 204.03 64.35 M204.03 64.35 C165.83 64.15, 125.68 66.08, 16.09 64.35 M204.03 64.35 C164.74 61.93, 123.32 63.47, 16.09 64.35 M16.09 64.35 C3.6 64.93, -0.23 59.34, 0 48.27 M16.09 64.35 C7.27 62.31, -0.59 57.19, 0 48.27 M0 48.27 C-2.2 40.89, -2.21 31.83, 0 16.09 M0 48.27 C-0.72 37.06, -0.91 25.67, 0 16.09 M0 16.09 C1.63 7.28, 4.74 -0.64, 16.09 0 M0 16.09 C-0.01 4.7, 7.14 -0.83, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(32.46765111762443 201.72065529460724) rotate(0 87.58992004394531 12.5)"><text x="87.58992004394531" 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">cmdNewVoteWeight</text></g><g stroke-linecap="round" transform="translate(17.32616774129019 348.51825027694576) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C65.35 0.14, 116.44 -0.87, 204.03 0 M16.09 0 C72.76 -0.75, 132.12 -0.61, 204.03 0 M204.03 0 C216.1 -0.48, 219.31 6.68, 220.12 16.09 M204.03 0 C213.94 -1.16, 217.91 4.37, 220.12 16.09 M220.12 16.09 C222.3 28.73, 220.02 40.08, 220.12 48.27 M220.12 16.09 C219 22.68, 218.9 31.37, 220.12 48.27 M220.12 48.27 C218.36 59.34, 212.84 62.6, 204.03 64.35 M220.12 48.27 C221.76 56.73, 212.62 64.86, 204.03 64.35 M204.03 64.35 C131.93 64.29, 56.89 63.64, 16.09 64.35 M204.03 64.35 C135.53 62.93, 68.57 64.61, 16.09 64.35 M16.09 64.35 C3.49 64.92, -1.69 57.05, 0 48.27 M16.09 64.35 C3.3 66.28, 2.04 58.57, 0 48.27 M0 48.27 C1.2 40.26, 0.52 34.5, 0 16.09 M0 48.27 C-0.24 41.83, 0.08 35.81, 0 16.09 M0 16.09 C1.76 4.31, 5.13 -0.55, 16.09 0 M0 16.09 C-0.48 4.93, 5.17 0.66, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(89.31376972561384 368.1956668278217) rotate(0 38.069969177246094 12.5)"><text x="38.069969177246094" 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">cmdSalt</text></g><g stroke-linecap="round" transform="translate(306.32762319038056 18.261738811625946) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C61.2 1.42, 106.36 0.44, 204.03 0 M16.09 0 C53.2 -0.81, 92.71 0.1, 204.03 0 M204.03 0 C216.69 -0.81, 221.76 7.02, 220.12 16.09 M204.03 0 C212.71 0.05, 218.28 6.3, 220.12 16.09 M220.12 16.09 C218.39 23.25, 219.94 30.03, 220.12 48.27 M220.12 16.09 C219.37 27.5, 219.74 36.88, 220.12 48.27 M220.12 48.27 C221.52 60.18, 215.11 63.92, 204.03 64.35 M220.12 48.27 C220.21 59.14, 216.52 62.65, 204.03 64.35 M204.03 64.35 C156.32 65.65, 108.25 64.57, 16.09 64.35 M204.03 64.35 C140.71 63.53, 76.72 64.47, 16.09 64.35 M16.09 64.35 C3.84 65.84, -0.36 58.46, 0 48.27 M16.09 64.35 C6.56 62.17, -0.84 57.69, 0 48.27 M0 48.27 C-1.62 39.32, -1.3 27.8, 0 16.09 M0 48.27 C0.72 38.84, -0.94 31.33, 0 16.09 M0 16.09 C1.58 5.66, 4.3 -1.55, 16.09 0 M0 16.09 C-1.48 4.04, 3.63 1.62, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(346.8452544715792 37.93915536250188) rotate(0 69.5399398803711 12.5)"><text x="69.5399398803711" 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">cmdSignatureR</text></g><g stroke-linecap="round" transform="translate(543.5605323494678 20.57057491049636) rotate(0 110.05757116156997 32.17741655087593)"><path d="M16.09 0 C75.43 -0.12, 131.77 1.64, 204.03 0 M16.09 0 C78.97 0.31, 141.74 0.93, 204.03 0 M204.03 0 C213.69 1.6, 219.94 6.53, 220.12 16.09 M204.03 0 C214.44 0.62, 222.2 6.9, 220.12 16.09 M220.12 16.09 C220.27 26.52, 220.6 32.86, 220.12 48.27 M220.12 16.09 C220.01 25.52, 221.06 35.93, 220.12 48.27 M220.12 48.27 C219.31 57.92, 214.06 65.61, 204.03 64.35 M220.12 48.27 C221.57 57.94, 213.79 62.81, 204.03 64.35 M204.03 64.35 C152.85 64.51, 103.87 67.67, 16.09 64.35 M204.03 64.35 C146.74 64.16, 87.76 65.57, 16.09 64.35 M16.09 64.35 C3.65 65.79, -0.17 60.91, 0 48.27 M16.09 64.35 C7.1 63.55, 1.16 61.09, 0 48.27 M0 48.27 C-1.06 41.75, -1.69 36.59, 0 16.09 M0 48.27 C-0.01 35.74, -0.93 23.81, 0 16.09 M0 16.09 C-1.08 4.55, 6.11 -0.37, 16.09 0 M0 16.09 C-0.72 4.43, 6.12 1.72, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(584.7781682083032 40.247991461372294) rotate(0 68.83993530273438 12.5)"><text x="68.83993530273438" 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">cmdSignatureS</text></g><g stroke-linecap="round" transform="translate(789.1247235761721 10) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C72.49 0.68, 126.74 1.49, 204.03 0 M16.09 0 C78.38 -1.07, 141.66 -1.33, 204.03 0 M204.03 0 C212.85 1.84, 220.88 4.54, 220.12 16.09 M204.03 0 C214.53 -1.4, 221.12 6.46, 220.12 16.09 M220.12 16.09 C220.84 26.81, 218.29 40.55, 220.12 48.27 M220.12 16.09 C220.13 28.22, 219.33 38.42, 220.12 48.27 M220.12 48.27 C222 60.25, 214.28 64.76, 204.03 64.35 M220.12 48.27 C219.07 57.47, 214.69 62.14, 204.03 64.35 M204.03 64.35 C134.99 63.57, 65.2 62.37, 16.09 64.35 M204.03 64.35 C145.61 64.84, 87.46 63.38, 16.09 64.35 M16.09 64.35 C5.4 66.12, -1.82 57.58, 0 48.27 M16.09 64.35 C7.47 65.66, 1.75 60.97, 0 48.27 M0 48.27 C-0.46 38.96, -0.68 28.02, 0 16.09 M0 48.27 C-0.8 36.88, -0.6 24.1, 0 16.09 M0 16.09 C-1.49 5.64, 6.53 0.07, 16.09 0 M0 16.09 C-2.11 6.27, 5.94 1.93, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(824.8623560780734 29.677416550875932) rotate(0 74.31993865966797 12.5)"><text x="74.31993865966797" 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">packedCommand</text></g><g stroke-linecap="round" transform="translate(1178.5198179947392 392.5697961210917) rotate(0 124.50711860321508 67.5)"><path d="M32 0 C76.63 -3.33, 119.58 -0.17, 217.01 0 M32 0 C72.07 -0.65, 109.86 -1.67, 217.01 0 M217.01 0 C237.94 0.31, 250.52 11.9, 249.01 32 M217.01 0 C239.55 -0.8, 247.53 10.33, 249.01 32 M249.01 32 C249.84 50.02, 249.17 70.28, 249.01 103 M249.01 32 C247.81 49.04, 248.75 66.84, 249.01 103 M249.01 103 C249.82 123.76, 237.6 135.3, 217.01 135 M249.01 103 C248.81 126.04, 236.34 135.41, 217.01 135 M217.01 135 C175.88 138.64, 132.51 134.88, 32 135 M217.01 135 C157.56 134.26, 99.77 134.98, 32 135 M32 135 C10.17 133.08, -1.01 125.88, 0 103 M32 135 C10.28 136.97, 2.16 125.22, 0 103 M0 103 C-0.52 86.09, -1.32 69.58, 0 32 M0 103 C0.46 83.69, 0.28 63.24, 0 32 M0 32 C1.98 10.77, 9.68 0.72, 32 0 M0 32 C-2.29 8.98, 12.19 1.34, 32 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1186.1170321179734 422.56979612109217) rotate(0 116.90990447998047 37.5)"><text x="116.90990447998047" 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. Determine the index </text><text x="116.90990447998047" 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">based on the message </text><text x="116.90990447998047" 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">type</text></g><g stroke-linecap="round" transform="translate(1528.405010449621 234.66532275130066) rotate(0 221.78626783123082 108.49326374533894)"><path d="M32 0 C150.45 2.74, 267.76 2.02, 411.57 0 M32 0 C163.36 0.43, 295.61 0.55, 411.57 0 M411.57 0 C432.78 1.61, 442.7 10.88, 443.57 32 M411.57 0 C431.55 -0.63, 444.84 12.85, 443.57 32 M443.57 32 C441.45 70.22, 441.14 112.52, 443.57 184.99 M443.57 32 C445.94 74.51, 444.79 116.14, 443.57 184.99 M443.57 184.99 C444.17 207.58, 433.78 215.83, 411.57 216.99 M443.57 184.99 C441.81 205.78, 431.05 217.5, 411.57 216.99 M411.57 216.99 C280.77 219.96, 149.26 218.74, 32 216.99 M411.57 216.99 C313.69 215.55, 215.94 216.06, 32 216.99 M32 216.99 C10.16 216.17, 0.92 207.65, 0 184.99 M32 216.99 C9.49 217.43, -1.22 207.1, 0 184.99 M0 184.99 C1.11 127.72, 0.78 71.95, 0 32 M0 184.99 C0.28 135.8, -0.29 86.16, 0 32 M0 32 C-0.13 11.05, 11.88 -0.05, 32 0 M0 32 C0.11 11.2, 9.99 -2.2, 32 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1533.8714540621013 280.65858649664005) rotate(0 216.31982421875 62.5)"><text x="216.31982421875" 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">- If msgType is 1, tmpIndex1 will be equal </text><text x="216.31982421875" 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">to cmdStateIndex and tmpIndex2 will be 0.</text><text x="216.31982421875" 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">- If msgType is 2, tmpIndex1 will be 0 and </text><text x="216.31982421875" 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">tmpIndex2 will be equal to </text><text x="216.31982421875" 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">topupStateIndex.</text></g><g stroke-linecap="round"><g transform="translate(1455.5005253562877 431.8194606352354) rotate(0 26.49208482813583 -7.3698727459945985)"><path d="M1.09 0.86 C9.7 -1.63, 43.43 -12.81, 52.06 -15.29 M0.21 0.26 C9.15 -2.04, 45.65 -11.33, 54.28 -14.04" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(1455.5005253562877 431.8194606352354) rotate(0 26.49208482813583 -7.3698727459945985)"><path d="M33.95 0.51 C42.23 -6.1, 46.7 -9.69, 54.28 -14.04 M33.95 0.51 C41.8 -4.92, 49.03 -10.27, 54.28 -14.04" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(1455.5005253562877 431.8194606352354) rotate(0 26.49208482813583 -7.3698727459945985)"><path d="M29.35 -15.97 C39.13 -17.09, 45.14 -15.16, 54.28 -14.04 M29.35 -15.97 C39.01 -15.4, 47.91 -14.8, 54.28 -14.04" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(1550.9154195072233 465.10489639237494) rotate(0 121.26988003687484 28.84665752802175)"><path d="M14.42 0 C62.09 1.72, 109.23 1.65, 228.12 0 M14.42 0 C83.98 -0.7, 152.75 -0.6, 228.12 0 M228.12 0 C237.64 -1.78, 243.27 3.19, 242.54 14.42 M228.12 0 C237.9 -1.68, 241.26 2.59, 242.54 14.42 M242.54 14.42 C243.71 19.2, 243.44 27.09, 242.54 43.27 M242.54 14.42 C241.59 25.42, 242.41 35.77, 242.54 43.27 M242.54 43.27 C242.79 52.22, 238.63 57.03, 228.12 57.69 M242.54 43.27 C240.99 54.93, 236.93 56.02, 228.12 57.69 M228.12 57.69 C172.13 57.39, 118.36 55.58, 14.42 57.69 M228.12 57.69 C183.49 58.83, 138.36 59.88, 14.42 57.69 M14.42 57.69 C4.02 58.01, -0.72 51.86, 0 43.27 M14.42 57.69 C6.89 56.37, -1.97 54.83, 0 43.27 M0 43.27 C0.63 32.35, -0.86 23.18, 0 14.42 M0 43.27 C-0.66 31.97, 0.32 20.44, 0 14.42 M0 14.42 C0.46 6.03, 6.12 0.62, 14.42 0 M0 14.42 C-0.31 4.19, 6.54 -1.42, 14.42 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1573.7653776690977 481.4515539203967) rotate(0 98.419921875 12.5)"><text x="98.419921875" 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">add the two signals</text></g><g stroke-linecap="round" transform="translate(1182.567235493364 539.1674105420666) rotate(0 124.50711860321508 67.5)"><path d="M32 0 C73.89 -0.21, 115.98 -2.09, 217.01 0 M32 0 C74.93 0.69, 116.56 -1.14, 217.01 0 M217.01 0 C238.23 0.01, 250 9.15, 249.01 32 M217.01 0 C238.2 1.27, 250.43 11.2, 249.01 32 M249.01 32 C247.47 50.89, 248.11 70.12, 249.01 103 M249.01 32 C249.69 56.13, 248.85 79.53, 249.01 103 M249.01 103 C250.24 124.43, 237.54 136.41, 217.01 135 M249.01 103 C248.55 122.28, 237.3 133.54, 217.01 135 M217.01 135 C147.05 134.83, 79.2 133.45, 32 135 M217.01 135 C179.23 135.67, 141.38 136.02, 32 135 M32 135 C12.41 133.27, -1.95 123.35, 0 103 M32 135 C10.6 136.53, 0.73 122.5, 0 103 M0 103 C-2.26 88.82, 0.35 71.02, 0 32 M0 103 C0.18 86.4, 0.74 69.79, 0 32 M0 32 C1.24 11.65, 9.68 -0.8, 32 0 M0 32 C-1.28 9.36, 9.8 -0.52, 32 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1187.694448395895 581.6674105420666) rotate(0 119.3799057006836 25)"><text x="119.3799057006836" 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. extract the </text><text x="119.3799057006836" 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">stateIndex using a Mux</text></g><g stroke-linecap="round" transform="translate(1566.1154341056526 557.8437559950657) rotate(0 182.3398878425205 102.95774843255845)"><path d="M32 0 C119.99 0.85, 208.22 1.19, 332.68 0 M32 0 C99.54 -2.6, 167.71 -1.68, 332.68 0 M332.68 0 C352.11 -0.66, 364.76 12.42, 364.68 32 M332.68 0 C356.29 1.9, 362.62 9.63, 364.68 32 M364.68 32 C366.13 83, 365.73 135.02, 364.68 173.92 M364.68 32 C363.51 80.38, 364.08 130.69, 364.68 173.92 M364.68 173.92 C366.58 195.78, 352.45 207.41, 332.68 205.92 M364.68 173.92 C365.77 196.35, 352.51 207.88, 332.68 205.92 M332.68 205.92 C232.12 206.85, 130.79 206.85, 32 205.92 M332.68 205.92 C220.6 206.39, 107.01 206.28, 32 205.92 M32 205.92 C9.99 205.15, 1.51 196.68, 0 173.92 M32 205.92 C12.81 206.14, 1.23 193.46, 0 173.92 M0 173.92 C1.74 122.51, -0.3 69.05, 0 32 M0 173.92 C-0.56 123.74, -1.59 72.73, 0 32 M0 32 C-0.46 9.79, 10.7 0.73, 32 0 M0 32 C-0.16 12.04, 10.39 1.07, 32 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1576.8554989501263 585.8015044276244) rotate(0 171.59982299804688 75)"><text x="171.59982299804688" 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">The selector will be:</text><text x="171.59982299804688" 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><text x="171.59982299804688" 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">StateLeafAndBallotTransformer </text><text x="171.59982299804688" 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">(whether the command was </text><text x="171.59982299804688" 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">successfully applied to the state </text><text x="171.59982299804688" y="125" 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">leaf)</text></g><g stroke-linecap="round"><g transform="translate(1485.8909282239683 673.5675920107537) rotate(0 27.20346116833025 4.365605643640492)"><path d="M0.19 -0.36 C9.22 1.19, 45.79 6.91, 54.73 8.38 M-1.17 -1.59 C7.68 0.21, 44.97 7.86, 53.94 9.73" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(1485.8909282239683 673.5675920107537) rotate(0 27.20346116833025 4.365605643640492)"><path d="M29.21 13.36 C37.2 12.59, 45.77 9.79, 53.94 9.73 M29.21 13.36 C35.95 11.64, 43.52 10.67, 53.94 9.73" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(1485.8909282239683 673.5675920107537) rotate(0 27.20346116833025 4.365605643640492)"><path d="M32.67 -3.39 C39.34 1.65, 46.71 4.64, 53.94 9.73 M32.67 -3.39 C38.37 -0.46, 44.98 3.22, 53.94 9.73" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(1173.3985885738357 708.9043913518872) rotate(0 130.26864554101712 85.4108638961327)"><path d="M32 0 C100.69 -0.17, 165.3 -0.33, 228.54 0 M32 0 C82.23 -0.55, 133.21 -0.89, 228.54 0 M228.54 0 C249.97 -0.23, 261.19 9.5, 260.54 32 M228.54 0 C248.04 1.6, 261.82 10.95, 260.54 32 M260.54 32 C260.37 71.26, 259.37 107.92, 260.54 138.82 M260.54 32 C259.77 68.8, 260.96 106.55, 260.54 138.82 M260.54 138.82 C260.82 160.21, 250.1 170.19, 228.54 170.82 M260.54 138.82 C259.7 159.62, 248.91 169.46, 228.54 170.82 M228.54 170.82 C186.69 171.39, 144.23 169.92, 32 170.82 M228.54 170.82 C171.2 170, 115.46 169.81, 32 170.82 M32 170.82 C11.46 169.74, -0.57 158.33, 0 138.82 M32 170.82 C10.54 169.27, -0.81 160.91, 0 138.82 M0 138.82 C1.05 109.07, 1.43 78.4, 0 32 M0 138.82 C-0.02 109.92, 0.15 79.44, 0 32 M0 32 C-1.49 10.89, 10.57 -1.68, 32 0 M0 32 C2.08 10.46, 8.47 -0.28, 32 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1181.0873314659266 731.8152552480201) rotate(0 122.57990264892578 62.5)"><text x="122.57990264892578" 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. Generate path indices</text><text x="122.57990264892578" 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">for the state tree and </text><text x="122.57990264892578" 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">the state index </text><text x="122.57990264892578" 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">(QuinGeneratePathIndice</text><text x="122.57990264892578" 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">s)</text></g><g stroke-linecap="round" transform="translate(1195.6591051985224 906.460755832918) rotate(0 124.50711860321508 80)"><path d="M32 0 C106.04 2.09, 176.13 1.23, 217.01 0 M32 0 C73.03 0.43, 114.03 0.34, 217.01 0 M217.01 0 C238.13 0.56, 247.98 9.61, 249.01 32 M217.01 0 C238.69 1.14, 248.13 10.66, 249.01 32 M249.01 32 C247.79 63.62, 247.6 96.8, 249.01 128 M249.01 32 C247.97 63.15, 248.54 94.19, 249.01 128 M249.01 128 C248 151.31, 237.16 161.29, 217.01 160 M249.01 128 C247.34 147.44, 237.13 158.5, 217.01 160 M217.01 160 C161.18 158.47, 103.7 160.02, 32 160 M217.01 160 C153.5 158.53, 88.37 160.43, 32 160 M32 160 C12.07 161.81, -1.12 148.41, 0 128 M32 160 C10.23 162.02, -1.94 150.47, 0 128 M0 128 C-0.18 105.55, 0.38 80.1, 0 32 M0 128 C0.06 96.7, 0.87 65.58, 0 32 M0 32 C1.51 11.84, 12.35 -1.56, 32 0 M0 32 C1.08 12.38, 11.31 0.52, 32 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1201.0263235942184 936.460755832918) rotate(0 119.13990020751953 50)"><text x="119.13990020751953" 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">5. Verify that the </text><text x="119.13990020751953" 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">stateLeaf exist in the </text><text x="119.13990020751953" 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">state tree using the </text><text x="119.13990020751953" 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">root provided as input</text></g><g stroke-linecap="round" transform="translate(1554.520289695717 857.0108142629947) rotate(0 211.97089151346472 109.4250402263774)"><path d="M32 0 C110.76 -1.58, 187.32 -1.66, 391.94 0 M32 0 C118.72 -2.11, 206.09 -1.55, 391.94 0 M391.94 0 C414.32 0.78, 425.46 9.39, 423.94 32 M391.94 0 C411.68 -0.02, 421.75 10.01, 423.94 32 M423.94 32 C426.19 90.91, 425.03 145.12, 423.94 186.85 M423.94 32 C423.69 67.15, 422.03 100.07, 423.94 186.85 M423.94 186.85 C425.26 207.11, 412.94 219.96, 391.94 218.85 M423.94 186.85 C425.65 206.13, 411.68 219.54, 391.94 218.85 M391.94 218.85 C276.68 219.12, 161.9 219.34, 32 218.85 M391.94 218.85 C271.51 219.92, 151.26 219.23, 32 218.85 M32 218.85 C9.34 218.8, 1.27 207.09, 0 186.85 M32 218.85 C10.73 220.83, 1.76 207.74, 0 186.85 M0 186.85 C-0.72 143.78, -0.02 98.71, 0 32 M0 186.85 C-1.81 127.69, -1.28 69.35, 0 32 M0 32 C0.39 12.48, 11.06 0.35, 32 0 M0 32 C-2.28 10.82, 9.61 -1.57, 32 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1570.2913215900417 878.9358544893721) rotate(0 196.19985961914062 87.5)"><text x="196.19985961914062" 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. hash the state leaf</text><text x="196.19985961914062" 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">2. pass the hash as leaf to </text><text x="196.19985961914062" 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">QuinTreeInclusionProof</text><text x="196.19985961914062" 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">3. pass the path indices and the path </text><text x="196.19985961914062" 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">elements</text><text x="196.19985961914062" y="125" 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. currentStateRoot == </text><text x="196.19985961914062" y="150" 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">QuinTreeInclusionProof.root</text></g><g stroke-linecap="round"><g transform="translate(1474.9754445702574 970.6560429174224) rotate(0 30.02089461216974 0.151779476173715)"><path d="M-0.14 -0.02 C9.91 -0.09, 50.11 -0.6, 60.08 -0.61 M-1.68 -1.07 C8.24 -1, 49.09 0.09, 59.15 0.46" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(1474.9754445702574 970.6560429174224) rotate(0 30.02089461216974 0.151779476173715)"><path d="M35.41 8.29 C42.04 6.19, 47.2 3.32, 59.15 0.46 M35.41 8.29 C42.24 5.84, 48.28 4.43, 59.15 0.46" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(1474.9754445702574 970.6560429174224) rotate(0 30.02089461216974 0.151779476173715)"><path d="M35.93 -8.81 C42.39 -6.12, 47.4 -4.21, 59.15 0.46 M35.93 -8.81 C42.7 -6.59, 48.6 -3.33, 59.15 0.46" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(1191.080618364048 1090.9486465263699) rotate(0 124.50711860321508 80)"><path d="M32 0 C78.24 0.95, 121.09 -0.72, 217.01 0 M32 0 C103.3 1.22, 175.67 1.79, 217.01 0 M217.01 0 C236.84 0.54, 250.46 10.54, 249.01 32 M217.01 0 C238.24 0.52, 247.35 11.33, 249.01 32 M249.01 32 C247.99 63.9, 249.77 96.01, 249.01 128 M249.01 32 C248.52 63.16, 247.34 94.78, 249.01 128 M249.01 128 C248.23 147.91, 239.26 159.41, 217.01 160 M249.01 128 C248.04 149.93, 238.35 160.32, 217.01 160 M217.01 160 C160.18 161.69, 100.44 157.8, 32 160 M217.01 160 C154.35 158.95, 93.2 159.94, 32 160 M32 160 C9.58 161.82, -1.15 147.92, 0 128 M32 160 C8.76 158.3, -2.09 150.13, 0 128 M0 128 C0.12 109.59, -1.94 90.32, 0 32 M0 128 C0.58 108.68, 0.7 88.48, 0 32 M0 32 C-1.31 10.9, 12.21 0.15, 32 0 M0 32 C0.03 11.65, 9.58 -1.45, 32 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1211.1078251630634 1133.4486465263699) rotate(0 104.47991180419922 37.5)"><text x="104.47991180419922" 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">6. Verify that the </text><text x="104.47991180419922" 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">ballot leaf exists in </text><text x="104.47991180419922" 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">the ballot tree</text></g><g stroke-linecap="round" transform="translate(1553.8962722574906 1088.1770646996247) rotate(0 226.8851677160951 119.2085113466128)"><path d="M32 0 C181.77 0.03, 333.31 -0.8, 421.77 0 M32 0 C130.67 0.9, 229.32 1.28, 421.77 0 M421.77 0 C442.75 -1.55, 452.66 8.94, 453.77 32 M421.77 0 C444.31 0.67, 453.7 12.65, 453.77 32 M453.77 32 C452.92 75.76, 453.67 118.83, 453.77 206.42 M453.77 32 C453.03 88.19, 452.98 144.54, 453.77 206.42 M453.77 206.42 C455.66 227.19, 444.3 239.63, 421.77 238.42 M453.77 206.42 C451.6 228.24, 444.45 236.43, 421.77 238.42 M421.77 238.42 C338.47 237.79, 254.02 236.64, 32 238.42 M421.77 238.42 C311.28 240.21, 200.39 239.55, 32 238.42 M32 238.42 C11.09 238.74, -1.06 228.62, 0 206.42 M32 238.42 C8.97 236.39, -1.17 227.61, 0 206.42 M0 206.42 C2.25 142.73, 1.02 74.62, 0 32 M0 206.42 C-1.04 170.84, -0.17 134.14, 0 32 M0 32 C1.28 12.65, 11.25 -1.24, 32 0 M0 32 C-0.01 9.88, 9.82 -1.44, 32 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1564.4416419999534 1107.3855760462375) rotate(0 216.3397979736328 100)"><text x="216.3397979736328" 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. hash the ballot</text><text x="216.3397979736328" 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">2. use QuinTreeInclusionProof to generate </text><text x="216.3397979736328" 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">the root and proof by passing the hashed </text><text x="216.3397979736328" 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">ballot, the path elements and the path </text><text x="216.3397979736328" 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">indicess</text><text x="216.3397979736328" y="125" 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. check that the currentBallotRoot </text><text x="216.3397979736328" y="150" 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">matches the output root of the above </text><text x="216.3397979736328" y="175" 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">steps</text></g><g stroke-linecap="round"><g transform="translate(1465.336003492096 1176.608491790524) rotate(0 41.04109623886552 -0.02379771949995302)"><path d="M-0.62 -0.86 C13.11 -0.8, 68.44 -0.06, 82.38 0.07 M1.26 1.3 C14.86 1.61, 68.01 1.69, 81.6 1.68" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(1465.336003492096 1176.608491790524) rotate(0 41.04109623886552 -0.02379771949995302)"><path d="M58.1 10.21 C63.7 8.29, 72.35 6.81, 81.6 1.68 M58.1 10.21 C65.63 7.11, 72.79 5.45, 81.6 1.68" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(1465.336003492096 1176.608491790524) rotate(0 41.04109623886552 -0.02379771949995302)"><path d="M58.11 -6.89 C63.66 -3.71, 72.31 -0.09, 81.6 1.68 M58.11 -6.89 C65.61 -4.91, 72.77 -1.5, 81.6 1.68" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(1188.1567904171843 1276.7047841912881) rotate(0 124.50711860321508 80)"><path d="M32 0 C89.23 -3.08, 146.53 -1.16, 217.01 0 M32 0 C78.97 0.86, 125.42 1.44, 217.01 0 M217.01 0 C239.48 1.14, 248.48 10.07, 249.01 32 M217.01 0 C240.12 -2.26, 247.63 12.66, 249.01 32 M249.01 32 C250.37 63.46, 250.64 93.74, 249.01 128 M249.01 32 C248.85 62.84, 247.31 94.53, 249.01 128 M249.01 128 C247.85 150.76, 238.02 158.78, 217.01 160 M249.01 128 C249.97 148.81, 238.85 161.51, 217.01 160 M217.01 160 C161.49 159.38, 105.77 159.52, 32 160 M217.01 160 C147.58 161.44, 77.4 159.79, 32 160 M32 160 C9.48 160.82, 1.94 148.77, 0 128 M32 160 C9.16 161.12, -1.7 150.81, 0 128 M0 128 C0.01 98.81, -0.84 66.52, 0 32 M0 128 C0.32 105.65, 1.32 84.13, 0 32 M0 32 C1.97 9.99, 12.23 -1.97, 32 0 M0 32 C-0.33 9.25, 12.73 1.14, 32 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1203.6640082025287 1281.7047841912881) rotate(0 108.9999008178711 75)"><text x="108.9999008178711" 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">7. Verify that </text><text x="108.9999008178711" 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">currentVoteWeight </text><text x="108.9999008178711" 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">exists in the ballot's </text><text x="108.9999008178711" 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">vote option root</text><text x="108.9999008178711" 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"> at </text><text x="108.9999008178711" y="125" 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">cmdVoteOptionIndex</text></g><g stroke-linecap="round" transform="translate(643.274568480424 848.1630296528783) rotate(0 175.26512978156234 41.905204460966615)"><path d="M20.95 0 C131.2 1.03, 243.23 1.2, 329.58 0 M20.95 0 C118.23 0, 214.77 0.2, 329.58 0 M329.58 0 C345.38 -0.36, 348.84 8.89, 350.53 20.95 M329.58 0 C342.26 1, 351.88 8.06, 350.53 20.95 M350.53 20.95 C351.59 32.3, 352 40.22, 350.53 62.86 M350.53 20.95 C351.12 35.13, 349.98 48.92, 350.53 62.86 M350.53 62.86 C351.26 78.54, 342.28 82.58, 329.58 83.81 M350.53 62.86 C351.83 77.37, 344.7 83.08, 329.58 83.81 M329.58 83.81 C218.7 82.75, 110.18 81.84, 20.95 83.81 M329.58 83.81 C267.6 84.42, 204.91 84.63, 20.95 83.81 M20.95 83.81 C6.85 85.13, 1.42 76.81, 0 62.86 M20.95 83.81 C7.75 83.18, -1.46 78.86, 0 62.86 M0 62.86 C-0.99 50.12, -0.91 37.4, 0 20.95 M0 62.86 C0.33 48.56, -0.46 33.77, 0 20.95 M0 20.95 C-1.43 6.67, 5.85 0.66, 20.95 0 M0 20.95 C2.29 9.22, 9.01 0.51, 20.95 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(656.3798319289781 865.0682341138449) rotate(0 162.1598663330078 25)"><text x="162.1598663330078" 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. square the currentVoteWeight </text><text x="162.1598663330078" 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 cmdNewVoteWeight</text></g><g stroke-linecap="round" transform="translate(634.1918684237057 953.9340138795446) rotate(0 179.74619391312467 40.167223970471696)"><path d="M20.08 0 C108.03 1.81, 197.71 -0.19, 339.41 0 M20.08 0 C103.58 -1.72, 187.49 -1.43, 339.41 0 M339.41 0 C352.98 0.65, 358.77 5.1, 359.49 20.08 M339.41 0 C353.1 1.83, 361.05 8.08, 359.49 20.08 M359.49 20.08 C358.89 34.63, 358.05 50.31, 359.49 60.25 M359.49 20.08 C359.8 33.13, 359.16 44.52, 359.49 60.25 M359.49 60.25 C359.82 75.18, 353.82 79.44, 339.41 80.33 M359.49 60.25 C360.58 71.44, 353.52 81.17, 339.41 80.33 M339.41 80.33 C260.48 79.15, 181.86 78.49, 20.08 80.33 M339.41 80.33 C221.72 82.55, 102.39 82.87, 20.08 80.33 M20.08 80.33 C7.48 80.67, -1.38 74.35, 0 60.25 M20.08 80.33 C8.56 81.55, 1.47 73.93, 0 60.25 M0 60.25 C1.14 45.41, 0.84 32.3, 0 20.08 M0 60.25 C-1.05 48.84, 0.61 36.98, 0 20.08 M0 20.08 C0.9 5.53, 7.13 1.01, 20.08 0 M0 20.08 C-1.65 6.07, 4.79 -1.14, 20.08 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(654.4281746415181 969.1012378500163) rotate(0 159.5098876953125 25)"><text x="159.5098876953125" 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. ensure we have enough voice </text><text x="159.5098876953125" 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">credits left</text></g><g stroke-linecap="round" transform="translate(151.9355430704718 928.6425956843568) rotate(0 171.30684979918942 52.34519780280766)"><path d="M26.17 0 C110.79 -0.87, 194.92 -1.41, 316.44 0 M26.17 0 C135.08 -0.19, 243.41 0.51, 316.44 0 M316.44 0 C332.85 0.6, 342.6 8.39, 342.61 26.17 M316.44 0 C332.5 0.97, 342.85 9.76, 342.61 26.17 M342.61 26.17 C344.06 40.27, 343.57 53.95, 342.61 78.52 M342.61 26.17 C343.61 44.72, 342.82 61.83, 342.61 78.52 M342.61 78.52 C342.71 95.02, 333.34 106.51, 316.44 104.69 M342.61 78.52 C342.83 97.56, 332.86 106.93, 316.44 104.69 M316.44 104.69 C235.58 103.65, 152.36 104.81, 26.17 104.69 M316.44 104.69 C236.75 104.74, 156.89 104.85, 26.17 104.69 M26.17 104.69 C9.51 105.01, -1.67 94.9, 0 78.52 M26.17 104.69 C8.36 102.41, -1.15 98.06, 0 78.52 M0 78.52 C0.59 61.5, -0.05 39.95, 0 26.17 M0 78.52 C-1.37 61.91, 0.23 43.2, 0 26.17 M0 26.17 C-1.91 7.81, 9.2 -1.14, 26.17 0 M0 26.17 C-1.12 7.14, 7.2 -0.78, 26.17 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(178.41249785012997 943.4877934871643) rotate(0 144.82989501953125 37.5)"><text x="144.82989501953125" 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">voiceCreditsLeft + </text><text x="144.82989501953125" 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">(currentVoteWeight ** 2) <= </text><text x="144.82989501953125" 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">newVoteWeight ** 2</text></g><g stroke-linecap="round" transform="translate(593.0028412615402 1043.1933792415725) rotate(0 234.96305167752007 99.38855906341882)"><path d="M32 0 C129.05 -0.47, 228.88 -0.68, 437.93 0 M32 0 C141.55 -1.9, 251.45 -1.51, 437.93 0 M437.93 0 C458.75 -1.93, 468.62 11.55, 469.93 32 M437.93 0 C461.3 1.17, 469.98 10.2, 469.93 32 M469.93 32 C470.89 67.62, 471.45 105.35, 469.93 166.78 M469.93 32 C470.2 73.79, 469.28 115.37, 469.93 166.78 M469.93 166.78 C471.4 186.14, 459.62 198.24, 437.93 198.78 M469.93 166.78 C469.8 187.35, 457.08 198.21, 437.93 198.78 M437.93 198.78 C318.58 199.54, 197.97 199.69, 32 198.78 M437.93 198.78 C311.51 199.45, 186.15 199.33, 32 198.78 M32 198.78 C10.35 197.16, -1.82 186.5, 0 166.78 M32 198.78 C9.68 199.62, 0.86 188.73, 0 166.78 M0 166.78 C-0.84 123.53, -0.44 85.38, 0 32 M0 166.78 C0.19 129.43, 0.65 90.29, 0 32 M0 32 C-0.46 10.76, 11.74 -0.94, 32 0 M0 32 C-1.01 12.78, 12.21 1.73, 32 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(602.9260674996071 1067.5819383049911) rotate(0 225.0398254394529 75)"><text x="225.03982543945312" 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. confirm that the transformer output </text><text x="225.03982543945312" 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">(isValid -> which is whether applying the </text><text x="225.03982543945312" 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">command to the state leaf was successful) </text><text x="225.03982543945312" 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">and that we have enough voice credits left -</text><text x="225.03982543945312" 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">> those two outputs should equal two </text><text x="225.03982543945312" y="125" 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">(success + success)</text></g><g stroke-linecap="round" transform="translate(630.2157408756875 1282.7522141291875) rotate(0 224.50331217200073 42.47836621161241)"><path d="M21.24 0 C147.18 0.63, 272.28 0.38, 427.77 0 M21.24 0 C108.55 1.43, 196.35 1.47, 427.77 0 M427.77 0 C441.79 1.27, 447.11 5.94, 449.01 21.24 M427.77 0 C440.17 1.92, 447.87 6.59, 449.01 21.24 M449.01 21.24 C448.33 32.82, 450.68 44.93, 449.01 63.72 M449.01 21.24 C448.66 35.7, 449.79 49.05, 449.01 63.72 M449.01 63.72 C448.39 79.03, 442.33 84.6, 427.77 84.96 M449.01 63.72 C449.39 77.25, 443.55 87.06, 427.77 84.96 M427.77 84.96 C267.96 85.97, 107.85 85.69, 21.24 84.96 M427.77 84.96 C318.72 84.82, 209.75 84.86, 21.24 84.96 M21.24 84.96 C5.95 83.11, -0.81 78.6, 0 63.72 M21.24 84.96 C7.57 85.75, 1.89 77.9, 0 63.72 M0 63.72 C1.09 52.47, 0.93 40.9, 0 21.24 M0 63.72 C-0.97 50.2, -0.58 34.86, 0 21.24 M0 21.24 C-1.18 7, 5.93 0.94, 21.24 0 M0 21.24 C2.22 5.33, 7.71 0.77, 21.24 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(644.8192117390945 1300.2305803407999) rotate(0 209.89984130859375 25)"><text x="209.89984130859375" 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. generate the path indices to the vote </text><text x="209.89984130859375" 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">weight in the vote option tree</text></g><g stroke-linecap="round" transform="translate(600.3592463118557 1394.1357414291951) rotate(0 251.98953660079087 98.0879986683683)"><path d="M32 0 C186.25 1.03, 339.97 0.25, 471.98 0 M32 0 C127.06 -1.2, 222.17 -1.97, 471.98 0 M471.98 0 C494.78 0.16, 503.65 9.32, 503.98 32 M471.98 0 C491.74 -0.08, 504.77 9.75, 503.98 32 M503.98 32 C503.2 77.33, 504.15 126.41, 503.98 164.18 M503.98 32 C505 80.99, 504.66 128.35, 503.98 164.18 M503.98 164.18 C504.47 186.61, 493.37 197.64, 471.98 196.18 M503.98 164.18 C503.53 185.69, 493.21 197.92, 471.98 196.18 M471.98 196.18 C330.11 197.01, 188.84 197.76, 32 196.18 M471.98 196.18 C307.77 196.1, 144.75 195.91, 32 196.18 M32 196.18 C11.58 196.25, 0.85 185.15, 0 164.18 M32 196.18 C12.92 196.52, 0.09 186.52, 0 164.18 M0 164.18 C1.11 128.29, 1.35 91.54, 0 32 M0 164.18 C-0.5 121.98, 0.49 78.67, 0 32 M0 32 C-0.28 9.79, 9.85 -1.86, 32 0 M0 32 C2.13 9.92, 9.85 1.65, 32 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(622.7189611353028 1417.2237400975632) rotate(0 229.62982177734398 75)"><text x="229.62982177734375" 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">5. Generate root using QuinTreeInclusionProof</text><text x="229.62982177734375" 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">leaf = currentVoteWeight</text><text x="229.62982177734375" 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">pass the path indices generated at the step </text><text x="229.62982177734375" 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">above</text><text x="229.62982177734375" 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">pass the pathElements which were the circuit </text><text x="229.62982177734375" y="125" 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">inputs</text></g><g stroke-linecap="round" transform="translate(651.9253788832075 1619.3460577846126) rotate(0 208.63540339469364 33.61085445039407)"><path d="M16.81 0 C168.8 -1.03, 321.03 -0.04, 400.47 0 M16.81 0 C109.53 -2.1, 201.29 -1.36, 400.47 0 M400.47 0 C409.95 0.98, 418.66 6.08, 417.27 16.81 M400.47 0 C411.69 -0.78, 417.36 4.6, 417.27 16.81 M417.27 16.81 C418.38 30.02, 417.2 43.97, 417.27 50.42 M417.27 16.81 C417.16 27.55, 417.38 39.4, 417.27 50.42 M417.27 50.42 C415.66 61.49, 412.25 67.87, 400.47 67.22 M417.27 50.42 C415.25 62.86, 413.16 65.18, 400.47 67.22 M400.47 67.22 C318.74 67.82, 235.68 68.88, 16.81 67.22 M400.47 67.22 C270.1 68.88, 138.59 69.9, 16.81 67.22 M16.81 67.22 C4.42 67.49, 0.06 61.97, 0 50.42 M16.81 67.22 C5.11 68.79, 0.74 62.14, 0 50.42 M0 50.42 C1.13 39.65, 1.07 24.04, 0 16.81 M0 50.42 C0.14 41.9, -1.07 32.08, 0 16.81 M0 16.81 C1.98 7.09, 6.64 0.05, 16.81 0 M0 16.81 C-1.01 6.4, 3.6 1.43, 16.81 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(672.7209232691112 1627.9569122350072) rotate(0 187.83985900878906 25)"><text x="187.83985900878906" 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">6. check that the root matches with </text><text x="187.83985900878906" 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 input root</text></g><g stroke-linecap="round"><g transform="translate(599.1394228608647 975.4368075889624) rotate(0 -34.17362566636916 2.3083070644586314)"><path d="M0.39 -0.57 C-11.05 0.13, -56.9 3.61, -68.39 4.45 M-0.86 1.75 C-12.5 2.62, -57.93 5.24, -69.36 5.9" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(599.1394228608647 975.4368075889624) rotate(0 -34.17362566636916 2.3083070644586314)"><path d="M-46.4 -4 C-54.77 -0.78, -61.54 2.12, -69.36 5.9 M-46.4 -4 C-52.53 -0.3, -60.62 2.2, -69.36 5.9" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(599.1394228608647 975.4368075889624) rotate(0 -34.17362566636916 2.3083070644586314)"><path d="M-45.41 13.08 C-54.13 10.76, -61.23 8.13, -69.36 5.9 M-45.41 13.08 C-51.76 11.84, -60.14 9.41, -69.36 5.9" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g></g><mask></mask><g stroke-linecap="round"><g transform="translate(1165.1315679050767 1290.9093956991978) rotate(0 -34.00154107801609 -41.30623515603315)"><path d="M-0.33 0.31 C-11.48 -13.5, -56.67 -68.1, -67.93 -81.94 M1.7 -0.57 C-9.52 -14.81, -57.13 -70.23, -68.84 -83.71" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(1165.1315679050767 1290.9093956991978) rotate(0 -34.00154107801609 -41.30623515603315)"><path d="M-47.03 -71.5 C-51.33 -74.09, -55.46 -76.67, -68.84 -83.71 M-47.03 -71.5 C-53.81 -74.41, -59.61 -79.41, -68.84 -83.71" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(1165.1315679050767 1290.9093956991978) rotate(0 -34.00154107801609 -41.30623515603315)"><path d="M-59.98 -60.33 C-61.56 -65.31, -62.89 -70.31, -68.84 -83.71 M-59.98 -60.33 C-63.02 -66.4, -65.04 -74.65, -68.84 -83.71" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(1191.3021384037047 1465.300244336207) rotate(0 133.5863233705527 52.89133012659613)"><path d="M26.45 0 C83.23 2.68, 139.46 2.98, 240.73 0 M26.45 0 C107.49 -1.19, 186.83 -1.53, 240.73 0 M240.73 0 C257.16 0.34, 265.78 8.7, 267.17 26.45 M240.73 0 C258.87 0.99, 268.69 6.75, 267.17 26.45 M267.17 26.45 C267.63 46.21, 269.38 66.9, 267.17 79.34 M267.17 26.45 C268.34 47.42, 268.27 66.63, 267.17 79.34 M267.17 79.34 C265.67 96.35, 259.36 105.74, 240.73 105.78 M267.17 79.34 C267.39 96.63, 257 104.91, 240.73 105.78 M240.73 105.78 C181.65 106.11, 121.85 105.15, 26.45 105.78 M240.73 105.78 C164.26 106.5, 87.92 107.1, 26.45 105.78 M26.45 105.78 C8.11 104.87, -1.62 95.15, 0 79.34 M26.45 105.78 C7.53 105.71, -1.51 96.1, 0 79.34 M0 79.34 C-0.86 63.18, 0.04 49.44, 0 26.45 M0 79.34 C-1.32 69.23, -0.37 58.56, 0 26.45 M0 26.45 C-0.72 7.07, 8.16 -1.2, 26.45 0 M0 26.45 C-1.41 6.58, 8.75 2.18, 26.45 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1198.5185810979883 1480.6915744628031) rotate(0 126.36988067626953 37.5)"><text x="126.36988067626953" 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">8. Update the ballot's </text><text x="126.36988067626953" 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">vote option root with the</text><text x="126.36988067626953" 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">new vote weight</text></g><g stroke-linecap="round" transform="translate(1554.2562188839138 1345.9518592915701) rotate(0 216.4718070103304 115.05340398379849)"><path d="M32 0 C140.1 1.58, 246.95 2.43, 400.94 0 M32 0 C128 -2.1, 223.02 -2.36, 400.94 0 M400.94 0 C420.35 0, 431.08 10.33, 432.94 32 M400.94 0 C420.49 -2.16, 433.01 9.91, 432.94 32 M432.94 32 C433.62 71.11, 431.84 108.79, 432.94 198.11 M432.94 32 C433.41 82.4, 432.86 132.02, 432.94 198.11 M432.94 198.11 C434.43 219.68, 423.31 230.19, 400.94 230.11 M432.94 198.11 C435.24 219.04, 420.9 228.89, 400.94 230.11 M400.94 230.11 C279.32 229.6, 156.54 230.08, 32 230.11 M400.94 230.11 C276.64 231.07, 152.53 230.62, 32 230.11 M32 230.11 C9.62 228.53, -1.13 220.96, 0 198.11 M32 230.11 C9.89 231.37, 1.72 221.59, 0 198.11 M0 198.11 C-3.01 135.77, 0.12 73.88, 0 32 M0 198.11 C-0.32 152.48, -1.01 105.5, 0 32 M0 32 C-1.29 10.04, 11.7 1.56, 32 0 M0 32 C0.11 10.36, 12.05 -0.1, 32 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1568.7282089997125 1373.5052632753686) rotate(0 201.99981689453125 87.5)"><text x="201.99981689453125" 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 QuinTreeInclusionProof:</text><text x="201.99981689453125" 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">- leaf will be newVoteweight if the </text><text x="201.99981689453125" 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">message was valid or the current </text><text x="201.99981689453125" 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">voteWeight</text><text x="201.99981689453125" 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">- path indices were calculated before in </text><text x="201.99981689453125" y="125" 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">step 7.4</text><text x="201.99981689453125" y="150" 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">- path elements are the inputs</text></g><g stroke-linecap="round"><g transform="translate(1469.4364571688975 1494.5585314373566) rotate(0 36.94665403623321 -2.268878629842675)"><path d="M0.83 0.54 C13.36 -0.27, 62.04 -5.04, 74.31 -5.72 M-0.2 -0.22 C12.29 -0.86, 61.22 -3.95, 73.58 -4.8" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(1469.4364571688975 1494.5585314373566) rotate(0 36.94665403623321 -2.268878629842675)"><path d="M50.7 5.26 C56.85 3.53, 59.16 1.47, 73.58 -4.8 M50.7 5.26 C58.48 0.6, 68.81 -2.77, 73.58 -4.8" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(1469.4364571688975 1494.5585314373566) rotate(0 36.94665403623321 -2.268878629842675)"><path d="M49.58 -11.8 C55.88 -9.68, 58.43 -7.88, 73.58 -4.8 M49.58 -11.8 C57.86 -9.9, 68.63 -6.7, 73.58 -4.8" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(2009.6067368187178 1354.1438738443776) rotate(0 205.38648464317203 100.50687399009598)"><path d="M32 0 C134.08 -2.17, 237.44 -1.38, 378.77 0 M32 0 C150.02 -2.02, 267.11 -1.14, 378.77 0 M378.77 0 C400.06 -1.98, 410.24 10.04, 410.77 32 M378.77 0 C402.02 1.64, 410.62 11.8, 410.77 32 M410.77 32 C410.59 86.34, 411.14 139.58, 410.77 169.01 M410.77 32 C409.92 79.69, 410.24 125.17, 410.77 169.01 M410.77 169.01 C410.55 189.03, 398.7 199.02, 378.77 201.01 M410.77 169.01 C408.89 188.32, 398.96 199.86, 378.77 201.01 M378.77 201.01 C294.01 201.09, 207.34 200.33, 32 201.01 M378.77 201.01 C278.25 201.33, 178.69 201.29, 32 201.01 M32 201.01 C12.38 200.62, 1.42 189.74, 0 169.01 M32 201.01 C10.7 199.17, 1.7 189.98, 0 169.01 M0 169.01 C-0.55 125.38, -0.94 84.13, 0 32 M0 169.01 C-1.36 139.31, -0.37 108.03, 0 32 M0 32 C1.89 9.76, 11.13 -0.63, 32 0 M0 32 C-1.45 8.54, 8.39 -1.65, 32 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(2017.3034021259518 1392.1507478344738) rotate(0 197.6898193359375 62.5)"><text x="197.6898193359375" 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">if the message was valid then the root</text><text x="197.6898193359375" 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">will be the output of the </text><text x="197.6898193359375" 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">QuinTreeInclusionProof.root otherwise it</text><text x="197.6898193359375" 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">will be the original root (decided using </text><text x="197.6898193359375" 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">Mux1)</text></g><g stroke-linecap="round" transform="translate(1194.642034846258 1608.1379199509684) rotate(0 133.3436044461123 36.014779911620735)"><path d="M18.01 0 C93.47 -1.05, 166.39 0.87, 248.68 0 M18.01 0 C74.4 1.38, 132.66 1.14, 248.68 0 M248.68 0 C262.36 1.5, 265.98 5.9, 266.69 18.01 M248.68 0 C259.95 1.41, 267.8 7.17, 266.69 18.01 M266.69 18.01 C265.44 30.45, 267.37 41.83, 266.69 54.02 M266.69 18.01 C266.32 30.46, 266.66 42.44, 266.69 54.02 M266.69 54.02 C265.9 64.84, 259.12 70.25, 248.68 72.03 M266.69 54.02 C265.48 67.95, 260.08 70.31, 248.68 72.03 M248.68 72.03 C176.58 71.93, 106.16 71.14, 18.01 72.03 M248.68 72.03 C163.4 71.18, 76.14 70.35, 18.01 72.03 M18.01 72.03 C7.75 70.64, 1.68 66.51, 0 54.02 M18.01 72.03 C6.54 70.44, 2.08 66.93, 0 54.02 M0 54.02 C-0.79 45.68, -0.7 35.16, 0 18.01 M0 54.02 C1.14 46.32, 0.06 38.91, 0 18.01 M0 18.01 C-0.74 4.85, 6.42 1.18, 18.01 0 M0 18.01 C-0.21 8.27, 5.47 0.06, 18.01 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1201.7957207743038 1619.152699862589) rotate(0 126.1899185180664 25)"><text x="126.1899185180664" 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">9. Generate a new state</text><text x="126.1899185180664" 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">root </text></g><g stroke-linecap="round"><g transform="translate(1482.0969863790588 1662.515903489761) rotate(0 38.20547570014969 74.01117264119307)"><path d="M1 -0.67 C13.7 23.96, 63.27 122.25, 75.75 147.19 M0.06 1.6 C13.2 26.4, 65.66 124.03, 78.12 148.29" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(1482.0969863790588 1662.515903489761) rotate(0 38.20547570014969 74.01117264119307)"><path d="M59.6 131.5 C63.26 134.64, 67.82 139.27, 78.12 148.29 M59.6 131.5 C65.82 137.85, 73.41 143.99, 78.12 148.29" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(1482.0969863790588 1662.515903489761) rotate(0 38.20547570014969 74.01117264119307)"><path d="M74.73 123.52 C74.39 128.88, 75 135.59, 78.12 148.29 M74.73 123.52 C75.23 132.85, 77.05 142.03, 78.12 148.29" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(1589.8021501691192 1754.9070441820072) rotate(0 205.37949383850173 46.171025297496044)"><path d="M23.09 0 C143.73 -1.47, 265.74 -0.05, 387.67 0 M23.09 0 C103.07 2.2, 181.99 1.7, 387.67 0 M387.67 0 C401.49 -1.61, 412.06 8.27, 410.76 23.09 M387.67 0 C402.5 0.61, 411.52 9.88, 410.76 23.09 M410.76 23.09 C411.83 37.09, 411.44 55.12, 410.76 69.26 M410.76 23.09 C410.77 32.82, 411.33 42.54, 410.76 69.26 M410.76 69.26 C409.86 83.21, 402.29 91.18, 387.67 92.34 M410.76 69.26 C409.79 84.36, 403.99 92.55, 387.67 92.34 M387.67 92.34 C271.27 90.25, 152.65 89.37, 23.09 92.34 M387.67 92.34 C295.04 89.57, 202.22 90.58, 23.09 92.34 M23.09 92.34 C7.85 92.25, -0.56 85.54, 0 69.26 M23.09 92.34 C7.24 92.29, 1.72 85.34, 0 69.26 M0 69.26 C-0.31 58.54, 0.78 50.66, 0 23.09 M0 69.26 C-0.31 52.28, -0.49 33.19, 0 23.09 M0 23.09 C-0.98 7.77, 8.11 0.41, 23.09 0 M0 23.09 C-0.88 9.97, 7.59 -1.99, 23.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1611.081821009574 1776.0780694795035) rotate(0 184.09982299804688 25)"><text x="184.09982299804688" 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">hash(newPubKeyX, newPubKeyY, </text><text x="184.09982299804688" 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">voiceCreditBalance, signup timestamp)</text></g><g stroke-linecap="round" transform="translate(1596.2667017024205 1874.4091919394168) rotate(0 205.37949383850173 46.171025297496044)"><path d="M23.09 0 C166.47 -1.5, 311.42 -1.59, 387.67 0 M23.09 0 C131.82 -2.61, 241.17 -2.03, 387.67 0 M387.67 0 C401.68 1.23, 411.31 7.14, 410.76 23.09 M387.67 0 C404.61 0.81, 412.24 6.34, 410.76 23.09 M410.76 23.09 C411.34 35.66, 410.48 47.93, 410.76 69.26 M410.76 23.09 C411.96 33.56, 410.19 43.11, 410.76 69.26 M410.76 69.26 C411.55 85.95, 403.82 90.62, 387.67 92.34 M410.76 69.26 C409.41 86.37, 405.29 91.87, 387.67 92.34 M387.67 92.34 C287.34 91.05, 187.74 91, 23.09 92.34 M387.67 92.34 C257.57 94.83, 127.93 94.09, 23.09 92.34 M23.09 92.34 C9.67 91.58, 0.55 83.1, 0 69.26 M23.09 92.34 C7.92 93.75, -0.2 84.21, 0 69.26 M0 69.26 C1.79 54.5, 0.55 37.11, 0 23.09 M0 69.26 C0.86 54.97, -1.01 40.96, 0 23.09 M0 23.09 C-0.68 8.01, 9.18 -1.19, 23.09 0 M0 23.09 C-1.72 6.71, 6.19 1.66, 23.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1614.8263713221722 1895.580217236913) rotate(0 186.81982421875 25)"><text x="186.81982421875" 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">generate the new root starting from </text><text x="186.81982421875" 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">this leaf using QuinTreeInclusionProof</text></g><g stroke-linecap="round" transform="translate(1597.9884890726707 1975.7443428931574) rotate(0 205.37949383850173 46.171025297496044)"><path d="M23.09 0 C122.28 0.27, 224.18 -0.94, 387.67 0 M23.09 0 C137.17 0.51, 252.47 1.54, 387.67 0 M387.67 0 C402.17 -0.29, 412 7.11, 410.76 23.09 M387.67 0 C403.94 -0.94, 410.64 9.24, 410.76 23.09 M410.76 23.09 C411.08 39.15, 408.61 55.62, 410.76 69.26 M410.76 23.09 C411.17 41.6, 410.93 60.72, 410.76 69.26 M410.76 69.26 C409.47 82.96, 402.7 91.46, 387.67 92.34 M410.76 69.26 C410 86.79, 400.82 90.39, 387.67 92.34 M387.67 92.34 C266.55 92.18, 146.54 94.08, 23.09 92.34 M387.67 92.34 C285.15 91.81, 183.19 90.81, 23.09 92.34 M23.09 92.34 C8.14 92.78, 1.95 84.21, 0 69.26 M23.09 92.34 C8.22 94.04, -0.49 84.64, 0 69.26 M0 69.26 C-0.03 54.24, -0.91 43.24, 0 23.09 M0 69.26 C0.94 51.79, -0.18 33.25, 0 23.09 M0 23.09 C0.68 6.17, 9.03 0.28, 23.09 0 M0 23.09 C1.35 7.22, 8.34 1.03, 23.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1647.7781086435944 2009.4153681906532) rotate(0 155.58987426757812 12.5)"><text x="155.58987426757812" 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">wire the root to newStateRoot</text></g><g stroke-linecap="round" transform="translate(1200.8381352904225 1698.707844497074) rotate(0 133.3436044461123 36.014779911620735)"><path d="M18.01 0 C76.68 -0.26, 133.17 -0.23, 248.68 0 M18.01 0 C87.02 0.35, 156.51 -0.7, 248.68 0 M248.68 0 C260.8 -0.33, 267.99 5.13, 266.69 18.01 M248.68 0 C262.63 -0.61, 268.76 5.66, 266.69 18.01 M266.69 18.01 C266.43 23.6, 265.48 34.14, 266.69 54.02 M266.69 18.01 C265.61 29.43, 265.8 41.94, 266.69 54.02 M266.69 54.02 C268.09 66.44, 261.67 71.51, 248.68 72.03 M266.69 54.02 C265 64.59, 259.97 74.3, 248.68 72.03 M248.68 72.03 C194.93 70.86, 141.25 70.83, 18.01 72.03 M248.68 72.03 C192.07 73.62, 134.21 73.21, 18.01 72.03 M18.01 72.03 C4.51 71.48, 1.16 66.25, 0 54.02 M18.01 72.03 C6.75 71.57, -0.29 65.39, 0 54.02 M0 54.02 C1.47 40.99, 1.55 27.94, 0 18.01 M0 54.02 C-0.48 45.02, -0.06 36.82, 0 18.01 M0 18.01 C-0.21 6.25, 7.73 -1.64, 18.01 0 M0 18.01 C-1.89 5.63, 4.28 1.78, 18.01 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1233.3617934474723 1709.7226244086946) rotate(0 100.8199462890625 25)"><text x="100.8199462890625" 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">10. Generate a new </text><text x="100.8199462890625" 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">ballot root</text></g><g stroke-linecap="round"><g transform="translate(1317.5914958782623 1801.1852263486512) rotate(0 -1.696276165944255 21.238092994390854)"><path d="M-0.48 0.44 C-1.04 7.46, -2.57 34.93, -3.01 41.94 M0.28 0.19 C-0.36 7.27, -2.64 35.21, -3.25 42.36" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(1317.5914958782623 1801.1852263486512) rotate(0 -1.696276165944255 21.238092994390854)"><path d="M-8.85 21.8 C-6.01 30.16, -5.7 37.53, -3.25 42.36 M-8.85 21.8 C-6.72 28.35, -5.27 34.11, -3.25 42.36" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(1317.5914958782623 1801.1852263486512) rotate(0 -1.696276165944255 21.238092994390854)"><path d="M5.68 23.02 C3.12 30.86, -1.97 37.78, -3.25 42.36 M5.68 23.02 C3.41 29.26, 0.48 34.65, -3.25 42.36" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(1100.4720105690749 1865.8005542279066) rotate(0 216.028109496272 54.968672747975916)"><path d="M27.48 0 C127.74 0.45, 230.56 -0.06, 404.57 0 M27.48 0 C173.33 1.49, 318.39 0.88, 404.57 0 M404.57 0 C423.7 -0.64, 430.95 9.69, 432.06 27.48 M404.57 0 C420.67 0.56, 431.25 11.15, 432.06 27.48 M432.06 27.48 C429.93 41.05, 431.16 59.08, 432.06 82.45 M432.06 27.48 C431.77 40.39, 431.78 54.13, 432.06 82.45 M432.06 82.45 C432.93 101.31, 424.21 108.55, 404.57 109.94 M432.06 82.45 C431.01 102.26, 422.92 109.72, 404.57 109.94 M404.57 109.94 C297.71 111.98, 189.61 112.27, 27.48 109.94 M404.57 109.94 C311.88 110.49, 219.17 110.36, 27.48 109.94 M27.48 109.94 C7.9 109.69, -1.29 101.12, 0 82.45 M27.48 109.94 C9.6 108.13, -1.13 100.05, 0 82.45 M0 82.45 C0.1 60.1, 1.45 40.67, 0 27.48 M0 82.45 C0.41 63.09, 0.34 44.08, 0 27.48 M0 27.48 C0.28 8.17, 9.65 1.23, 27.48 0 M0 27.48 C2.01 9.23, 10.75 0.38, 27.48 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1124.1102580048 1895.7692269758827) rotate(0 192.38986206054688 25)"><text x="192.38986206054688" 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">if the message was valid use the new </text><text x="192.38986206054688" 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">nonce, otherwise the previous nonce </text></g><g stroke-linecap="round" transform="translate(1189.9702873997594 1993.054036844485) rotate(0 147.55864745076087 24.283036423501926)"><path d="M12.14 0 C79.93 1.19, 143.9 2.89, 282.98 0 M12.14 0 C103.48 1.4, 193.67 1.76, 282.98 0 M282.98 0 C290.04 1.22, 296.8 2.83, 295.12 12.14 M282.98 0 C293.01 0.34, 293.57 5.3, 295.12 12.14 M295.12 12.14 C294.75 19.64, 294.35 25.05, 295.12 36.42 M295.12 12.14 C294.53 19.88, 295.25 28.13, 295.12 36.42 M295.12 36.42 C297.11 42.8, 291.11 46.82, 282.98 48.57 M295.12 36.42 C296.74 44.76, 290.12 48.04, 282.98 48.57 M282.98 48.57 C186.4 46.95, 90.02 45.5, 12.14 48.57 M282.98 48.57 C182.52 49.2, 81.42 49.43, 12.14 48.57 M12.14 48.57 C5.56 48.1, 1.4 45.86, 0 36.42 M12.14 48.57 C4.76 47.45, -1.19 45.3, 0 36.42 M0 36.42 C1.02 30.14, 1.59 23.64, 0 12.14 M0 36.42 C-0.39 28.3, 0.72 18.57, 0 12.14 M0 12.14 C-0.35 5.96, 5.08 1.78, 12.14 0 M0 12.14 C-1.33 1.92, 5.17 0.48, 12.14 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1199.4390605829421 2004.8370732679869) rotate(0 138.08987426757812 12.5)"><text x="138.08987426757812" 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">hash(nonce, voteOptionRoot)</text></g><g stroke-linecap="round" transform="translate(1181.084738391506 2060.249353128493) rotate(0 164.66862947523532 50.1080563724131)"><path d="M25.05 0 C127.89 2.73, 228.42 1.33, 304.28 0 M25.05 0 C124.01 0.82, 222.56 0.22, 304.28 0 M304.28 0 C321.01 -1.99, 329.23 7.18, 329.34 25.05 M304.28 0 C322.05 -1.13, 331.47 10.18, 329.34 25.05 M329.34 25.05 C329.12 34.45, 329.08 49.32, 329.34 75.16 M329.34 25.05 C329.61 35.6, 328.19 46.78, 329.34 75.16 M329.34 75.16 C329.93 92.58, 319.47 100.89, 304.28 100.22 M329.34 75.16 C327.72 93.34, 321.59 98.05, 304.28 100.22 M304.28 100.22 C206.41 100.44, 105.55 100.08, 25.05 100.22 M304.28 100.22 C232.79 101.82, 162.74 100.95, 25.05 100.22 M25.05 100.22 C6.93 100.38, -1.33 93.65, 0 75.16 M25.05 100.22 C6.63 98.69, -0.1 91.42, 0 75.16 M0 75.16 C1 63.6, 0.34 56.34, 0 25.05 M0 75.16 C-0.07 59.48, 0.81 42.57, 0 25.05 M0 25.05 C-0.01 10.02, 7.47 0.74, 25.05 0 M0 25.05 C-1.06 10.59, 9.89 -0.15, 25.05 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1190.1534990923274 2072.857409500906) rotate(0 155.59986877441406 37.5)"><text x="155.59986877441406" 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">generate the new root starting</text><text x="155.59986877441406" 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">from this leaf using </text><text x="155.59986877441406" 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">QuinTreeInclusionProof</text></g><g stroke-linecap="round" transform="translate(1229.372304762047 2171.3406632938104) rotate(0 113.862784229912 36.5319441980223)"><path d="M18.27 0 C84.68 1.04, 147.62 0.57, 209.46 0 M18.27 0 C58.45 2.81, 99.63 2.26, 209.46 0 M209.46 0 C222.11 1.89, 228.49 6.93, 227.73 18.27 M209.46 0 C221.81 -2.21, 226.99 5.31, 227.73 18.27 M227.73 18.27 C228.76 30.35, 226.25 41.02, 227.73 54.8 M227.73 18.27 C226.91 27.33, 227.28 35.88, 227.73 54.8 M227.73 54.8 C228.38 66.63, 221.22 72.71, 209.46 73.06 M227.73 54.8 C228.44 66.19, 223.56 71.61, 209.46 73.06 M209.46 73.06 C154.35 74.7, 103.43 74.15, 18.27 73.06 M209.46 73.06 C149 75.01, 90.48 75.59, 18.27 73.06 M18.27 73.06 C4.47 74.68, -0.12 67.91, 0 54.8 M18.27 73.06 C4.62 71.09, -1.59 68.66, 0 54.8 M0 54.8 C-1.67 43.56, -1.49 30.54, 0 18.27 M0 54.8 C0.34 46.8, -0.99 38.52, 0 18.27 M0 18.27 C0.6 6.57, 7.6 -0.42, 18.27 0 M0 18.27 C-2.2 5.07, 6.67 0.06, 18.27 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1256.9051634548496 2182.8726074918327) rotate(0 86.32992553710938 25)"><text x="86.32992553710938" 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">wire the root to </text><text x="86.32992553710938" 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">newBallotRoot</text></g></svg>
|