developers/zcash-zf-frost-dag.html

339 lines
24 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Zcash zf-frost DAG</title>
<!-- Pan/zoom SVGs -->
<script src="https://bumbu.me/svg-pan-zoom/dist/svg-pan-zoom.min.js"></script>
<link rel="stylesheet" href="zcash-dag.css">
<style>
@media (prefers-color-scheme: dark) {
body {
/* Material dark theme surface colour */
background-color: #121212;
}
}
</style>
</head>
<body>
<div id="dag"><svg width="993pt" height="1059pt"
viewBox="0.00 0.00 993.00 1058.50" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 1054.5)">
<polygon fill="#ffffff" stroke="transparent" points="-4,4 -4,-1054.5 989,-1054.5 989,4 -4,4"/>
<g id="clust1" class="cluster">
<title>cluster_0</title>
<polygon fill="none" stroke="#0000ff" points="4.5,0 4.5,-219 228.5,-219 228.5,0 4.5,0"/>
<text text-anchor="middle" x="116.5" y="-203.8" font-family="Times,serif" font-size="14.00" fill="#000000">Epic: Remaining Curves</text>
</g>
<g id="clust2" class="cluster">
<title>cluster_2</title>
<polygon fill="none" stroke="#0000ff" points="0,-227 0,-476 486,-476 486,-227 0,-227"/>
<text text-anchor="middle" x="243" y="-460.8" font-family="Times,serif" font-size="14.00" fill="#000000">Epic: Re&#45;randomizable FROST</text>
</g>
<g id="clust3" class="cluster">
<title>cluster_3</title>
<polygon fill="none" stroke="#0000ff" points="0,-484 0,-719 233,-719 233,-484 0,-484"/>
<text text-anchor="middle" x="116.5" y="-703.8" font-family="Times,serif" font-size="14.00" fill="#000000">Epic: v9/v10/v11</text>
</g>
<!-- ZcashFoundation/frost#70 -->
<g id="node1" class="node open">
<title>ZcashFoundation/frost#70</title>
<g id="a_node1"><a xlink:href="https://github.com/ZcashFoundation/frost/issues/70" xlink:title="ZcashFoundation/frost#70&#10;Add Ed25519 support" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="220.5,-188 12.5,-188 12.5,-150 220.5,-150 220.5,-188"/>
<text text-anchor="middle" x="116.5" y="-172.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/frost#70</text>
<text text-anchor="middle" x="116.5" y="-157.8" font-family="Times,serif" font-size="14.00" fill="#000000">Add Ed25519 support</text>
</a>
</g>
</g>
<!-- ZcashFoundation/frost#19 -->
<g id="node2" class="node open">
<title>ZcashFoundation/frost#19</title>
<g id="a_node2"><a xlink:href="https://github.com/ZcashFoundation/frost/issues/19" xlink:title="ZcashFoundation/frost#19&#10;`frost&#45;secp256k1`:&#10;implement FROST on&#10;Secp256k1 curve" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="220.5,-132 12.5,-132 12.5,-64 220.5,-64 220.5,-132"/>
<text text-anchor="middle" x="116.5" y="-116.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/frost#19</text>
<text text-anchor="middle" x="116.5" y="-101.8" font-family="Times,serif" font-size="14.00" fill="#000000">`frost&#45;secp256k1`:</text>
<text text-anchor="middle" x="116.5" y="-86.8" font-family="Times,serif" font-size="14.00" fill="#000000">implement FROST on</text>
<text text-anchor="middle" x="116.5" y="-71.8" font-family="Times,serif" font-size="14.00" fill="#000000">Secp256k1 curve</text>
</a>
</g>
</g>
<!-- ZcashFoundation/frost#71 -->
<g id="node3" class="node open">
<title>ZcashFoundation/frost#71</title>
<g id="a_node3"><a xlink:href="https://github.com/ZcashFoundation/frost/issues/71" xlink:title="ZcashFoundation/frost#71&#10;Add Ed448 support" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="220.5,-46 12.5,-46 12.5,-8 220.5,-8 220.5,-46"/>
<text text-anchor="middle" x="116.5" y="-30.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/frost#71</text>
<text text-anchor="middle" x="116.5" y="-15.8" font-family="Times,serif" font-size="14.00" fill="#000000">Add Ed448 support</text>
</a>
</g>
</g>
<!-- ZcashFoundation/frost#119 -->
<g id="node4" class="node open">
<title>ZcashFoundation/frost#119</title>
<g id="a_node4"><a xlink:href="https://github.com/ZcashFoundation/frost/issues/119" xlink:title="ZcashFoundation/frost#119&#10;Review and officially&#10;submit the Re&#45;&#10;randomizable FROST ZIP" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="225,-445 8,-445 8,-377 225,-377 225,-445"/>
<text text-anchor="middle" x="116.5" y="-429.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/frost#119</text>
<text text-anchor="middle" x="116.5" y="-414.8" font-family="Times,serif" font-size="14.00" fill="#000000">Review and officially</text>
<text text-anchor="middle" x="116.5" y="-399.8" font-family="Times,serif" font-size="14.00" fill="#000000">submit the Re&#45;</text>
<text text-anchor="middle" x="116.5" y="-384.8" font-family="Times,serif" font-size="14.00" fill="#000000">randomizable FROST ZIP</text>
</a>
</g>
</g>
<!-- ZcashFoundation/frost#120 -->
<g id="node5" class="node open">
<title>ZcashFoundation/frost#120</title>
<g id="a_node5"><a xlink:href="https://github.com/ZcashFoundation/frost/issues/120" xlink:title="ZcashFoundation/frost#120&#10;Update Re&#45;randomizable&#10;FROST implementation to&#10;V11" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="225,-359 8,-359 8,-291 225,-291 225,-359"/>
<text text-anchor="middle" x="116.5" y="-343.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/frost#120</text>
<text text-anchor="middle" x="116.5" y="-328.8" font-family="Times,serif" font-size="14.00" fill="#000000">Update Re&#45;randomizable</text>
<text text-anchor="middle" x="116.5" y="-313.8" font-family="Times,serif" font-size="14.00" fill="#000000">FROST implementation to</text>
<text text-anchor="middle" x="116.5" y="-298.8" font-family="Times,serif" font-size="14.00" fill="#000000">V11</text>
</a>
</g>
</g>
<!-- ZcashFoundation/frost#121 -->
<g id="node6" class="node open">
<title>ZcashFoundation/frost#121</title>
<g id="a_node6"><a xlink:href="https://github.com/ZcashFoundation/frost/issues/121" xlink:title="ZcashFoundation/frost#121&#10;Organize the Re&#45;&#10;randomizable FROST&#10;implementation" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" points="478,-359 261,-359 261,-291 478,-291 478,-359"/>
<text text-anchor="middle" x="369.5" y="-343.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/frost#121</text>
<text text-anchor="middle" x="369.5" y="-328.8" font-family="Times,serif" font-size="14.00" fill="#000000">Organize the Re&#45;</text>
<text text-anchor="middle" x="369.5" y="-313.8" font-family="Times,serif" font-size="14.00" fill="#000000">randomizable FROST</text>
<text text-anchor="middle" x="369.5" y="-298.8" font-family="Times,serif" font-size="14.00" fill="#000000">implementation</text>
</a>
</g>
</g>
<!-- ZcashFoundation/frost#120&#45;&gt;ZcashFoundation/frost#121 -->
<g id="edge1" class="edge">
<title>ZcashFoundation/frost#120&#45;&gt;ZcashFoundation/frost#121</title>
<path fill="none" stroke="#000000" d="M225.26,-325C233.64,-325 242.13,-325 250.57,-325"/>
<polygon fill="#000000" stroke="#000000" points="250.83,-328.5001 260.83,-325 250.83,-321.5001 250.83,-328.5001"/>
</g>
<!-- ZcashFoundation/frost#83 -->
<g id="node11" class="node open">
<title>ZcashFoundation/frost#83</title>
<g id="a_node11"><a xlink:href="https://github.com/ZcashFoundation/frost/pull/83" xlink:title="ZcashFoundation/frost#83&#10;Expose internals to&#10;support randomization" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" points="727,-351.5 519,-351.5 519,-347.5 515,-347.5 515,-343.5 519,-343.5 519,-306.5 515,-306.5 515,-302.5 519,-302.5 519,-298.5 727,-298.5 727,-351.5"/>
<polyline fill="none" stroke="#000000" points="519,-347.5 523,-347.5 523,-343.5 519,-343.5 "/>
<polyline fill="none" stroke="#000000" points="519,-306.5 523,-306.5 523,-302.5 519,-302.5 "/>
<text text-anchor="middle" x="623" y="-336.3" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/frost#83</text>
<text text-anchor="middle" x="623" y="-321.3" font-family="Times,serif" font-size="14.00" fill="#000000">Expose internals to</text>
<text text-anchor="middle" x="623" y="-306.3" font-family="Times,serif" font-size="14.00" fill="#000000">support randomization</text>
</a>
</g>
</g>
<!-- ZcashFoundation/frost#121&#45;&gt;ZcashFoundation/frost#83 -->
<g id="edge2" class="edge">
<title>ZcashFoundation/frost#121&#45;&gt;ZcashFoundation/frost#83</title>
<path fill="none" stroke="#000000" d="M478.11,-325C488.19,-325 498.42,-325 508.55,-325"/>
<polygon fill="#000000" stroke="#000000" points="508.64,-328.5001 518.64,-325 508.64,-321.5001 508.64,-328.5001"/>
</g>
<!-- ZcashFoundation/frost#81 -->
<g id="node7" class="node open">
<title>ZcashFoundation/frost#81</title>
<g id="a_node7"><a xlink:href="https://github.com/ZcashFoundation/frost/issues/81" xlink:title="ZcashFoundation/frost#81&#10;Start rerandomized repo" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="220.5,-273 12.5,-273 12.5,-235 220.5,-235 220.5,-273"/>
<text text-anchor="middle" x="116.5" y="-257.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/frost#81</text>
<text text-anchor="middle" x="116.5" y="-242.8" font-family="Times,serif" font-size="14.00" fill="#000000">Start rerandomized repo</text>
</a>
</g>
</g>
<!-- ZcashFoundation/frost#79 -->
<g id="node8" class="node open">
<title>ZcashFoundation/frost#79</title>
<g id="a_node8"><a xlink:href="https://github.com/ZcashFoundation/frost/issues/79" xlink:title="ZcashFoundation/frost#79&#10;Publish `frost&#45;` crates" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="220.5,-688 12.5,-688 12.5,-650 220.5,-650 220.5,-688"/>
<text text-anchor="middle" x="116.5" y="-672.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/frost#79</text>
<text text-anchor="middle" x="116.5" y="-657.8" font-family="Times,serif" font-size="14.00" fill="#000000">Publish `frost&#45;` crates</text>
</a>
</g>
</g>
<!-- ZcashFoundation/frost#102 -->
<g id="node9" class="node open">
<title>ZcashFoundation/frost#102</title>
<g id="a_node9"><a xlink:href="https://github.com/ZcashFoundation/frost/issues/102" xlink:title="ZcashFoundation/frost#102&#10;frost&#45;core: add and use C&#10;iphersuite.identifier_to_&#10;scalar()" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="225,-632 8,-632 8,-564 225,-564 225,-632"/>
<text text-anchor="middle" x="116.5" y="-616.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/frost#102</text>
<text text-anchor="middle" x="116.5" y="-601.8" font-family="Times,serif" font-size="14.00" fill="#000000">frost&#45;core: add and use C</text>
<text text-anchor="middle" x="116.5" y="-586.8" font-family="Times,serif" font-size="14.00" fill="#000000">iphersuite.identifier_to_</text>
<text text-anchor="middle" x="116.5" y="-571.8" font-family="Times,serif" font-size="14.00" fill="#000000">scalar()</text>
</a>
</g>
</g>
<!-- ZcashFoundation/frost#133 -->
<g id="node10" class="node open">
<title>ZcashFoundation/frost#133</title>
<g id="a_node10"><a xlink:href="https://github.com/ZcashFoundation/frost/issues/133" xlink:title="ZcashFoundation/frost#133&#10;Use nonce_generate test&#10;vectors" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="225,-545.5 8,-545.5 8,-492.5 225,-492.5 225,-545.5"/>
<text text-anchor="middle" x="116.5" y="-530.3" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/frost#133</text>
<text text-anchor="middle" x="116.5" y="-515.3" font-family="Times,serif" font-size="14.00" fill="#000000">Use nonce_generate test</text>
<text text-anchor="middle" x="116.5" y="-500.3" font-family="Times,serif" font-size="14.00" fill="#000000">vectors</text>
</a>
</g>
</g>
<!-- ZcashFoundation/frost#39 -->
<g id="node12" class="node open">
<title>ZcashFoundation/frost#39</title>
<g id="a_node12"><a xlink:href="https://github.com/ZcashFoundation/frost/issues/39" xlink:title="ZcashFoundation/frost#39&#10;Migrate/port `redjubjub`&#10;to frost&#45;core / FROST&#10;spec v05+" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="220.5,-795 12.5,-795 12.5,-727 220.5,-727 220.5,-795"/>
<text text-anchor="middle" x="116.5" y="-779.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/frost#39</text>
<text text-anchor="middle" x="116.5" y="-764.8" font-family="Times,serif" font-size="14.00" fill="#000000">Migrate/port `redjubjub`</text>
<text text-anchor="middle" x="116.5" y="-749.8" font-family="Times,serif" font-size="14.00" fill="#000000">to frost&#45;core / FROST</text>
<text text-anchor="middle" x="116.5" y="-734.8" font-family="Times,serif" font-size="14.00" fill="#000000">spec v05+</text>
</a>
</g>
</g>
<!-- ZcashFoundation/frost#40 -->
<g id="node13" class="node open">
<title>ZcashFoundation/frost#40</title>
<g id="a_node13"><a xlink:href="https://github.com/ZcashFoundation/frost/issues/40" xlink:title="ZcashFoundation/frost#40&#10;Migrate/port `redpallas`&#10;to frost&#45;core / FROST&#10;spec v05+" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="220.5,-881 12.5,-881 12.5,-813 220.5,-813 220.5,-881"/>
<text text-anchor="middle" x="116.5" y="-865.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/frost#40</text>
<text text-anchor="middle" x="116.5" y="-850.8" font-family="Times,serif" font-size="14.00" fill="#000000">Migrate/port `redpallas`</text>
<text text-anchor="middle" x="116.5" y="-835.8" font-family="Times,serif" font-size="14.00" fill="#000000">to frost&#45;core / FROST</text>
<text text-anchor="middle" x="116.5" y="-820.8" font-family="Times,serif" font-size="14.00" fill="#000000">spec v05+</text>
</a>
</g>
</g>
<!-- ZcashFoundation/frost#114 -->
<g id="node14" class="node open">
<title>ZcashFoundation/frost#114</title>
<g id="a_node14"><a xlink:href="https://github.com/ZcashFoundation/frost/pull/114" xlink:title="ZcashFoundation/frost#114&#10;Refreshed Identifier&#10;newtype of Scalar with&#10;traits" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" points="478,-952 261,-952 261,-948 257,-948 257,-944 261,-944 261,-892 257,-892 257,-888 261,-888 261,-884 478,-884 478,-952"/>
<polyline fill="none" stroke="#000000" points="261,-948 265,-948 265,-944 261,-944 "/>
<polyline fill="none" stroke="#000000" points="261,-892 265,-892 265,-888 261,-888 "/>
<text text-anchor="middle" x="369.5" y="-936.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/frost#114</text>
<text text-anchor="middle" x="369.5" y="-921.8" font-family="Times,serif" font-size="14.00" fill="#000000">Refreshed Identifier</text>
<text text-anchor="middle" x="369.5" y="-906.8" font-family="Times,serif" font-size="14.00" fill="#000000">newtype of Scalar with</text>
<text text-anchor="middle" x="369.5" y="-891.8" font-family="Times,serif" font-size="14.00" fill="#000000">traits</text>
</a>
</g>
</g>
<!-- ZcashFoundation/frost#155 -->
<g id="node15" class="node open">
<title>ZcashFoundation/frost#155</title>
<g id="a_node15"><a xlink:href="https://github.com/ZcashFoundation/frost/pull/155" xlink:title="ZcashFoundation/frost#155&#10;use BTreeMap for&#10;BindingFactorList" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" points="731.5,-1050.5 514.5,-1050.5 514.5,-1046.5 510.5,-1046.5 510.5,-1042.5 514.5,-1042.5 514.5,-1005.5 510.5,-1005.5 510.5,-1001.5 514.5,-1001.5 514.5,-997.5 731.5,-997.5 731.5,-1050.5"/>
<polyline fill="none" stroke="#000000" points="514.5,-1046.5 518.5,-1046.5 518.5,-1042.5 514.5,-1042.5 "/>
<polyline fill="none" stroke="#000000" points="514.5,-1005.5 518.5,-1005.5 518.5,-1001.5 514.5,-1001.5 "/>
<text text-anchor="middle" x="623" y="-1035.3" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/frost#155</text>
<text text-anchor="middle" x="623" y="-1020.3" font-family="Times,serif" font-size="14.00" fill="#000000">use BTreeMap for</text>
<text text-anchor="middle" x="623" y="-1005.3" font-family="Times,serif" font-size="14.00" fill="#000000">BindingFactorList</text>
</a>
</g>
</g>
<!-- ZcashFoundation/frost#114&#45;&gt;ZcashFoundation/frost#155 -->
<g id="edge3" class="edge">
<title>ZcashFoundation/frost#114&#45;&gt;ZcashFoundation/frost#155</title>
<path fill="none" stroke="#000000" d="M433.68,-952.04C458.42,-964.49 487.17,-978.17 514,-989 518.16,-990.68 522.42,-992.3 526.75,-994"/>
<polygon fill="#000000" stroke="#000000" points="525.7153,-997.3467 536.31,-997.4 528.061,-990.7514 525.7153,-997.3467"/>
</g>
<!-- ZcashFoundation/frost#156 -->
<g id="node16" class="node open">
<title>ZcashFoundation/frost#156</title>
<g id="a_node16"><a xlink:href="https://github.com/ZcashFoundation/frost/pull/156" xlink:title="ZcashFoundation/frost#156&#10;use u16 for number of&#10;signers" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" points="731.5,-979.5 514.5,-979.5 514.5,-975.5 510.5,-975.5 510.5,-971.5 514.5,-971.5 514.5,-934.5 510.5,-934.5 510.5,-930.5 514.5,-930.5 514.5,-926.5 731.5,-926.5 731.5,-979.5"/>
<polyline fill="none" stroke="#000000" points="514.5,-975.5 518.5,-975.5 518.5,-971.5 514.5,-971.5 "/>
<polyline fill="none" stroke="#000000" points="514.5,-934.5 518.5,-934.5 518.5,-930.5 514.5,-930.5 "/>
<text text-anchor="middle" x="623" y="-964.3" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/frost#156</text>
<text text-anchor="middle" x="623" y="-949.3" font-family="Times,serif" font-size="14.00" fill="#000000">use u16 for number of</text>
<text text-anchor="middle" x="623" y="-934.3" font-family="Times,serif" font-size="14.00" fill="#000000">signers</text>
</a>
</g>
</g>
<!-- ZcashFoundation/frost#114&#45;&gt;ZcashFoundation/frost#156 -->
<g id="edge4" class="edge">
<title>ZcashFoundation/frost#114&#45;&gt;ZcashFoundation/frost#156</title>
<path fill="none" stroke="#000000" d="M478.11,-933C486.71,-934.18 495.42,-935.38 504.08,-936.58"/>
<polygon fill="#000000" stroke="#000000" points="503.825,-940.0779 514.21,-937.98 504.7833,-933.1438 503.825,-940.0779"/>
</g>
<!-- ZcashFoundation/frost#153 -->
<g id="node17" class="node open">
<title>ZcashFoundation/frost#153</title>
<g id="a_node17"><a xlink:href="https://github.com/ZcashFoundation/frost/pull/153" xlink:title="ZcashFoundation/frost#153&#10;Rename rho to binding&#10;factor" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" points="731.5,-908.5 514.5,-908.5 514.5,-904.5 510.5,-904.5 510.5,-900.5 514.5,-900.5 514.5,-863.5 510.5,-863.5 510.5,-859.5 514.5,-859.5 514.5,-855.5 731.5,-855.5 731.5,-908.5"/>
<polyline fill="none" stroke="#000000" points="514.5,-904.5 518.5,-904.5 518.5,-900.5 514.5,-900.5 "/>
<polyline fill="none" stroke="#000000" points="514.5,-863.5 518.5,-863.5 518.5,-859.5 514.5,-859.5 "/>
<text text-anchor="middle" x="623" y="-893.3" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/frost#153</text>
<text text-anchor="middle" x="623" y="-878.3" font-family="Times,serif" font-size="14.00" fill="#000000">Rename rho to binding</text>
<text text-anchor="middle" x="623" y="-863.3" font-family="Times,serif" font-size="14.00" fill="#000000">factor</text>
</a>
</g>
</g>
<!-- ZcashFoundation/frost#114&#45;&gt;ZcashFoundation/frost#153 -->
<g id="edge5" class="edge">
<title>ZcashFoundation/frost#114&#45;&gt;ZcashFoundation/frost#153</title>
<path fill="none" stroke="#000000" d="M478.11,-902.58C486.71,-901.36 495.42,-900.12 504.08,-898.89"/>
<polygon fill="#000000" stroke="#000000" points="504.8021,-902.3226 514.21,-897.45 503.8169,-895.3923 504.8021,-902.3226"/>
</g>
<!-- ZcashFoundation/frost#159 -->
<g id="node18" class="node open">
<title>ZcashFoundation/frost#159</title>
<g id="a_node18"><a xlink:href="https://github.com/ZcashFoundation/frost/pull/159" xlink:title="ZcashFoundation/frost#159&#10;Remove `as` keyword when&#10;not needed, use&#10;`Scalar`/`Element`&#10;shortcuts" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" points="732,-837.5 514,-837.5 514,-833.5 510,-833.5 510,-829.5 514,-829.5 514,-762.5 510,-762.5 510,-758.5 514,-758.5 514,-754.5 732,-754.5 732,-837.5"/>
<polyline fill="none" stroke="#000000" points="514,-833.5 518,-833.5 518,-829.5 514,-829.5 "/>
<polyline fill="none" stroke="#000000" points="514,-762.5 518,-762.5 518,-758.5 514,-758.5 "/>
<text text-anchor="middle" x="623" y="-822.3" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/frost#159</text>
<text text-anchor="middle" x="623" y="-807.3" font-family="Times,serif" font-size="14.00" fill="#000000">Remove `as` keyword when</text>
<text text-anchor="middle" x="623" y="-792.3" font-family="Times,serif" font-size="14.00" fill="#000000">not needed, use</text>
<text text-anchor="middle" x="623" y="-777.3" font-family="Times,serif" font-size="14.00" fill="#000000">`Scalar`/`Element`</text>
<text text-anchor="middle" x="623" y="-762.3" font-family="Times,serif" font-size="14.00" fill="#000000">shortcuts</text>
</a>
</g>
</g>
<!-- ZcashFoundation/frost#114&#45;&gt;ZcashFoundation/frost#159 -->
<g id="edge6" class="edge">
<title>ZcashFoundation/frost#114&#45;&gt;ZcashFoundation/frost#159</title>
<path fill="none" stroke="#000000" d="M438.09,-883.96C462.06,-872.16 489.17,-858.91 514,-847 517.4,-845.37 520.87,-843.71 524.37,-842.05"/>
<polygon fill="#000000" stroke="#000000" points="526.1812,-845.0644 533.71,-837.61 523.1758,-838.7424 526.1812,-845.0644"/>
</g>
<!-- ZcashFoundation/frost#157 -->
<g id="node19" class="node open">
<title>ZcashFoundation/frost#157</title>
<g id="a_node19"><a xlink:href="https://github.com/ZcashFoundation/frost/pull/157" xlink:title="ZcashFoundation/frost#157&#10;use max_signers and&#10;min_signers instead of&#10;num_signers and threshold&#10;to better follow spec" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" points="985,-994.5 768,-994.5 768,-990.5 764,-990.5 764,-986.5 768,-986.5 768,-919.5 764,-919.5 764,-915.5 768,-915.5 768,-911.5 985,-911.5 985,-994.5"/>
<polyline fill="none" stroke="#000000" points="768,-990.5 772,-990.5 772,-986.5 768,-986.5 "/>
<polyline fill="none" stroke="#000000" points="768,-919.5 772,-919.5 772,-915.5 768,-915.5 "/>
<text text-anchor="middle" x="876.5" y="-979.3" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/frost#157</text>
<text text-anchor="middle" x="876.5" y="-964.3" font-family="Times,serif" font-size="14.00" fill="#000000">use max_signers and</text>
<text text-anchor="middle" x="876.5" y="-949.3" font-family="Times,serif" font-size="14.00" fill="#000000">min_signers instead of</text>
<text text-anchor="middle" x="876.5" y="-934.3" font-family="Times,serif" font-size="14.00" fill="#000000">num_signers and threshold</text>
<text text-anchor="middle" x="876.5" y="-919.3" font-family="Times,serif" font-size="14.00" fill="#000000">to better follow spec</text>
</a>
</g>
</g>
<!-- ZcashFoundation/frost#156&#45;&gt;ZcashFoundation/frost#157 -->
<g id="edge7" class="edge">
<title>ZcashFoundation/frost#156&#45;&gt;ZcashFoundation/frost#157</title>
<path fill="none" stroke="#000000" d="M731.61,-953C740.21,-953 748.92,-953 757.58,-953"/>
<polygon fill="#000000" stroke="#000000" points="757.71,-956.5001 767.71,-953 757.71,-949.5001 757.71,-956.5001"/>
</g>
<!-- ZcashFoundation/frost#132 -->
<g id="node20" class="node open">
<title>ZcashFoundation/frost#132</title>
<g id="a_node20"><a xlink:href="https://github.com/ZcashFoundation/frost/issues/132" xlink:title="ZcashFoundation/frost#132&#10;Epic: v9/v10/v11" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="225,-937 8,-937 8,-899 225,-899 225,-937"/>
<text text-anchor="middle" x="116.5" y="-921.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/frost#132</text>
<text text-anchor="middle" x="116.5" y="-906.8" font-family="Times,serif" font-size="14.00" fill="#000000">Epic: v9/v10/v11</text>
</a>
</g>
</g>
<!-- ZcashFoundation/frost#132&#45;&gt;ZcashFoundation/frost#114 -->
<g id="edge8" class="edge">
<title>ZcashFoundation/frost#132&#45;&gt;ZcashFoundation/frost#114</title>
<path fill="none" stroke="#000000" d="M225.26,-918C233.64,-918 242.13,-918 250.57,-918"/>
<polygon fill="#000000" stroke="#000000" points="250.83,-921.5001 260.83,-918 250.83,-914.5001 250.83,-921.5001"/>
</g>
</g>
</svg>
</div>
<script>
svgPanZoom('#dag > svg', {
zoomScaleSensitivity: 0.4
});
</script>
</body>
</html>