mirror of
https://github.com/pgsty/minio.git
synced 2026-03-15 17:17:01 +01:00
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.