Add hexhash/2

This commit is contained in:
Paul Oliver
2016-08-06 19:33:06 +12:00
parent c67eb9fae6
commit e963bef653
5 changed files with 30 additions and 2 deletions
+3
View File
@@ -1,8 +1,11 @@
{erl_opts, [{i, "src"},
warnings_as_errors,
debug_info,
{w, all},
warn_export_all]}.
{deps, [{hex2bin, "1.0.0"}]}.
{clean_files, [".eunit",
"ebin/*.beam"]}.