lol-repa: A repa backend for <https://hackage.haskell.org/package/lol Λ ∘ λ>.

[ crypto, gpl, library ] [ Propose Tags ]

Λ ∘ λ (Lol) is a general-purpose library for ring-based lattice cryptography. This package provides a pure Haskell implementation of Lol's Tensor interface using the repa library for parallel arrays.


[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.

Disabled
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.0.0.2
Change log CHANGES.md
Dependencies arithmoi (>=0.4.1.3 && <0.5), base (>=4.9 && <5), bytestring (<0.11), constraints (<0.10), containers (>=0.5.6.2 && <0.6), crypto-api (<0.14), data-default (>=0.3.0 && <0.8), deepseq (>=1.4.1.1 && <1.5), lol (>=0.6.0.0 && <0.7), monadcryptorandom (<0.8), MonadRandom (>=0.2 && <0.6), mtl (>=2.2.1 && <2.3), numeric-prelude (>=0.4.2 && <0.5), protocol-buffers (<2.5), protocol-buffers-descriptor (<2.5), random (>=1.1 && <1.2), reflection (>=1.5.1 && <2.2), repa (>=3.4 && <3.5), singletons (>=1.1.2.1 && <2.3), tagged-transformer (>=0.7 && <0.9), template-haskell (>=2.2.0.0 && <2.12), th-desugar (>=1.5.4 && <1.7), transformers (>=0.4.2.0 && <0.6), vector (>=0.11 && <0.13), vector-th-unbox (>=0.2.1.0 && <0.3) [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 1 made by crockeea at 2017-02-23T20:41:32Z
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 2017-02-20T05:26:23Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1608 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-02-20 [all 1 reports]

Readme for lol-repa-0.0.0.1

[back to package description]
This package contains a pure Haskell implementation of the 'Tensor' interface for
Lol, using the highly optimized and parallelizable array library Repa.

You can test this package by running `stack test lol-repa`, and benchmark by
running `stack bench lol-repa`.