Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not support Erlang/OTP 20+ #26

Open
HJianBo opened this issue Oct 31, 2017 · 1 comment
Open

Not support Erlang/OTP 20+ #26

HJianBo opened this issue Oct 31, 2017 · 1 comment

Comments

@HJianBo
Copy link

HJianBo commented Oct 31, 2017

Env: Erlang/OTP 20+

Exec following code

> {ok, Salt} = bcrypt:gen_salt().

exception error:

** exception exit: {{function_clause,[{bcrypt_nif_worker,terminate,
                                                         [{undef,[{crypto,rand_bytes,[16],[]},
                                                                  {bcrypt_nif,gen_salt,1,
                                                                              [{file,"src/bcrypt_nif.erl"},{line,57}]},
                                                                  ...
@peffis
Copy link

peffis commented Dec 8, 2017

Is anyone already working on upgrading bcrypt to OTP 20 and above? I would like to upgrade my application to OTP 20+ but a dependency to bcrypt forces me to erlang 19 unfortunately. I can possibly look into it myself if nobody is working on it already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants