Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Bindings.Nettle.Cipher.DES
Documentation
c'DES_BLOCK_SIZE :: Num a => a Source #
c'DES_KEY_SIZE :: Num a => a Source #
Constructors
C'des_ctx | |
Instances
Eq C'des_ctx Source # | |
Show C'des_ctx Source # | |
Storable C'des_ctx Source # | |
Defined in Bindings.Nettle.Cipher.DES Methods sizeOf :: C'des_ctx -> Int Source # alignment :: C'des_ctx -> Int Source # peekElemOff :: Ptr C'des_ctx -> Int -> IO C'des_ctx Source # pokeElemOff :: Ptr C'des_ctx -> Int -> C'des_ctx -> IO () Source # peekByteOff :: Ptr b -> Int -> IO C'des_ctx Source # pokeByteOff :: Ptr b -> Int -> C'des_ctx -> IO () Source # |
p'nettle_des_encrypt :: FunPtr (Ptr C'des_ctx -> CUInt -> Ptr CUChar -> Ptr CUChar -> IO ()) Source #
p'nettle_des_decrypt :: FunPtr (Ptr C'des_ctx -> CUInt -> Ptr CUChar -> Ptr CUChar -> IO ()) Source #
c'DES3_BLOCK_SIZE :: Num a => a Source #
c'DES3_KEY_SIZE :: Num a => a Source #
data C'des3_ctx Source #
Constructors
C'des3_ctx | |
Instances
Eq C'des3_ctx Source # | |
Defined in Bindings.Nettle.Cipher.DES Methods (==) :: C'des3_ctx -> C'des3_ctx -> Bool Source # (/=) :: C'des3_ctx -> C'des3_ctx -> Bool Source # | |
Show C'des3_ctx Source # | |
Defined in Bindings.Nettle.Cipher.DES | |
Storable C'des3_ctx Source # | |
Defined in Bindings.Nettle.Cipher.DES Methods sizeOf :: C'des3_ctx -> Int Source # alignment :: C'des3_ctx -> Int Source # peekElemOff :: Ptr C'des3_ctx -> Int -> IO C'des3_ctx Source # pokeElemOff :: Ptr C'des3_ctx -> Int -> C'des3_ctx -> IO () Source # peekByteOff :: Ptr b -> Int -> IO C'des3_ctx Source # pokeByteOff :: Ptr b -> Int -> C'des3_ctx -> IO () Source # peek :: Ptr C'des3_ctx -> IO C'des3_ctx Source # poke :: Ptr C'des3_ctx -> C'des3_ctx -> IO () Source # |
c'nettle_des3_set_key :: Ptr C'des3_ctx -> Ptr CUChar -> IO () Source #
p'nettle_des3_set_key :: FunPtr (Ptr C'des3_ctx -> Ptr CUChar -> IO ()) Source #