类 HashUtils

java.lang.Object
org.starcoin.utils.HashUtils

public class HashUtils extends Object
  • 构造器详细资料

    • HashUtils

      public HashUtils()
  • 方法详细资料

    • hashWithStarcoinPrefix

      public static byte[] hashWithStarcoinPrefix(String name)
    • hash

      public static byte[] hash(byte[] prefix, byte[] bytes)
    • sha3Hash

      public static byte[] sha3Hash(byte[] data)
    • sha3HashStr

      public static String sha3HashStr(byte[] data)