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 # (/=) :: C'arcfour_ctx -> C'arcfour_ctx -> Bool # | |
Show C'arcfour_ctx Source # | |
Defined in Bindings.Nettle.Cipher.ArcFour Methods showsPrec :: Int -> C'arcfour_ctx -> ShowS # show :: C'arcfour_ctx -> String # showList :: [C'arcfour_ctx] -> ShowS # | |
Storable C'arcfour_ctx Source # | |
Defined in Bindings.Nettle.Cipher.ArcFour Methods sizeOf :: C'arcfour_ctx -> Int # alignment :: C'arcfour_ctx -> Int # peekElemOff :: Ptr C'arcfour_ctx -> Int -> IO C'arcfour_ctx # pokeElemOff :: Ptr C'arcfour_ctx -> Int -> C'arcfour_ctx -> IO () # peekByteOff :: Ptr b -> Int -> IO C'arcfour_ctx # pokeByteOff :: Ptr b -> Int -> C'arcfour_ctx -> IO () # peek :: Ptr C'arcfour_ctx -> IO C'arcfour_ctx # poke :: Ptr C'arcfour_ctx -> C'arcfour_ctx -> IO () # |
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 #