{-| Module : Crypto.Lol.Applications.Examples Description : Example cryptographic applications. Copyright : (c) Eric Crockett, 2011-2017 Chris Peikert, 2011-2017 License : GPL-3 Maintainer : ecrockett0@gmail.com Stability : experimental Portability : POSIX Tensor-polymorphic example cryptographic applications. -} module Crypto.Lol.Applications.Examples ( module Crypto.Lol.Applications.Examples.KHPRF , module Crypto.Lol.Applications.Examples.SymmBGV) where import Crypto.Lol.Applications.Examples.KHPRF import Crypto.Lol.Applications.Examples.SymmBGV