Fields.Hash (fields v2.8.0)

An Ecto Type for hashed fields. Hashed using sha256. See Fields.Helpers for hashing details.

Example

  schema "messages" do
    field(:digest, Fields.Hash)
  end

Link to this section Summary

Link to this section Functions