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

Safe HaskellNone
LanguageHaskell2010

Crypto.Proto.RLWE.Challenges.InstanceDisc1

Documentation

data InstanceDisc1 Source #

Instances

Eq InstanceDisc1 Source # 
Data InstanceDisc1 Source # 

Methods

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

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

toConstr :: InstanceDisc1 -> Constr #

dataTypeOf :: InstanceDisc1 -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord InstanceDisc1 Source # 
Show InstanceDisc1 Source # 
Generic InstanceDisc1 Source # 

Associated Types

type Rep InstanceDisc1 :: * -> * #

GPB InstanceDisc1 Source # 
Wire InstanceDisc1 Source # 
TextMsg InstanceDisc1 Source # 
TextType InstanceDisc1 Source # 

Methods

tellT :: String -> InstanceDisc1 -> Output #

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

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

Methods

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

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

type Rep InstanceDisc1 Source # 
type Rep InstanceDisc1 = D1 (MetaData "InstanceDisc1" "Crypto.Proto.RLWE.Challenges.InstanceDisc1" "rlwe-challenges-0.1.0.1-DzRw6BKIXUdAalTkZaYF2j" False) (C1 (MetaCons "InstanceDisc1" 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 DiscParams)) (S1 (MetaSel (Just Symbol "samples") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Seq SampleDisc1))))))