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 #
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 #