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 |
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 | |
Show C'des3_ctx Source # | |
Defined in Bindings.Nettle.Cipher.DES Methods showsPrec :: Int -> C'des3_ctx -> ShowS # show :: C'des3_ctx -> String # showList :: [C'des3_ctx] -> ShowS # | |
Storable C'des3_ctx Source # | |
Defined in Bindings.Nettle.Cipher.DES Methods sizeOf :: C'des3_ctx -> Int # alignment :: C'des3_ctx -> Int # peekElemOff :: Ptr C'des3_ctx -> Int -> IO C'des3_ctx # pokeElemOff :: Ptr C'des3_ctx -> Int -> C'des3_ctx -> IO () # peekByteOff :: Ptr b -> Int -> IO C'des3_ctx # pokeByteOff :: Ptr b -> Int -> C'des3_ctx -> IO () # peek :: Ptr C'des3_ctx -> IO C'des3_ctx # poke :: Ptr C'des3_ctx -> C'des3_ctx -> IO () # |
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 #