Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Bindings.Nettle.PRNG.Yarrow
Documentation
c'YARROW256_SEED_FILE_SIZE :: Num a => a Source #
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 #
p'nettle_yarrow256_update :: FunPtr (Ptr C'yarrow256_ctx -> CUInt -> CUInt -> CUInt -> Ptr CUChar -> IO CInt) Source #
p'nettle_yarrow256_random :: FunPtr (Ptr C'yarrow256_ctx -> CUInt -> Ptr CUChar -> IO ()) 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 | |
c'nettle_yarrow_key_event_estimate :: Ptr C'yarrow_key_event_ctx -> CUInt -> CUInt -> IO CUInt Source #
p'nettle_yarrow_key_event_estimate :: FunPtr (Ptr C'yarrow_key_event_ctx -> CUInt -> CUInt -> IO CUInt) Source #