PageSigner v3 release. Based on the TLSNotary protocol which supports TLS 1.2+

This commit is contained in:
themighty1
2021-11-11 21:04:02 +03:00
parent 4ba443bddc
commit 4e125731fd
183 changed files with 144038 additions and 26 deletions

15
background.html Normal file
View File

@@ -0,0 +1,15 @@
<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/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> -->
</body>
</html>