Move to rebar3

This commit is contained in:
Paul Oliver
2016-08-06 17:40:55 +12:00
parent 74575bcc72
commit a151d3d2ed
6 changed files with 84 additions and 11 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ init() ->
Path ->
Path
end,
erlang:load_nif(filename:join(PrivDir, sha3_nif), 0).
erlang:load_nif(filename:join(PrivDir, "erlang-sha3"), 0).
%% @doc Returns a new context for hash operation.
%% Bit length of digest (`BitLen') must be one of 224, 256, 384 and 512.