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

Safe HaskellNone
LanguageHaskell2010

Crypto.Proto.RLWE.Challenges.InstanceRLWR1

Documentation

data InstanceRLWR1 Source #

Instances

Eq InstanceRLWR1 Source # 
Data InstanceRLWR1 Source # 

Methods

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

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

toConstr :: InstanceRLWR1 -> Constr #

dataTypeOf :: InstanceRLWR1 -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord InstanceRLWR1 Source # 
Show InstanceRLWR1 Source # 
Generic InstanceRLWR1 Source # 

Associated Types

type Rep InstanceRLWR1 :: * -> * #

GPB InstanceRLWR1 Source # 
Wire InstanceRLWR1 Source # 
TextMsg InstanceRLWR1 Source # 
TextType InstanceRLWR1 Source # 

Methods

tellT :: String -> InstanceRLWR1 -> Output #

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

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

Methods

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

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

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