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

Safe HaskellNone
LanguageHaskell2010

Crypto.Proto.RLWE.Challenges.ContParams

Documentation

data ContParams Source #

Constructors

ContParams 

Fields

Instances

Eq ContParams Source # 
Data ContParams Source # 

Methods

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

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

toConstr :: ContParams -> Constr #

dataTypeOf :: ContParams -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord ContParams Source # 
Show ContParams Source # 
Generic ContParams Source # 

Associated Types

type Rep ContParams :: * -> * #

GPB ContParams Source # 
Wire ContParams Source # 
TextMsg ContParams Source # 

Methods

textPut :: ContParams -> Output #

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

TextType ContParams Source # 

Methods

tellT :: String -> ContParams -> Output #

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

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

Methods

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

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

type Rep ContParams Source #