aboutsummaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-02-15 13:48:52 +0100
committerMattias Andrée <maandree@kth.se>2022-02-15 13:48:52 +0100
commit107c9f195b9a480c58c657efac05947de9043d5f (patch)
tree168e13b29a5cd87bc0b80e2118be0953c6148e34 /common.h
parentAdd test for salt generation (diff)
downloadlibar2simplified-1.0.tar.gz
libar2simplified-1.0.tar.bz2
libar2simplified-1.0.tar.xz
Add libar2simplified_recommendation1.0
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'common.h')
-rw-r--r--common.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/common.h b/common.h
index cb6a5fe..bd97175 100644
--- a/common.h
+++ b/common.h
@@ -31,3 +31,11 @@
#ifndef FALLBACK_NPROC
# define FALLBACK_NPROC 4
#endif
+
+
+#ifndef RECOMMENDATION_SIDE_CHANNEL_ENVIRONMENT
+# define RECOMMENDATION_SIDE_CHANNEL_ENVIRONMENT "$argon2id$v=19$m=3072,t=32,p=4$*16$*48"
+#endif
+#ifndef RECOMMENDATION_SIDE_CHANNEL_FREE_ENVIRONMENT
+# define RECOMMENDATION_SIDE_CHANNEL_FREE_ENVIRONMENT "$argon2d$v=19$m=3072,t=32,p=4$*16$*48"
+#endif