move prime generation out

This commit is contained in:
2023-02-08 15:52:02 +00:00
parent 3f0dbc06f7
commit d6d31566b9
5 changed files with 1375 additions and 1339 deletions

View File

@ -14,6 +14,7 @@
<script src="{{ url_for('static', filename='js/barrier.js') }}"></script>
<script src="{{ url_for('static', filename='js/packet.js') }}"></script>
<script src="{{ url_for('static', filename='js/map.js') }}"></script>
<script src="{{ url_for('static', filename='js/random_primes.js') }}"></script>
<script src="{{ url_for('static', filename='js/paillier.js') }}"></script>
</head>
<body>
@ -24,6 +25,9 @@
</ul>
</div>
<div id="info">
</div>
<div id="map">
<svg id="map-back" viewBox="-520 -520 1000 1000" width="1000" height="1000">
<line x1="0" y1="0" x2="160" y2="0" stroke="black"></line>