Current section
Files
Jump to
Current section
Files
lib/exth_crypto.ex
defmodule ExthCrypto do
@moduledoc """
Handles the general crypto stuff.
"""
@type curve :: nil
@type curve_params :: nil
end