Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Bindings.Nettle.Cipher.AES
Documentation
c'AES_BLOCK_SIZE :: Num a => a Source #
c'AES_MIN_KEY_SIZE :: Num a => a Source #
c'AES_MAX_KEY_SIZE :: Num a => a Source #
c'AES_KEY_SIZE :: Num a => a Source #
Constructors
C'aes_ctx | |
Instances
Storable C'aes_ctx Source # | |
Defined in Bindings.Nettle.Cipher.AES Methods sizeOf :: C'aes_ctx -> Int Source # alignment :: C'aes_ctx -> Int Source # peekElemOff :: Ptr C'aes_ctx -> Int -> IO C'aes_ctx Source # pokeElemOff :: Ptr C'aes_ctx -> Int -> C'aes_ctx -> IO () Source # peekByteOff :: Ptr b -> Int -> IO C'aes_ctx Source # pokeByteOff :: Ptr b -> Int -> C'aes_ctx -> IO () Source # | |
Show C'aes_ctx Source # | |
Eq C'aes_ctx Source # | |