Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Bindings.Nettle.Cipher.Twofish
Documentation
c'TWOFISH_BLOCK_SIZE :: Num a => a Source
c'TWOFISH_MIN_KEY_SIZE :: Num a => a Source
c'TWOFISH_MAX_KEY_SIZE :: Num a => a Source
c'TWOFISH_KEY_SIZE :: Num a => a Source
c'nettle_twofish_set_key :: Ptr C'twofish_ctx -> CUInt -> Ptr CUChar -> IO () Source
c'nettle_twofish_encrypt :: Ptr C'twofish_ctx -> CUInt -> Ptr CUChar -> Ptr CUChar -> IO () Source
p'nettle_twofish_set_key :: FunPtr (Ptr C'twofish_ctx -> CUInt -> Ptr CUChar -> IO ()) Source
c'nettle_twofish_decrypt :: Ptr C'twofish_ctx -> CUInt -> Ptr CUChar -> Ptr CUChar -> IO () Source