summaryrefslogtreecommitdiff
path: root/ironclad.asd
diff options
context:
space:
mode:
authorGuillaume LE VAILLANT <glv@posteo.net>2018-10-12 18:25:08 +0200
committerGuillaume LE VAILLANT <glv@posteo.net>2018-10-12 18:25:08 +0200
commit011613909de03966ed48ddba27bf999799763ca0 (patch)
tree0f4c5cf998b157909dfa1ded2734560f5e375d27 /ironclad.asd
parenta494b85b990d54ede34d42376c382f0f924328a7 (diff)
Add EAX authenticated encryption mode
Diffstat (limited to 'ironclad.asd')
-rw-r--r--ironclad.asd2
1 files changed, 2 insertions, 0 deletions
diff --git a/ironclad.asd b/ironclad.asd
index 452ba0a..7a4ee21 100644
--- a/ironclad.asd
+++ b/ironclad.asd
@@ -35,6 +35,7 @@
(:module "aead"
:depends-on ("ciphers" "common" "conditions" "generic" "macro-utils" "macs" "package" "util")
:components ((:file "aead")
+ (:file "eax" :depends-on ("aead"))
(:file "etm" :depends-on ("aead"))
(:file "gcm" :depends-on ("aead"))))
(:module "ciphers"
@@ -190,6 +191,7 @@
(:file "padding")
;; aead
(:file "aead")
+ (:test-vector-file "eax")
(:test-vector-file "etm")
(:test-vector-file "gcm")
;; ciphers