initial chacha20 code;
This commit is contained in:
22
contrib/static/test.html
Normal file
22
contrib/static/test.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<html>
|
||||
<head>
|
||||
<title> crypto test page </title>
|
||||
<script src="nntpchan.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="test_keygen">
|
||||
|
||||
</div>
|
||||
<div id="encrypt_in">
|
||||
test encrypt
|
||||
</div>
|
||||
<div id="encrypt_out">
|
||||
</div>
|
||||
<div id="decrypt_out">
|
||||
|
||||
</div>
|
||||
<script>
|
||||
nntpchan_crypto_test();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user