lol-apps-0.2.0.2: Lattice-based cryptographic applications using <https://hackage.haskell.org/package/lol lol>.

Safe HaskellNone
LanguageHaskell2010

Crypto.Proto.SHE.SecretKey

Documentation

data SecretKey Source #

Constructors

SecretKey 

Fields

Instances

Eq SecretKey Source # 
Data SecretKey Source # 

Methods

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

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

toConstr :: SecretKey -> Constr #

dataTypeOf :: SecretKey -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord SecretKey Source # 
Show SecretKey Source # 
Generic SecretKey Source # 

Associated Types

type Rep SecretKey :: * -> * #

GPB SecretKey Source # 
Wire SecretKey Source # 
TextMsg SecretKey Source # 

Methods

textPut :: SecretKey -> Output #

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

TextType SecretKey Source # 

Methods

tellT :: String -> SecretKey -> Output #

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

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

Methods

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

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

type Rep SecretKey Source # 
type Rep SecretKey = D1 (MetaData "SecretKey" "Crypto.Proto.SHE.SecretKey" "lol-apps-0.2.0.2-7g9o8gpTBuwGPPQQPBfuNU" False) (C1 (MetaCons "SecretKey" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "sk") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 R)) (S1 (MetaSel (Just Symbol "v") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Double))))