@hackage lol-apps0.1.0.0
Lattice-based cryptographic applications using Lol.
Categories
License
GPL-2.0-only
Maintainer
Eric Crockett <ecrockett0@gmail.com>
Links
Versions
Installation
Dependencies (5)
- MonadRandom >=0.2 && <0.5
- base >=4.8 && <4.9
- deepseq >=1.4.1.1 && <1.5
- lol >=0.3 && <0.4
- numeric-prelude >=0.4.2 && <0.5 Show all…
Dependents (1)
@hackage/lol-cpp
Package Flags
llvm
(off by default)
Compile via LLVM. This produces much better object code, but you need to have the LLVM compiler installed.
opt
(on by default)
Turn on library optimizations
Overview of applications:
- SymmSHE.hs gives an implementation of a symmetric-key, somewhat-homomorphic encryption scheme that is essentially equivalent to the one from the toolkit paper [LPR'13].