Renamed nifecrecover->ecrecover

This commit is contained in:
John Newby
2019-08-08 12:55:07 +02:00
parent da9248df2a
commit 9a846201f2
4 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
-module(nifecrecover).
-module(ecrecover).
%% API
-export([ecrecover/1,
@@ -24,7 +24,7 @@ ecrecover_hex(Input) ->
load() ->
erlang:display(file:get_cwd()),
Dir = case code:priv_dir(nifecrecover) of
Dir = case code:priv_dir(ecrecover) of
{error, bad_name} ->
filename:join(
filename:dirname(
+1 -1
View File
@@ -19,7 +19,7 @@ mod atoms {
}
rustler_export_nifs!(
"nifecrecover",
"ecrecover",
[
("ecrecover", 1, nif_ecrecover),
],