7 ms·
https://www.erlang.org/doc/apps/crypto/crypto https://www.erlang.org/doc/apps/crypto/crypto Elixir can call Erlang/OTP modules directly, so they also have acce
by petronio 2y ago
https://www.erlang.org/doc/apps/crypto/crypto https://www.erlang.org/doc/apps/crypto/crypto
Elixir can call Erlang/OTP modules directly, so they also have access to that same module. Erlang/OTP is a hard dependency for Elixir afaik.
- tptacek 2y agoGotcha, thanks!