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

Module not found. #1

Open
ghost opened this issue Aug 16, 2018 · 1 comment
Open

Module not found. #1

ghost opened this issue Aug 16, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented Aug 16, 2018

00:04:29.843 [warn] The on_load function for module keccakf1600 returned:
{:error, {:load_failed, 'Failed to load NIF library c:/Users//Code/blockchain/elixir/carte/_build/test/lib/keccakf1600/priv/keccakf1600: 'The specified module could not be found.''}}

  @spec hash(String.t()) :: String.t() 
  def hash(data) do
    :keccakf1600.hash(:sha3_256, data)
    |> Base.encode16()
  end
@potatosalad
Copy link
Owner

@Lokraan This should hopefully be fixed in version 3.0.0. Could you give that version a try to see if it works for you?

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

1 participant