添加使用案例

This commit is contained in:
click33
2022-01-24 18:08:07 +08:00
parent ce277bfbc2
commit 0163044a7c
4 changed files with 13 additions and 13 deletions

View File

@@ -191,7 +191,6 @@ public class BCrypt {
* @return an array containing the decoded bytes
* @throws IllegalArgumentException if maxolen is invalid
*/
@SuppressWarnings("SameParameterValue")
private static byte[] decodeBase64(String s, int maxolen) throws IllegalArgumentException {
final StringBuilder rs = new StringBuilder();
int off = 0, slen = s.length(), olen = 0;