summaryrefslogtreecommitdiff
path: root/lib/libcrypt/pw_gensalt.c
AgeCommit message (Expand)Author
2021-10-20crypt(3): Adapt default Argon2 parameters to system performancenia
2021-10-16libcrypt: Hide more private symbols by default. Fix style.nia
2021-10-12crypt(3): match the Argon2 reference implementation's Base64 exactlynia
2021-10-12crypt(3): Make Argon2 implementation match the reference impl bynia
2020-05-14Remove extra semicolon.msaitoh
2019-10-21adding argon2 support to libcrypt. argon2 user authentication nowjhigh
2009-01-18fix -Wsign-compare issueslukem
2007-01-17Remove more duplicate #includes, and a few spurious whitespaces at EOLhubertf
2005-01-12fix compile issue.christos
2005-01-12- change the gensalt functions to take an optional string instead ofchristos
2005-01-11sprinkle ARGSUSED and include "crypt.h"christos
2005-01-11only get the rounds if we have them.christos
2005-01-11Add pw_gensalt, which was taken from pwd_gensalt. This now is used in 3christos