lol-apps-0.2.0.0: Lattice-based cryptographic applications using Lol.

Safe HaskellNone
LanguageHaskell2010

Crypto.Proto.SHE.KSHint

Documentation

data KSHint Source #

Constructors

KSHint 

Fields

Instances

Eq KSHint Source # 

Methods

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

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

Data KSHint Source # 

Methods

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

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

toConstr :: KSHint -> Constr #

dataTypeOf :: KSHint -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord KSHint Source # 
Show KSHint Source # 
Generic KSHint Source # 

Associated Types

type Rep KSHint :: * -> * #

Methods

from :: KSHint -> Rep KSHint x #

to :: Rep KSHint x -> KSHint #

GPB KSHint Source # 
Wire KSHint Source # 
TextMsg KSHint Source # 

Methods

textPut :: KSHint -> Output #

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

TextType KSHint Source # 

Methods

tellT :: String -> KSHint -> Output #

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

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

Methods

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

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

type Rep KSHint Source # 
type Rep KSHint = D1 (MetaData "KSHint" "Crypto.Proto.SHE.KSHint" "lol-apps-0.2.0.0-XLaLXgURzL6I8zNtjzw4Z" False) (C1 (MetaCons "KSHint" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "hint") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Seq RqPolynomial))) (S1 (MetaSel (Just Symbol "gad") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 TypeRep))))