lol-apps-0.3.0.0: Lattice-based cryptographic applications using <https://hackage.haskell.org/package/lol lol>.

Copyright(c) Eric Crockett 2011-2017
Chris Peikert 2011-2017
LicenseGPL-3
Maintainerecrockett0@gmail.com
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Crypto.Lol.Applications.Examples

Description

Tensor-polymorphic example cryptographic applications.

Synopsis

Documentation

khprfMain :: forall t. (forall m r. (Fact m, Show r) => Show (t m r), _) => Proxy t -> IO () Source #

Simple example of how to use the Crypto.Lol.Applications.KeyHomomorphicPRF application.

bgvMain :: forall t. (forall m r. (Fact m, Eq r) => Eq (t m r), _) => Proxy t -> IO () Source #

Simple example of how to use the Crypto.Lol.Applications.SymmBGV application.