You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.''}}
The text was updated successfully, but these errors were encountered: