Current section
Files
Jump to
Current section
Files
lib/kvasir/encryption/encryption.ex
defmodule Kvasir.Encryption do
@type setting :: :always | :sensitive_only | false
@type settings :: module | {module, Keyword.t()}
end