Archived
1
0

initial chacha20 code;

This commit is contained in:
Jeff Becker
2017-01-29 18:15:02 -05:00
parent 21008c857a
commit 94632b37c9
3 changed files with 101 additions and 7 deletions

22
contrib/static/test.html Normal file
View 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>