-
-
Notifications
You must be signed in to change notification settings - Fork 231
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
crypto module #59
Comments
Seems that the crypto library requires the Erlang module to be named |
Isn't this a NIF problem in general? "The first argument to ERL_NIF_INIT must be the name of the Erlang module as a C-identifier. " |
Possibly, I'm not that familiar with NIFs so I don't know. I think I've been able to mock NIFs before (although I haven't tried the |
Hi,
I'm trying to mock the crypto module just to check if it gets called but an error is raised instead.
This is the error output:
Mocking other modules works perfectly.
The text was updated successfully, but these errors were encountered: