mirror of
https://github.com/tlsnotary/PageSigner.git
synced 2026-01-08 06:14:02 -05:00
- implement garbled row reduction GRR3 for 25% bandwidth saving - implement KOS15 OT extension - linting
14 lines
636 B
HTML
14 lines
636 B
HTML
<html>
|
|
<head>
|
|
</head>
|
|
<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/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/internal.js"></script>
|
|
</body>
|
|
</html> |