Initial release

This commit is contained in:
Chen Yi-Cyuan
2015-02-23 18:23:14 +08:00
commit b249e417a7
13 changed files with 575 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"name": "js-sha3",
"version": "0.1.0",
"main": ["build/sha3.min.js"],
"ignore": [
"samples",
"tests"
]
}