diff options
Diffstat (limited to 'src/constructs')
-rw-r--r-- | src/constructs/aont/info.txt | 7 | ||||
-rw-r--r-- | src/constructs/cryptobox/info.txt | 7 | ||||
-rw-r--r-- | src/constructs/fpe/info.txt | 10 |
3 files changed, 2 insertions, 22 deletions
diff --git a/src/constructs/aont/info.txt b/src/constructs/aont/info.txt index 533b70eb5..ebd54fc11 100644 --- a/src/constructs/aont/info.txt +++ b/src/constructs/aont/info.txt @@ -1,12 +1,5 @@ define PACKAGE_TRANSFORM -load_on auto - -<add> -package.cpp -package.h -</add> - <requires> block ctr diff --git a/src/constructs/cryptobox/info.txt b/src/constructs/cryptobox/info.txt index 0780f55aa..3521c32d0 100644 --- a/src/constructs/cryptobox/info.txt +++ b/src/constructs/cryptobox/info.txt @@ -1,12 +1,5 @@ -load_on auto - define CRYPTO_BOX -<add> -cryptobox.h -cryptobox.cpp -</add> - <requires> filters ctr diff --git a/src/constructs/fpe/info.txt b/src/constructs/fpe/info.txt index f7a8c4ae4..15965cff5 100644 --- a/src/constructs/fpe/info.txt +++ b/src/constructs/fpe/info.txt @@ -1,13 +1,7 @@ define FORMAT_PRESERVING_ENCRYPTION -load_on auto - -<add> -fpe.cpp -fpe.h -</add> - <requires> -cbc_mac +hmac +sha2 bigint </requires> |