From f1223709e193c4513047293a1a42b55b9e8874b8 Mon Sep 17 00:00:00 2001 From: Claudius 'keldu' Holeksa Date: Thu, 18 Jul 2024 15:47:29 +0200 Subject: Added argon2i as hashing alg with one test --- modules/crypto/SConstruct | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'modules/crypto/SConstruct') diff --git a/modules/crypto/SConstruct b/modules/crypto/SConstruct index f71db5a..a2b6f96 100644 --- a/modules/crypto/SConstruct +++ b/modules/crypto/SConstruct @@ -46,7 +46,11 @@ env_vars.Add('prefix', env=Environment(ENV=os.environ, variables=env_vars, CPPPATH=[], CPPDEFINES=['SAW_UNIX'], CXXFLAGS=['-std=c++20','-g','-Wall','-Wextra'], - LIBS=['forstio-core']) + LIBS=[ + 'forstio-core' + ,'argon2' + ] +) env.__class__.add_source_files = add_kel_source_files env.Tool('compilation_db'); env.cdb = env.CompilationDatabase('compile_commands.json'); -- cgit v1.2.3