Update to rebar3 and add win32 support

This commit is contained in:
Tino Breddin
2018-11-23 15:11:29 +01:00
parent 779828302e
commit 9dd731eff0
3 changed files with 20 additions and 10 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ init() ->
Path ->
Path
end,
erlang:load_nif(filename:join(PrivDir, "erlang-sha3"), 0).
erlang:load_nif(filename:join(PrivDir, sha3_nif), 0).
%% @doc Returns a new context for hash operation.
%% Bit length of digest (`BitLen') must be one of 224, 256, 384 and 512.