diff options
author | Mattias Andrée <maandree@kth.se> | 2022-02-15 13:48:52 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-02-15 13:48:52 +0100 |
commit | 107c9f195b9a480c58c657efac05947de9043d5f (patch) | |
tree | 168e13b29a5cd87bc0b80e2118be0953c6148e34 /common.h | |
parent | Add test for salt generation (diff) | |
download | libar2simplified-cb7b86504a3354d007f2a89ea0a94e7a6c51ffb9.tar.gz libar2simplified-cb7b86504a3354d007f2a89ea0a94e7a6c51ffb9.tar.bz2 libar2simplified-cb7b86504a3354d007f2a89ea0a94e7a6c51ffb9.tar.xz |
Add libar2simplified_recommendation1.0
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | common.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |