[AES] export AEAD modes (GCM/OCB)
This commit is contained in:
parent
8cc58e626b
commit
7c138b9d9f
@ -42,6 +42,20 @@ module Crypto.Cipher.AES.Primitive
|
|||||||
, decryptXTS
|
, decryptXTS
|
||||||
, decryptGCM
|
, decryptGCM
|
||||||
, decryptOCB
|
, decryptOCB
|
||||||
|
|
||||||
|
-- * incremental GCM
|
||||||
|
, gcmInit
|
||||||
|
, gcmAppendAAD
|
||||||
|
, gcmAppendEncrypt
|
||||||
|
, gcmAppendDecrypt
|
||||||
|
, gcmFinish
|
||||||
|
|
||||||
|
-- * incremental OCB
|
||||||
|
, ocbInit
|
||||||
|
, ocbAppendAAD
|
||||||
|
, ocbAppendEncrypt
|
||||||
|
, ocbAppendDecrypt
|
||||||
|
, ocbFinish
|
||||||
) where
|
) where
|
||||||
|
|
||||||
import Data.Word
|
import Data.Word
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user