| License | BSD-style |
|---|---|
| Stability | experimental |
| Portability | Unix |
| Safe Haskell | None |
| Language | Haskell2010 |
Crypto.OpenSSL.AES
Description
- isSupportedGCM :: Bool
- encryptGCM :: ByteString -> ByteString -> ByteString -> ByteString -> ByteString
- decryptGCM :: ByteString -> ByteString -> ByteString -> ByteString -> Maybe ByteString
- newtype OpenSSLGcmError = OpenSSLGcmError String
Documentation
encryptGCM :: ByteString -> ByteString -> ByteString -> ByteString -> ByteString Source
One shot function to GCM data without any incremental handling
decryptGCM :: ByteString -> ByteString -> ByteString -> ByteString -> Maybe ByteString Source
One shot function to decrypt GCM data without any incremental handling
newtype OpenSSLGcmError Source
Constructors
| OpenSSLGcmError String |