ntrepid8 / ex_crypto

Wrapper around the Erlang crypto module for Elixir.
MIT License
144 stars 48 forks source link

Fixes #28 #29

Closed intentionally-left-nil closed 5 years ago

intentionally-left-nil commented 5 years ago

According to the documentation, the return type for :crypto.block_decrypt is either :error | plaintext. Handle the former case and make sure to return an error back to the caller

ntrepid8 commented 5 years ago

Not sure why travis didn't report the build status, I'm restarting it now.

ntrepid8 commented 5 years ago

Hmm, your test didn't actually fail, but if Travis doesn't supply enough entropy to make the tests valid they will still fail. Let me run it again.

ntrepid8 commented 5 years ago

Published as version 0.10.0 on hex.pm: https://hex.pm/packages/ex_crypto/0.10.0

Thanks!