类 HashUtils
java.lang.Object
org.starcoin.utils.HashUtils
-
构造器概要
-
方法概要
修饰符和类型方法说明static byte[]
hash(byte[] prefix, byte[] bytes)
static byte[]
hashWithStarcoinPrefix(String name)
static byte[]
sha3Hash(byte[] data)
static String
sha3HashStr(byte[] data)
-
构造器详细资料
-
HashUtils
public HashUtils()
-
-
方法详细资料
-
hashWithStarcoinPrefix
-
hash
public static byte[] hash(byte[] prefix, byte[] bytes) -
sha3Hash
public static byte[] sha3Hash(byte[] data) -
sha3HashStr
-