aboutsummaryrefslogtreecommitdiffstats
path: root/src/constructs/cryptobox/info.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-11-17 07:19:37 +0000
committerlloyd <[email protected]>2009-11-17 07:19:37 +0000
commite00b46cf9c1dcb364ebb7d5968d6ff9dcd600c4e (patch)
tree8ffb8d032f06bbcb7ab376c7469751a25b556dca /src/constructs/cryptobox/info.txt
parenta98a9ff5f95bd4dca9c1eda11e27e712c869cd66 (diff)
Move most code that relies heavily on Filters into src/filters.
Remove support for (unused) modset settings. Move tss, fpe, cryptobox, and aont to new dir constructs
Diffstat (limited to 'src/constructs/cryptobox/info.txt')
-rw-r--r--src/constructs/cryptobox/info.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/constructs/cryptobox/info.txt b/src/constructs/cryptobox/info.txt
new file mode 100644
index 000000000..0780f55aa
--- /dev/null
+++ b/src/constructs/cryptobox/info.txt
@@ -0,0 +1,20 @@
+load_on auto
+
+define CRYPTO_BOX
+
+<add>
+cryptobox.h
+cryptobox.cpp
+</add>
+
+<requires>
+filters
+ctr
+hmac
+rng
+serpent
+sha2
+base64
+pbkdf2
+pem
+</requires>