Packages

EctoCrypto provides Ecto Types relating to Cryptographic concerns such as encrypted or hashed data.

Current section

Files

Jump to
ecto_crypto lib ecto_crypto.ex
Raw

lib/ecto_crypto.ex

defmodule EctoCrypto do
@moduledoc """
EctoCrypto is a collection ecto types for encrypting and hashing data.
"""
end