lol-0.5.0.0: A library for lattice cryptography.

Safe HaskellNone
LanguageHaskell2010

Crypto.Proto.RLWE.Kq

Documentation

data Kq Source #

Constructors

Kq 

Fields

Instances

Eq Kq Source # 

Methods

(==) :: Kq -> Kq -> Bool #

(/=) :: Kq -> Kq -> Bool #

Data Kq Source # 

Methods

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

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

toConstr :: Kq -> Constr #

dataTypeOf :: Kq -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord Kq Source # 

Methods

compare :: Kq -> Kq -> Ordering #

(<) :: Kq -> Kq -> Bool #

(<=) :: Kq -> Kq -> Bool #

(>) :: Kq -> Kq -> Bool #

(>=) :: Kq -> Kq -> Bool #

max :: Kq -> Kq -> Kq #

min :: Kq -> Kq -> Kq #

Show Kq Source # 

Methods

showsPrec :: Int -> Kq -> ShowS #

show :: Kq -> String #

showList :: [Kq] -> ShowS #

Generic Kq Source # 

Associated Types

type Rep Kq :: * -> * #

Methods

from :: Kq -> Rep Kq x #

to :: Rep Kq x -> Kq #

GPB Kq Source # 
Wire Kq Source # 
TextMsg Kq Source # 

Methods

textPut :: Kq -> Output #

textGet :: Stream s Identity Char => Parsec s () Kq #

TextType Kq Source # 

Methods

tellT :: String -> Kq -> Output #

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

ReflectDescriptor Kq Source # 
Mergeable Kq Source # 

Methods

mergeAppend :: Kq -> Kq -> Kq #

mergeConcat :: Foldable t => t Kq -> Kq #

Default Kq Source # 

Methods

defaultValue :: Kq #

MessageAPI msg' (msg' -> Kq) Kq Source # 

Methods

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

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

type Rep Kq Source #