c,python: Change the algorithm for hashing the master password to Argon2
This commit is contained in:
@ -5,6 +5,6 @@ passgeny_lib = static_library(
|
||||
'passgeny',
|
||||
['src/passgeny.c'],
|
||||
include_directories : passgeny_inc,
|
||||
dependencies: [ dependency('libcrypto'), dependency('libargon2'), phogen_dep, bhash_dep])
|
||||
dependencies: [ dependency('libargon2'), phogen_dep, bhash_dep])
|
||||
|
||||
passgeny_dep = declare_dependency(link_with : passgeny_lib, include_directories : passgeny_inc)
|
||||
|
||||
Reference in New Issue
Block a user