diff --git a/src/3rdparty/crypt/bcrypt/README.md b/src/3rdparty/crypt/bcrypt/README.md index 6186530..c0bed9b 100644 --- a/src/3rdparty/crypt/bcrypt/README.md +++ b/src/3rdparty/crypt/bcrypt/README.md @@ -1,6 +1,6 @@ # BCrypt $2y -This is a modified version of [https://github.com/rg3/bcrypt](rg3/bcrypt). +This is a modified version of https://github.com/rg3/bcrypt. The only change is support for the newer $2y hash used in php's password_hash.