mirror of
https://github.com/minio/minio.git
synced 2025-12-03 06:22:32 -05: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.