| Safe Haskell | None |
|---|
Crypto.Cipher.AES128.Internal
Documentation
Constructors
| AESKey | |
Fields
| |
Instances
Constructors
| GCM | |
Fields
| |
encryptGCM :: GCM -> Ptr Word8 -> Int -> Ptr Word8 -> Int -> Ptr Word8 -> Int -> Ptr Word8 -> Ptr Word8 -> IO ()Source
decryptGCM :: GCM -> Ptr Word8 -> Int -> Ptr Word8 -> Int -> Ptr Word8 -> Int -> Ptr Word8 -> Ptr Word8 -> IO ()Source