hahash
A small elixir hashing library capable of generating names, similar to docker images etc. It takes any term as an input.
iex(1)> Hahash.name %{some: :map}
"split-pointed-basis"
iex(2)> Hahash.name %{some: :map}
"split-pointed-basis"
iex(3)> Hahash.name %{some: :map2}
"move-forward-raft"