Skip to content

Commit

Permalink
Fixes syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
PenguinGeorge committed May 13, 2018
1 parent c7f13ff commit 77a0238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/config/OperationConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -3145,7 +3145,7 @@ const OperationConfig = {
module: "Hashing",
description: "MD5 (Message-Digest 5) is a widely used hash function. It has been used in a variety of security applications and is also commonly used to check the integrity of files.<br><br>However, MD5 is not collision resistant and it isn't suitable for applications like SSL/TLS certificates or digital signatures that rely on this property.",
infoURL: "https://wikipedia.org/wiki/MD5",
nputType: "ArrayBuffer",
inputType: "ArrayBuffer",
outputType: "string",
args: []
},
Expand Down

0 comments on commit 77a0238

Please sign in to comment.