Skip to content

Commit

Permalink
Mostly implemented crypt-tune-costs.
Browse files Browse the repository at this point in the history
Known bugs in the handling of logarithmic cost will be addressed later.
This patch will probably get shuffled to the end of the branch.
  • Loading branch information
zackw committed Jul 9, 2019
1 parent 03f5cbf commit ea20f5c
Show file tree
Hide file tree
Showing 4 changed files with 768 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
/crypt.h
/crypt-hashes.h
/crypt-symbol-vers.h
/crypt-tune-costs
/libcrypt.map
gen-des-tables
test/alg-des
Expand Down
3 changes: 3 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ libcrypt_la_SOURCES = \
lib/crypt.c \
lib/randombytes.c

sbin_PROGRAMS = crypt-tune-costs
crypt_tune_costs_LDADD = libcrypt.la -lm

pkgconfig_DATA = libxcrypt.pc

# Install libcrypt.pc symlink to libxcrypt.pc file.
Expand Down
Loading

0 comments on commit ea20f5c

Please sign in to comment.