Current section

Files

Jump to
ex_keccak lib ex_keccak.ex
Raw

lib/ex_keccak.ex

defmodule ExKeccak do
@external_resource "README.md"
@moduledoc "README.md"
|> File.read!()
use Rustler, otp_app: :ex_keccak, crate: :exkeccak, path: "native/exkeccak"
def hash_256(_data), do: :erlang.nif_error(:nif_not_loaded)
end