Update to rebar3 and add win32 support
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user