This commit is contained in:
Looly
2019-10-29 19:53:17 +08:00
parent f9ee2af71c
commit e754ec3e86
45 changed files with 172 additions and 179 deletions

View File

@@ -81,7 +81,7 @@ public class DefaultHMacEngine implements MacEngine {
}
byte[] buffer = new byte[bufferLength];
byte[] result = null;
byte[] result;
try {
int read = data.read(buffer, 0, bufferLength);