@0xcert/utils
Advanced tools
Comparing version 1.0.0-rc5 to 1.0.0-rc6
@@ -5,4 +5,4 @@ { | ||
{ | ||
"version": "1.0.0-rc5", | ||
"tag": "@0xcert/utils_v1.0.0-rc5", | ||
"version": "1.0.0-rc6", | ||
"tag": "@0xcert/utils_v1.0.0-rc6", | ||
"date": "Thu, 22 Nov 2018 00:51:03 GMT", | ||
@@ -9,0 +9,0 @@ "comments": {} |
{ | ||
"name": "@0xcert/utils", | ||
"version": "1.0.0-rc5", | ||
"version": "1.0.0-rc6", | ||
"description": "General utility module with common helper functions.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
import * as Hash from 'eth-lib/src/hash'; | ||
/** | ||
* Generates keccak256 hash. | ||
*/ | ||
export function keccak256(input: any) { | ||
return Hash.keccak256(input); | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
67376
845