packages feed

pgp-wordlist-0.1: src/Data/Text/PgpWordlist.hs

-- | Translate between binary data and a human-readable collection of words.
module Data.Text.PgpWordlist (
      toText
    , fromText
    , TranslationError(..)
) where

import Data.Text.PgpWordlist.Internal.Tables