diff options
Diffstat (limited to 'src/constructs/cryptobox/info.txt')
-rw-r--r-- | src/constructs/cryptobox/info.txt | 20 |
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> |