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

[ crypto, gpl, library, program ] [ Propose Tags ]
Versions [RSS] 0.0.0.1, 0.1.0.0, 0.1.0.1
Change log CHANGES.md
Dependencies ansi-terminal (<0.7), base (>=4.9 && <5), bytestring (<0.11), containers (<0.6), directory (<1.4), DRBG (<0.6), filepath (<1.5), http-client (>=0.5 && <0.6), http-conduit (<2.3), lol (>=0.6.0.0 && <0.7), lol-cpp (<0.1), MonadRandom (<0.6), mtl (<2.3), nist-beacon (<0.3), options (<1.3), parsec (<3.2), protocol-buffers (<2.5), protocol-buffers-descriptor (<2.5), reflection (<2.2), rlwe-challenges, tagged (<0.9), time (<1.9) [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>
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-24T07:06:22Z
Distributions
Executables rlwe-challenges
Downloads 3078 total (11 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-24 [all 1 reports]

Readme for rlwe-challenges-0.1.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.

The library only contains files generated by hprotoc; the executable contains the code to generate, suppress, and verify challenges.