When you view the hex docs the link to see the source code of a function (eg [here](https://hexdocs.pm/cloak_ecto/Cloak.Ecto.Binary.html)) the link goes to the `main` branch: https://github.com/danielberkompas/cloak_ecto/blob/main/lib/cloak_ecto/types/binary.ex while this repo uses `master` as main branch: https://github.com/danielberkompas/cloak_ecto/blob/master/lib/cloak_ecto/types/binary.ex.
When you view the hex docs the link to see the source code of a function (eg here) the link goes to the
mainbranch: https://github.com/danielberkompas/cloak_ecto/blob/main/lib/cloak_ecto/types/binary.ex while this repo usesmasteras main branch: https://github.com/danielberkompas/cloak_ecto/blob/master/lib/cloak_ecto/types/binary.ex.