Diceware.Passphrase (diceware v0.2.1)

Models a passphrase.

Link to this section Summary

Link to this section Types

Specs

t() :: %Diceware.Passphrase{
  count: number(),
  phrase: String.t() | nil,
  words: list()
}