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 | |
Instances
Eq C'blowfish_ctx Source # | |
Defined in Bindings.Nettle.Cipher.Blowfish Methods (==) :: C'blowfish_ctx -> C'blowfish_ctx -> Bool Source # (/=) :: C'blowfish_ctx -> C'blowfish_ctx -> Bool Source # | |
Show C'blowfish_ctx Source # | |
Defined in Bindings.Nettle.Cipher.Blowfish | |
Storable C'blowfish_ctx Source # | |
Defined in Bindings.Nettle.Cipher.Blowfish Methods sizeOf :: C'blowfish_ctx -> Int Source # alignment :: C'blowfish_ctx -> Int Source # peekElemOff :: Ptr C'blowfish_ctx -> Int -> IO C'blowfish_ctx Source # pokeElemOff :: Ptr C'blowfish_ctx -> Int -> C'blowfish_ctx -> IO () Source # peekByteOff :: Ptr b -> Int -> IO C'blowfish_ctx Source # pokeByteOff :: Ptr b -> Int -> C'blowfish_ctx -> IO () Source # peek :: Ptr C'blowfish_ctx -> IO C'blowfish_ctx Source # poke :: Ptr C'blowfish_ctx -> C'blowfish_ctx -> IO () Source # |
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 #