aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-09-30 19:38:52 +0000
committerlloyd <[email protected]>2010-09-30 19:38:52 +0000
commit6245e5602f3e62b92ce9f0d6ea59c73bfad690c3 (patch)
tree28f578d9fa1d2ad9ce382593dccb5c375aabcffd /src
parent63bc6e8971f66233f4e05bb8d7f7db9afd7ba7f4 (diff)
Fix dependencies
Diffstat (limited to 'src')
-rw-r--r--src/constructs/cryptobox/info.txt2
-rw-r--r--src/constructs/fpe/info.txt2
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>