lol-0.7.0.0: A library for lattice cryptography.
Crypto.Proto.RLWE.SampleDisc
data SampleDisc Source #
Constructors
Fields
Defined in Crypto.Proto.RLWE.SampleDisc
Methods
(==) :: SampleDisc -> SampleDisc -> Bool #
(/=) :: SampleDisc -> SampleDisc -> Bool #
gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SampleDisc -> c SampleDisc #
gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SampleDisc #
toConstr :: SampleDisc -> Constr #
dataTypeOf :: SampleDisc -> DataType #
dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SampleDisc) #
dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SampleDisc) #
gmapT :: (forall b. Data b => b -> b) -> SampleDisc -> SampleDisc #
gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SampleDisc -> r #
gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SampleDisc -> r #
gmapQ :: (forall d. Data d => d -> u) -> SampleDisc -> [u] #
gmapQi :: Int -> (forall d. Data d => d -> u) -> SampleDisc -> u #
gmapM :: Monad m => (forall d. Data d => d -> m d) -> SampleDisc -> m SampleDisc #
gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SampleDisc -> m SampleDisc #
gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SampleDisc -> m SampleDisc #
compare :: SampleDisc -> SampleDisc -> Ordering #
(<) :: SampleDisc -> SampleDisc -> Bool #
(<=) :: SampleDisc -> SampleDisc -> Bool #
(>) :: SampleDisc -> SampleDisc -> Bool #
(>=) :: SampleDisc -> SampleDisc -> Bool #
max :: SampleDisc -> SampleDisc -> SampleDisc #
min :: SampleDisc -> SampleDisc -> SampleDisc #
showsPrec :: Int -> SampleDisc -> ShowS #
show :: SampleDisc -> String #
showList :: [SampleDisc] -> ShowS #
Associated Types
type Rep SampleDisc :: Type -> Type #
from :: SampleDisc -> Rep SampleDisc x #
to :: Rep SampleDisc x -> SampleDisc #
wireSize :: FieldType -> SampleDisc -> WireSize #
wirePut :: FieldType -> SampleDisc -> Put #
wirePutWithSize :: FieldType -> SampleDisc -> PutM WireSize #
wireGet :: FieldType -> Get SampleDisc #
wireGetPacked :: FieldType -> Get (Seq SampleDisc) #
textPut :: SampleDisc -> Output #
textGet :: Stream s Identity Char => Parsec s () SampleDisc #
tellT :: String -> SampleDisc -> Output #
getT :: Stream s Identity Char => String -> Parsec s () SampleDisc #
getMessageInfo :: SampleDisc -> GetMessageInfo #
reflectDescriptorInfo :: SampleDisc -> DescriptorInfo #
mergeAppend :: SampleDisc -> SampleDisc -> SampleDisc #
mergeConcat :: Foldable t => t SampleDisc -> SampleDisc #
defaultValue :: SampleDisc #
getVal :: msg' -> (msg' -> SampleDisc) -> SampleDisc #
isSet :: msg' -> (msg' -> SampleDisc) -> Bool #