Version numbers...
This commit is contained in:
parent
ad8d857efd
commit
f6e15cc49d
@ -15,5 +15,5 @@ The shared library uses NIF. Use the erlang file `sec/nifecrecover.erl` to use t
|
|||||||
c("src/ecrecover").
|
c("src/ecrecover").
|
||||||
Decoded = ecrecover:hexstr_to_bin("47173285a8d7341e5e972fc677286384f802f8ef42a5ec5f03bbfa254cb01fad000000000000000000000000000000000000000000000000000000000000001b650acf9d3f5f0a2c799776a1254355d5f4061762a237396a99a0e0e3fc2bcd6729514a0dacb2e623ac4abd157cb18163ff942280db4d5caad66ddf941ba12e03").
|
Decoded = ecrecover:hexstr_to_bin("47173285a8d7341e5e972fc677286384f802f8ef42a5ec5f03bbfa254cb01fad000000000000000000000000000000000000000000000000000000000000001b650acf9d3f5f0a2c799776a1254355d5f4061762a237396a99a0e0e3fc2bcd6729514a0dacb2e623ac4abd157cb18163ff942280db4d5caad66ddf941ba12e03").
|
||||||
ecrecover:ecrecover(Decoded).
|
ecrecover:ecrecover(Decoded).
|
||||||
ecrecover:time_taken_to_execute(fun() -> nifecrecover:ecrecover(Decoded) end).
|
ecrecover:time_taken_to_execute(fun() -> ecrecover:ecrecover(Decoded) end).
|
||||||
```
|
```
|
||||||
|
@ -9,12 +9,12 @@
|
|||||||
{ecrecoverprebuilt,
|
{ecrecoverprebuilt,
|
||||||
{ecrecoverprebuilt_app_with_priv_from_git,
|
{ecrecoverprebuilt_app_with_priv_from_git,
|
||||||
{git, "https://github.com/johnsnewby/ecrecover-prebuilt.git",
|
{git, "https://github.com/johnsnewby/ecrecover-prebuilt.git",
|
||||||
{ref, "94c274e2d993604b946f96ff2e600c14d054277b"}}}}
|
{ref, "6c458b53ffa5ebad0ed8f5e98e80c82d97d02f9d"}}}}
|
||||||
]}.
|
]}.
|
||||||
|
|
||||||
{plugins, [{rebar_ecrecoverprebuilt_dep,
|
{plugins, [{rebar_ecrecoverprebuilt_dep,
|
||||||
{git, "https://github.com/johnsnewby/rebar3-ecrecover-prebuilt-plugin.git"}}
|
{git, "https://github.com/johnsnewby/rebar3-ecrecover-prebuilt-plugin.git",
|
||||||
%% {ref, "e4d56592c485c054cc5c0207476685aa32130758"}}}
|
{ref, "667241ca0bacc14fced8a722eccfeb5203cbc6e5"}}}
|
||||||
]}.
|
]}.
|
||||||
|
|
||||||
%%{profiles, [{test, [{deps, [{meck, "0.8.12"}]}]}]}.
|
%%{profiles, [{test, [{deps, [{meck, "0.8.12"}]}]}]}.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user