Current section

Files

Jump to
exth_crypto lib exth_crypto.ex
Raw

lib/exth_crypto.ex

defmodule ExthCrypto do
@moduledoc """
Handles the general crypto stuff.
"""
@type curve :: nil
@type curve_params :: nil
end