We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a87d8ad commit a8df2d3Copy full SHA for a8df2d3
libs/remix-lib/src/hash.ts
@@ -37,7 +37,7 @@ export const keccak256 = function(a: Buffer): Uint8Array {
37
}
38
39
/**
40
- * Creates Keccak hash of a utf-8 string input
+ * Creates Keccak hash of an utf-8 string input
41
* @param a The input data (String)
42
* @param bits (number = 256) The Keccak width
43
*/
0 commit comments