Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Bindings.Nettle.Cipher.Blowfish
Documentation
c'BLOWFISH_BLOCK_SIZE :: Num a => a Source
c'BLOWFISH_MIN_KEY_SIZE :: Num a => a Source
c'BLOWFISH_MAX_KEY_SIZE :: Num a => a Source
c'BLOWFISH_KEY_SIZE :: Num a => a Source
data C'blowfish_ctx Source
Constructors
C'blowfish_ctx | |
c'nettle_blowfish_set_key :: Ptr C'blowfish_ctx -> CUInt -> Ptr CUChar -> IO () Source
c'nettle_blowfish_encrypt :: Ptr C'blowfish_ctx -> CUInt -> Ptr CUChar -> Ptr CUChar -> IO () Source
p'nettle_blowfish_set_key :: FunPtr (Ptr C'blowfish_ctx -> CUInt -> Ptr CUChar -> IO ()) Source
c'nettle_blowfish_decrypt :: Ptr C'blowfish_ctx -> CUInt -> Ptr CUChar -> Ptr CUChar -> IO () Source