lol-apps: Lattice-based cryptographic applications using Lol.

[ crypto, gpl, library ] [ Propose Tags ]

This library contains example cryptographic applications built using Λ ○ λ (Lol), a general-purpose library for ring-based lattice cryptography.


[Skip to Readme]

Modules

[Index]

Flags

Automatic Flags
NameDescriptionDefault
llvm

Compile via LLVM. This produces much better object code, but you need to have the LLVM compiler installed.

Enabled
opt

Turn on library optimizations

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0.1, 0.1.0.0, 0.1.1.0, 0.2.0.0, 0.2.0.1, 0.2.0.2, 0.3.0.0 (info)
Change log CHANGES.md
Dependencies base (>=4.8 && <4.9), deepseq (>=1.4.1.1 && <1.5), lol (>=0.2.0 && <0.2.1), MonadRandom (>=0.2 && <0.5), numeric-prelude (>=0.4.2 && <0.5) [details]
License GPL-2.0-only
Copyright Eric Crockett, Chris Peikert
Author Eric Crockett <ecrockett0@gmail.com>, Chris Peikert <cpeikert@alum.mit.edu>
Maintainer Eric Crockett <ecrockett0@gmail.com>
Revised Revision 2 made by crockeea at 2016-03-02T04:07:39Z
Category Crypto
Home page https://github.com/cpeikert/Lol
Bug tracker https://github.com/cpeikert/Lol/issues
Source repo head: git clone https://github.com/cpeikert/Lol
Uploaded by crockeea at 2016-02-17T18:03:47Z
Distributions
Downloads 4590 total (19 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-03-02 [all 3 reports]

Readme for lol-apps-0.0.0.1

[back to package description]
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].