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

Safe HaskellNone
LanguageHaskell2010

Crypto.Proto.RLWE.Challenges.DiscParams

Documentation

data DiscParams Source #

Constructors

DiscParams 

Fields

Instances

Eq DiscParams Source # 
Data DiscParams Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DiscParams -> c DiscParams #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DiscParams #

toConstr :: DiscParams -> Constr #

dataTypeOf :: DiscParams -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DiscParams) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DiscParams) #

gmapT :: (forall b. Data b => b -> b) -> DiscParams -> DiscParams #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DiscParams -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DiscParams -> r #

gmapQ :: (forall d. Data d => d -> u) -> DiscParams -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DiscParams -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DiscParams -> m DiscParams #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DiscParams -> m DiscParams #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DiscParams -> m DiscParams #

Ord DiscParams Source # 
Show DiscParams Source # 
Generic DiscParams Source # 

Associated Types

type Rep DiscParams :: * -> * #

GPB DiscParams Source # 
Wire DiscParams Source # 
TextMsg DiscParams Source # 

Methods

textPut :: DiscParams -> Output #

textGet :: Stream s Identity Char => Parsec s () DiscParams #

TextType DiscParams Source # 

Methods

tellT :: String -> DiscParams -> Output #

getT :: Stream s Identity Char => String -> Parsec s () DiscParams #

ReflectDescriptor DiscParams Source # 
Mergeable DiscParams Source # 
Default DiscParams Source # 
MessageAPI msg' (msg' -> DiscParams) DiscParams Source # 

Methods

getVal :: msg' -> (msg' -> DiscParams) -> DiscParams #

isSet :: msg' -> (msg' -> DiscParams) -> Bool #

type Rep DiscParams Source #