mirror of
https://github.com/pgsty/minio.git
synced 2026-09-10 12:34:06 +03:00
b233345f19
Bcrypt is not neccessary and not used properly. This change replace the whole bcrypt hash computation through a constant time compare and removes bcrypt from the code base.