Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Bindings.Nettle.Cipher.CAST128
Documentation
c'CAST128_BLOCK_SIZE :: Num a => a Source #
c'CAST5_MIN_KEY_SIZE :: Num a => a Source #
c'CAST5_MAX_KEY_SIZE :: Num a => a Source #
c'CAST128_KEY_SIZE :: Num a => a Source #
data C'cast128_ctx Source #
Constructors
C'cast128_ctx | |
Instances
Eq C'cast128_ctx Source # | |
Defined in Bindings.Nettle.Cipher.CAST128 Methods (==) :: C'cast128_ctx -> C'cast128_ctx -> Bool Source # (/=) :: C'cast128_ctx -> C'cast128_ctx -> Bool Source # | |
Show C'cast128_ctx Source # | |
Defined in Bindings.Nettle.Cipher.CAST128 | |
Storable C'cast128_ctx Source # | |
Defined in Bindings.Nettle.Cipher.CAST128 Methods sizeOf :: C'cast128_ctx -> Int Source # alignment :: C'cast128_ctx -> Int Source # peekElemOff :: Ptr C'cast128_ctx -> Int -> IO C'cast128_ctx Source # pokeElemOff :: Ptr C'cast128_ctx -> Int -> C'cast128_ctx -> IO () Source # peekByteOff :: Ptr b -> Int -> IO C'cast128_ctx Source # pokeByteOff :: Ptr b -> Int -> C'cast128_ctx -> IO () Source # peek :: Ptr C'cast128_ctx -> IO C'cast128_ctx Source # poke :: Ptr C'cast128_ctx -> C'cast128_ctx -> IO () Source # |
c'nettle_cast5_set_key :: Ptr C'cast128_ctx -> CUInt -> Ptr CUChar -> IO () Source #
c'nettle_cast128_set_key :: Ptr C'cast128_ctx -> Ptr CUChar -> IO () Source #
p'nettle_cast5_set_key :: FunPtr (Ptr C'cast128_ctx -> CUInt -> Ptr CUChar -> IO ()) Source #
c'nettle_cast128_encrypt :: Ptr C'cast128_ctx -> CUInt -> Ptr CUChar -> Ptr CUChar -> IO () Source #
p'nettle_cast128_set_key :: FunPtr (Ptr C'cast128_ctx -> Ptr CUChar -> IO ()) Source #
c'nettle_cast128_decrypt :: Ptr C'cast128_ctx -> CUInt -> Ptr CUChar -> Ptr CUChar -> IO () Source #