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

Safe HaskellNone
LanguageHaskell2010

Crypto.Proto.RLWE.Challenges.InstanceDisc

Documentation

data InstanceDisc Source #

Instances

Eq InstanceDisc Source # 
Data InstanceDisc Source # 

Methods

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

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

toConstr :: InstanceDisc -> Constr #

dataTypeOf :: InstanceDisc -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord InstanceDisc Source # 
Show InstanceDisc Source # 
Generic InstanceDisc Source # 

Associated Types

type Rep InstanceDisc :: * -> * #

GPB InstanceDisc Source # 
Wire InstanceDisc Source # 
TextMsg InstanceDisc Source # 
TextType InstanceDisc Source # 

Methods

tellT :: String -> InstanceDisc -> Output #

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

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

Methods

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

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

type Rep InstanceDisc Source # 
type Rep InstanceDisc = D1 (MetaData "InstanceDisc" "Crypto.Proto.RLWE.Challenges.InstanceDisc" "rlwe-challenges-0.1.0.1-DzRw6BKIXUdAalTkZaYF2j" False) (C1 (MetaCons "InstanceDisc" 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 SampleDisc))))))