diff options
-rw-r--r-- | src/constructs/cryptobox/info.txt | 2 | ||||
-rw-r--r-- | src/constructs/fpe/info.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/constructs/cryptobox/info.txt b/src/constructs/cryptobox/info.txt index 3521c32d0..f7818ef13 100644 --- a/src/constructs/cryptobox/info.txt +++ b/src/constructs/cryptobox/info.txt @@ -6,7 +6,7 @@ ctr hmac rng serpent -sha2 +sha2_64 base64 pbkdf2 pem diff --git a/src/constructs/fpe/info.txt b/src/constructs/fpe/info.txt index 15965cff5..078eb2135 100644 --- a/src/constructs/fpe/info.txt +++ b/src/constructs/fpe/info.txt @@ -2,6 +2,6 @@ define FORMAT_PRESERVING_ENCRYPTION <requires> hmac -sha2 +sha2_32 bigint </requires> |