Brett Beatty
Brett Beatty
Decided to take a crack at #91. I just have the 25519 curve so far, no 448. I thought to not break previous versions there'd just be an OTP-native implementation...
Installing project as an archive emits this warning: ``` warning: :crypto.strong_rand_bytes/1 defined in application :crypto is used by the current application but the current application does not depend on :crypto....
[Records](https://hexdocs.pm/elixir/Record.html) are a specialized tuple, and they have a typespec format that closely resembles that of tuples. They are not used frequently in Elixir, where structs are preferred, but they...
My take on a fix for #1164 For functions that aren't sigils but begin with "sigil_" it checks the names as it would any other function.
### Environment * Credo version (`mix credo -v`): ``` $ mix credo -v 1.7.10-ref.nobranch.nocommit+uncommittedchanges ``` * Erlang/Elixir version (`elixir -v`): ``` $ elixir -v Erlang/OTP 27 [erts-15.1.1] [source] [64-bit] [smp:4:4]...