# `Fields.IpAddressHash`

An Ecto Type for hashed ip addresses.
Hashed using sha256. See `Fields.Helpers` for hashing details.

## Example

    schema "users" do
      field(:ip_address_hash, Fields.IpAddressHash)
    end

# `cast`

# `dump`

# `embed_as`

# `equal?`

# `load`

# `type`

---

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