module Main where {-# LANGUAGE OverloadedStrings #-} import Types import Encryption main = print $ genKeyEncryptionKey (Password "foo") (Name "bar")