bindings-nettle-0.4: bindings to nettle crypto library
Safe HaskellSafe
LanguageHaskell2010

Bindings.Nettle.Cipher.Camellia

Documentation

data C'camellia128_ctx Source #

Constructors

C'camellia128_ctx 

Instances

Instances details
Eq C'camellia128_ctx Source # 
Instance details

Defined in Bindings.Nettle.Cipher.Camellia

Show C'camellia128_ctx Source # 
Instance details

Defined in Bindings.Nettle.Cipher.Camellia

Methods

showsPrec :: Int -> C'camellia128_ctx -> ShowS

show :: C'camellia128_ctx -> String

showList :: [C'camellia128_ctx] -> ShowS

Storable C'camellia128_ctx Source # 
Instance details

Defined in Bindings.Nettle.Cipher.Camellia

data C'camellia256_ctx Source #

Constructors

C'camellia256_ctx 

Instances

Instances details
Eq C'camellia256_ctx Source # 
Instance details

Defined in Bindings.Nettle.Cipher.Camellia

Show C'camellia256_ctx Source # 
Instance details

Defined in Bindings.Nettle.Cipher.Camellia

Methods

showsPrec :: Int -> C'camellia256_ctx -> ShowS

show :: C'camellia256_ctx -> String

showList :: [C'camellia256_ctx] -> ShowS

Storable C'camellia256_ctx Source # 
Instance details

Defined in Bindings.Nettle.Cipher.Camellia

c'nettle_camellia128_set_encrypt_key :: Ptr C'camellia128_ctx -> CUInt -> Ptr CUChar -> IO () Source #

c'nettle_camellia_set_decrypt_key :: Ptr C'camellia128_ctx -> CUInt -> Ptr CUChar -> IO () Source #

p'nettle_camellia128_set_encrypt_key :: FunPtr (Ptr C'camellia128_ctx -> CUInt -> Ptr CUChar -> IO ()) Source #

p'nettle_camellia_set_decrypt_key :: FunPtr (Ptr C'camellia128_ctx -> CUInt -> Ptr CUChar -> IO ()) Source #

c'nettle_camellia128_crypt :: Ptr C'camellia128_ctx -> CUInt -> Ptr CUChar -> Ptr CUChar -> IO () Source #

c'nettle_camellia192_set_encrypt_key :: Ptr C'camellia256_ctx -> CUInt -> Ptr CUChar -> IO () Source #

p'nettle_camellia128_crypt :: FunPtr (Ptr C'camellia128_ctx -> CUInt -> Ptr CUChar -> Ptr CUChar -> IO ()) Source #

c'nettle_camellia192_set_decrypt_key :: Ptr C'camellia256_ctx -> CUInt -> Ptr CUChar -> IO () Source #

p'nettle_camellia192_set_encrypt_key :: FunPtr (Ptr C'camellia256_ctx -> CUInt -> Ptr CUChar -> IO ()) Source #

c'nettle_camellia256_set_encrypt_key :: Ptr C'camellia256_ctx -> CUInt -> Ptr CUChar -> IO () Source #

p'nettle_camellia192_set_decrypt_key :: FunPtr (Ptr C'camellia256_ctx -> CUInt -> Ptr CUChar -> IO ()) Source #

c'nettle_camellia256_set_decrypt_key :: Ptr C'camellia256_ctx -> CUInt -> Ptr CUChar -> IO () Source #

p'nettle_camellia256_set_encrypt_key :: FunPtr (Ptr C'camellia256_ctx -> CUInt -> Ptr CUChar -> IO ()) Source #

p'nettle_camellia256_set_decrypt_key :: FunPtr (Ptr C'camellia256_ctx -> CUInt -> Ptr CUChar -> IO ()) Source #

c'nettle_camellia256_crypt :: Ptr C'camellia256_ctx -> CUInt -> Ptr CUChar -> Ptr CUChar -> IO () Source #

p'nettle_camellia256_crypt :: FunPtr (Ptr C'camellia256_ctx -> CUInt -> Ptr CUChar -> Ptr CUChar -> IO ()) Source #