ExWeb3 / ex_keccak

Elixir library for computing Keccak SHA3-256 hashes using a NIF built tiny-keccak Rust crate.
Apache License 2.0
25 stars 20 forks source link

Fix nif path #11

Closed ayrat555 closed 3 years ago

ayrat555 commented 3 years ago

The nif can not be found in 0.2.0-rc.1 version

ayrat555 commented 3 years ago

@tzumby hey. it seems we should set nif path - https://hexdocs.pm/rustler/0.22.0-rc.1/Rustler.html#module-configuration-options

ayrat555 commented 3 years ago

@tzumby would you mind releasing it on hex.pm?