mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
add method
This commit is contained in:
@@ -179,7 +179,7 @@ public class BCrypt {
|
||||
private static byte char64(char x) {
|
||||
if ((int) x > index_64.length)
|
||||
return -1;
|
||||
return index_64[(int) x];
|
||||
return index_64[x];
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user