Revert "Implement ARGON2 hash (#1165)" due to an unwanted added binary.

This reverts commit bf38782790.
This commit is contained in:
timvisee
2017-06-01 13:06:15 +02:00
parent 160a0877b3
commit cae29a2f99
5 changed files with 2 additions and 71 deletions
@@ -7,7 +7,6 @@ import fr.xephi.authme.security.crypts.EncryptionMethod;
*/
public enum HashAlgorithm {
ARGON2(fr.xephi.authme.security.crypts.Argon2.class),
BCRYPT(fr.xephi.authme.security.crypts.BCrypt.class),
BCRYPT2Y(fr.xephi.authme.security.crypts.BCrypt2y.class),
CRAZYCRYPT1(fr.xephi.authme.security.crypts.CrazyCrypt1.class),