danielberkompas / cloak

Elixir encryption library designed for Ecto
MIT License
582 stars 55 forks source link

refactor(Cloak.Config.all/0): Find ciphers by checking if the module … #47

Closed tomciopp closed 6 years ago

tomciopp commented 6 years ago

…exports the Cloak.Cipher behaviour

This is a refactor for the Cloak.Config.all/0 method discussed in #43. Instead of blacklisting atoms it will check if the module is a Cloak.Cipher.