# `Kryptex.Schema`
[🔗](https://github.com/KaseyCantu/kryptex/blob/v0.1.0/lib/kryptex/schema.ex#L1)

Schema helpers for encrypted fields.

## Example

    defmodule MyApp.Accounts.User do
      use Ecto.Schema
      use Kryptex.Schema

      schema "users" do
        encrypted_field :email, :string
        encrypted_field :profile, :map
      end
    end

# `encrypted_field`
*macro* 

# `encrypted_field`
*macro* 

---

*Consult [api-reference.md](api-reference.md) for complete listing*
