diff options
| author | Mattias Andrée <m@maandree.se> | 2026-05-21 17:12:20 +0200 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-05-21 17:12:20 +0200 |
| commit | b29f4153e83623f24bebe99976e1368ef31bb008 (patch) | |
| tree | 65473709df1194a2f9277dc5fb47add5e41430c0 /Makefile | |
| parent | Add (so far untested and undocument) support for pepper (diff) | |
| download | librecrypt-b29f4153e83623f24bebe99976e1368ef31bb008.tar.gz librecrypt-b29f4153e83623f24bebe99976e1368ef31bb008.tar.bz2 librecrypt-b29f4153e83623f24bebe99976e1368ef31bb008.tar.xz | |
Add support for custom hash functions
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -42,9 +42,10 @@ OBJ_PUBLIC_NO_FUZZ =\ librecrypt_hash_algorithm_end.o\ librecrypt_create_context.o\ librecrypt_free_context.o\ - librecrypt_context_set_user_data.o\ - librecrypt_context_get_user_data.o\ - librecrypt_context_set_pepper.o + librecrypt_set_user_data.o\ + librecrypt_get_user_data.o\ + librecrypt_set_pepper.o\ + librecrypt_set_custom_algorithms.o OBJ_PUBLIC =\ $(OBJ_PUBLIC_FUZZ)\ @@ -55,7 +56,8 @@ OBJ_PUBLIC =\ librecrypt_hash.o\ librecrypt_crypt.o\ librecrypt_add_algorithm.o\ - librecrypt_verify.o + librecrypt_verify.o\ + librecrypt_scan_settings.o OBJ_PRIVATE =\ librecrypt_algorithms_.o\ @@ -63,8 +65,7 @@ OBJ_PRIVATE =\ librecrypt_hash_.o\ librecrypt_fill_with_random_.o\ librecrypt_find_first_algorithm_.o\ - librecrypt_check_settings_.o\ - librecrypt_context_get_pepper_.o\ + librecrypt_get_pepper_.o\ $(OBJ_COMMON_RFC4848S4) USE_OBJ_COMMON_RFC4848S4 =\ |
