Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Bindings.Nettle.Cipher.Serpent
Documentation
c'SERPENT_BLOCK_SIZE :: Num a => a Source #
c'SERPENT_MIN_KEY_SIZE :: Num a => a Source #
c'SERPENT_MAX_KEY_SIZE :: Num a => a Source #
c'SERPENT_KEY_SIZE :: Num a => a Source #
c'nettle_serpent_set_key :: Ptr C'serpent_ctx -> CUInt -> Ptr CUChar -> IO () Source #
c'nettle_serpent_encrypt :: Ptr C'serpent_ctx -> CUInt -> Ptr CUChar -> Ptr CUChar -> IO () Source #
p'nettle_serpent_set_key :: FunPtr (Ptr C'serpent_ctx -> CUInt -> Ptr CUChar -> IO ()) Source #
c'nettle_serpent_decrypt :: Ptr C'serpent_ctx -> CUInt -> Ptr CUChar -> Ptr CUChar -> IO () Source #