rlwe-challenges-0.0.0.1: Ring-LWE/LWR challenges using Lol.
Crypto.Proto.RLWE.Challenges.InstanceDisc
data InstanceDisc Source #
Constructors
Fields
Instances
Methods
(==) :: InstanceDisc -> InstanceDisc -> Bool #
(/=) :: InstanceDisc -> InstanceDisc -> Bool #
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 #
compare :: InstanceDisc -> InstanceDisc -> Ordering #
(<) :: InstanceDisc -> InstanceDisc -> Bool #
(<=) :: InstanceDisc -> InstanceDisc -> Bool #
(>) :: InstanceDisc -> InstanceDisc -> Bool #
(>=) :: InstanceDisc -> InstanceDisc -> Bool #
max :: InstanceDisc -> InstanceDisc -> InstanceDisc #
min :: InstanceDisc -> InstanceDisc -> InstanceDisc #
showsPrec :: Int -> InstanceDisc -> ShowS #
show :: InstanceDisc -> String #
showList :: [InstanceDisc] -> ShowS #
Associated Types
type Rep InstanceDisc :: * -> * #
from :: InstanceDisc -> Rep InstanceDisc x #
to :: Rep InstanceDisc x -> InstanceDisc #
wireSize :: FieldType -> InstanceDisc -> WireSize #
wirePut :: FieldType -> InstanceDisc -> Put #
wireGet :: FieldType -> Get InstanceDisc #
wireGetPacked :: FieldType -> Get (Seq InstanceDisc) #
textPut :: InstanceDisc -> Output #
textGet :: Stream s Identity Char => Parsec s () InstanceDisc #
tellT :: String -> InstanceDisc -> Output #
getT :: Stream s Identity Char => String -> Parsec s () InstanceDisc #
getMessageInfo :: InstanceDisc -> GetMessageInfo #
reflectDescriptorInfo :: InstanceDisc -> DescriptorInfo #
mergeAppend :: InstanceDisc -> InstanceDisc -> InstanceDisc #
mergeConcat :: Foldable t => t InstanceDisc -> InstanceDisc #
defaultValue :: InstanceDisc #
getVal :: msg' -> (msg' -> InstanceDisc) -> InstanceDisc #
isSet :: msg' -> (msg' -> InstanceDisc) -> Bool #