Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Bindings.Nettle.PRNG.Yarrow
Documentation
c'YARROW256_SEED_FILE_SIZE :: Num a => a Source #
data C'yarrow256_ctx Source #
Constructors
C'yarrow256_ctx | |
Instances
Eq C'yarrow256_ctx Source # | |
Defined in Bindings.Nettle.PRNG.Yarrow Methods (==) :: C'yarrow256_ctx -> C'yarrow256_ctx -> Bool (/=) :: C'yarrow256_ctx -> C'yarrow256_ctx -> Bool | |
Show C'yarrow256_ctx Source # | |
Defined in Bindings.Nettle.PRNG.Yarrow Methods showsPrec :: Int -> C'yarrow256_ctx -> ShowS show :: C'yarrow256_ctx -> String showList :: [C'yarrow256_ctx] -> ShowS | |
Storable C'yarrow256_ctx Source # | |
Defined in Bindings.Nettle.PRNG.Yarrow Methods sizeOf :: C'yarrow256_ctx -> Int alignment :: C'yarrow256_ctx -> Int peekElemOff :: Ptr C'yarrow256_ctx -> Int -> IO C'yarrow256_ctx pokeElemOff :: Ptr C'yarrow256_ctx -> Int -> C'yarrow256_ctx -> IO () peekByteOff :: Ptr b -> Int -> IO C'yarrow256_ctx pokeByteOff :: Ptr b -> Int -> C'yarrow256_ctx -> IO () peek :: Ptr C'yarrow256_ctx -> IO C'yarrow256_ctx poke :: Ptr C'yarrow256_ctx -> C'yarrow256_ctx -> IO () |
data C'yarrow_source Source #
Constructors
C'yarrow_source | |
Instances
Eq C'yarrow_source Source # | |
Defined in Bindings.Nettle.PRNG.Yarrow Methods (==) :: C'yarrow_source -> C'yarrow_source -> Bool (/=) :: C'yarrow_source -> C'yarrow_source -> Bool | |
Show C'yarrow_source Source # | |
Defined in Bindings.Nettle.PRNG.Yarrow Methods showsPrec :: Int -> C'yarrow_source -> ShowS show :: C'yarrow_source -> String showList :: [C'yarrow_source] -> ShowS | |
Storable C'yarrow_source Source # | |
Defined in Bindings.Nettle.PRNG.Yarrow Methods sizeOf :: C'yarrow_source -> Int alignment :: C'yarrow_source -> Int peekElemOff :: Ptr C'yarrow_source -> Int -> IO C'yarrow_source pokeElemOff :: Ptr C'yarrow_source -> Int -> C'yarrow_source -> IO () peekByteOff :: Ptr b -> Int -> IO C'yarrow_source pokeByteOff :: Ptr b -> Int -> C'yarrow_source -> IO () peek :: Ptr C'yarrow_source -> IO C'yarrow_source poke :: Ptr C'yarrow_source -> C'yarrow_source -> IO () |
c'nettle_yarrow256_init :: Ptr C'yarrow256_ctx -> CUInt -> Ptr C'yarrow_source -> IO () Source #
c'nettle_yarrow256_seed :: Ptr C'yarrow256_ctx -> CUInt -> Ptr CUChar -> IO () Source #
p'nettle_yarrow256_init :: FunPtr (Ptr C'yarrow256_ctx -> CUInt -> Ptr C'yarrow_source -> IO ()) Source #
c'nettle_yarrow256_update :: Ptr C'yarrow256_ctx -> CUInt -> CUInt -> CUInt -> Ptr CUChar -> IO CInt Source #
c'nettle_yarrow256_random :: Ptr C'yarrow256_ctx -> CUInt -> Ptr CUChar -> IO () Source #
p'nettle_yarrow256_seed :: FunPtr (Ptr C'yarrow256_ctx -> CUInt -> Ptr CUChar -> IO ()) Source #
c'nettle_yarrow256_is_seeded :: Ptr C'yarrow256_ctx -> IO CInt Source #
p'nettle_yarrow256_update :: FunPtr (Ptr C'yarrow256_ctx -> CUInt -> CUInt -> CUInt -> Ptr CUChar -> IO CInt) Source #
c'nettle_yarrow256_needed_sources :: Ptr C'yarrow256_ctx -> IO CUInt Source #
p'nettle_yarrow256_random :: FunPtr (Ptr C'yarrow256_ctx -> CUInt -> Ptr CUChar -> IO ()) Source #
c'nettle_yarrow256_fast_reseed :: Ptr C'yarrow256_ctx -> IO () Source #
p'nettle_yarrow256_is_seeded :: FunPtr (Ptr C'yarrow256_ctx -> IO CInt) Source #
c'nettle_yarrow256_slow_reseed :: Ptr C'yarrow256_ctx -> IO () Source #
p'nettle_yarrow256_needed_sources :: FunPtr (Ptr C'yarrow256_ctx -> IO CUInt) Source #
p'nettle_yarrow256_fast_reseed :: FunPtr (Ptr C'yarrow256_ctx -> IO ()) Source #
p'nettle_yarrow256_slow_reseed :: FunPtr (Ptr C'yarrow256_ctx -> IO ()) Source #
data C'yarrow_key_event_ctx Source #
Constructors
C'yarrow_key_event_ctx | |
Instances
c'nettle_yarrow_key_event_init :: Ptr C'yarrow_key_event_ctx -> IO () Source #
c'nettle_yarrow_key_event_estimate :: Ptr C'yarrow_key_event_ctx -> CUInt -> CUInt -> IO CUInt Source #
p'nettle_yarrow_key_event_init :: FunPtr (Ptr C'yarrow_key_event_ctx -> IO ()) Source #
p'nettle_yarrow_key_event_estimate :: FunPtr (Ptr C'yarrow_key_event_ctx -> CUInt -> CUInt -> IO CUInt) Source #