- use Salsa20 instead of tweetnacl-js's secretbox for a 30% garbling speedup in the browser.

- implement garbled row reduction GRR3 for 25% bandwidth saving
- implement KOS15 OT extension
- linting
This commit is contained in:
themighty1
2021-12-30 18:05:30 +03:00
parent b9f2d8afcc
commit 79173c511e
33 changed files with 2224 additions and 4618 deletions

View File

@@ -4,12 +4,11 @@
<body>
<script src="core/third-party/simple-js-ec-math.js"></script>
<script src="core/third-party/sodium.js"></script> <!--dont put this any lower in the list or youll get require() not defined -->
<script src="core/third-party/nacl-fast.js"></script>
<script src="core/third-party/fastsha256.js"></script>
<script src="core/third-party/cbor.js"></script>
<script src="core/third-party/cose.js"></script>
<script src="core/twopc/circuits/casmbundle.js"></script>
<script type="module" src="core/Main.js"></script>
<!-- <script type="module" src="core/test.js"></script> -->
<script type="module" src="core/internal.js"></script>
</body>
</html>