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

Copyright(c) Eric Crockett 2011-2017
Chris Peikert 2011-2017
LicenseGPL-2
Maintainerecrockett0@email.com
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Crypto.RLWE.Challenges.Params

Description

Parser for a list of challenge parameters.

Synopsis

Documentation

data ChallengeParams Source #

Information to generate a challenge.

Constructors

C

String associated with this challenge.

Fields

D

String associated with this challenge.

Fields

R

String associated with this challenge.

Fields

epsDef :: Double Source #

Default probability \(\epsilon\) to use, for computing the RLWE error bound.