Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Bindings.Nettle.Cipher.ArcFour
Documentation
c'ARCFOUR_MIN_KEY_SIZE :: Num a => a Source #
c'ARCFOUR_MAX_KEY_SIZE :: Num a => a Source #
c'ARCFOUR_KEY_SIZE :: Num a => a Source #
data C'arcfour_ctx Source #
Constructors
C'arcfour_ctx | |
Instances
Eq C'arcfour_ctx Source # | |
Defined in Bindings.Nettle.Cipher.ArcFour Methods (==) :: C'arcfour_ctx -> C'arcfour_ctx -> Bool Source # (/=) :: C'arcfour_ctx -> C'arcfour_ctx -> Bool Source # | |
Show C'arcfour_ctx Source # | |
Defined in Bindings.Nettle.Cipher.ArcFour | |
Storable C'arcfour_ctx Source # | |
Defined in Bindings.Nettle.Cipher.ArcFour Methods sizeOf :: C'arcfour_ctx -> Int Source # alignment :: C'arcfour_ctx -> Int Source # peekElemOff :: Ptr C'arcfour_ctx -> Int -> IO C'arcfour_ctx Source # pokeElemOff :: Ptr C'arcfour_ctx -> Int -> C'arcfour_ctx -> IO () Source # peekByteOff :: Ptr b -> Int -> IO C'arcfour_ctx Source # pokeByteOff :: Ptr b -> Int -> C'arcfour_ctx -> IO () Source # peek :: Ptr C'arcfour_ctx -> IO C'arcfour_ctx Source # poke :: Ptr C'arcfour_ctx -> C'arcfour_ctx -> IO () Source # |
c'nettle_arcfour_set_key :: Ptr C'arcfour_ctx -> CUInt -> Ptr CUChar -> IO () Source #
p'nettle_arcfour_set_key :: FunPtr (Ptr C'arcfour_ctx -> CUInt -> Ptr CUChar -> IO ()) Source #