Open zacksiri opened 6 years ago
I've encountered the same problem recently. Have you had any luck in figuring out the cause, @zacksiri?
I think that's an error that bubbled up from the underlying crypto library. What sort of environment are you running in?
Yes, 👍 I also found some note about this in the Erlang crypto docs.
Ubuntu 14.04.5 LTS OpenSSL 1.1.1 Erlang/OTP 21 Elixir 1.7.3
I'm trying to do basic AES encryption on some text
and I'm getting this error
If I use aes_256 everything works.