4 files changed, 13 insertions(+), 0 deletions(-)
A haxelib.json
R sha/Hash.hx => src/sha/Hash.hx
R sha/SHA256.hx => src/sha/SHA256.hx
M test.hxml
A haxelib.json => haxelib.json +12 -0
@@ 0,0 1,12 @@
+{
+ "name": "sha",
+ "url" : "https://git.singpolyma.net/haxe-sha",
+ "license": "MIT",
+ "tags": ["cross"],
+ "description": "SHA hash algorithms",
+ "version": "0.0.1",
+ "classPath": "src/",
+ "releasenote": "Initial release, SHA256 only.",
+ "contributors": ["singpolyma"],
+ "dependencies": {}
+}
R sha/Hash.hx => src/sha/Hash.hx +0 -0
R sha/SHA256.hx => src/sha/SHA256.hx +0 -0
M test.hxml => test.hxml +1 -0
@@ 1,4 1,5 @@
--library utest
+-p src/
--run
test.TestAll