create project

This commit is contained in:
Chen Yi-Cyuan
2014-01-05 14:00:53 +08:00
commit 008571f4bc
10 changed files with 572 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>SHA512</title>
<script src="../src/sha512.js"></script>
<script src="debug.js"></script>
<script src="test.js"></script>
</head>
<body>
</body>
</html>