We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1173a6a commit d2a38e4Copy full SHA for d2a38e4
1 file changed
md5.js
@@ -255,15 +255,13 @@
255
if (!key) {
256
if (!raw) {
257
return hex_md5(string);
258
- } else {
259
- return raw_md5(string);
260
}
+ return raw_md5(string);
261
262
263
return hex_hmac_md5(key, string);
264
265
- return raw_hmac_md5(key, string);
266
+ return raw_hmac_md5(key, string);
267
268
269
if (typeof define === 'function' && define.amd) {
0 commit comments