rlwe-challenges: Ring-LWE/LWR challenges using Lol.

[ crypto, gpl, library, program ] [ Propose Tags ]

Contains a library for reading serialized challenges (generated with hprotoc) and an executable used to generate, suppress, and verify RLWE and RLWR challenges using Λ ∘ λ (Lol). You can find more information about the challenges here.


[Skip to Readme]

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.0.1
Change log CHANGES.md
Dependencies ansi-terminal, base (<5), bytestring, containers, directory, DRBG, filepath, http-client, http-conduit, lol (>=0.5.0.0), MonadRandom, mtl, nist-beacon, options, parsec, protocol-buffers, protocol-buffers-descriptor, reflection, rlwe-challenges, tagged, time, transformers [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 7 made by crockeea at 2016-08-13T19:52:03Z
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-08-13T19:31:39Z
Distributions
Executables rlwe-challenges
Downloads 3082 total (10 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-08-13 [all 1 reports]

Readme for rlwe-challenges-0.0.0.1

[back to package description]
This package contains code to generate and verify the RLWE challenges. It also contains one of the protobuf files needed to read the serialized challenges. The proto file can be used with any language with an implementation of protocol-buffers.