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

Safe HaskellNone
LanguageHaskell2010

Crypto.Proto.RLWE.Challenges.InstanceRLWR

Documentation

data InstanceRLWR Source #

Instances

Eq InstanceRLWR Source # 
Data InstanceRLWR Source # 

Methods

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

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

toConstr :: InstanceRLWR -> Constr #

dataTypeOf :: InstanceRLWR -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord InstanceRLWR Source # 
Show InstanceRLWR Source # 
Generic InstanceRLWR Source # 

Associated Types

type Rep InstanceRLWR :: * -> * #

GPB InstanceRLWR Source # 
Wire InstanceRLWR Source # 
TextMsg InstanceRLWR Source # 
TextType InstanceRLWR Source # 

Methods

tellT :: String -> InstanceRLWR -> Output #

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

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

Methods

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

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

type Rep InstanceRLWR Source # 
type Rep InstanceRLWR = D1 (MetaData "InstanceRLWR" "Crypto.Proto.RLWE.Challenges.InstanceRLWR" "rlwe-challenges-0.1.0.1-DzRw6BKIXUdAalTkZaYF2j" False) (C1 (MetaCons "InstanceRLWR" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "challengeID") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int32)) (S1 (MetaSel (Just Symbol "instanceID") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int32))) ((:*:) (S1 (MetaSel (Just Symbol "params") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 RLWRParams)) (S1 (MetaSel (Just Symbol "samples") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Seq SampleRLWR))))))